VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / ImageViewer Class / WndProc(Message) Method
Syntax Requirements SeeAlso
In This Topic
    WndProc(Message) Method (ImageViewer)
    In This Topic
    Processes Windows messages.
    Syntax
    'Declaration
    
    <EditorBrowsableAttribute(Advanced)>
    Protected Overrides Sub WndProc( _
    ByRef m
    The Windows Message to process.
    As System.Windows.Forms.Message _
    )
    [EditorBrowsable(Advanced)]
    protected override void WndProc(
    ref System.Windows.Forms.Message m
    )
    [EditorBrowsable(Advanced)]
    protected: void WndProc(
    ref System.Windows.Forms.Message* m
    ); override
    [EditorBrowsable(Advanced)]
    protected:
    void WndProc(
    System.Windows.Forms.Message^% m
    ); override

    Parameters

    m
    The Windows Message to process.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also