ComponentOne TileControl for WinForms
C1.Win.C1TileControl.4.5.2 Assembly / C1.Win.C1Tile Namespace / C1TileControl Class / WndProc Method

In This Topic
    WndProc Method (C1TileControl)
    In This Topic
    Processes Windows messages.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub WndProc( _
       ByRef m As Message _
    ) 
    protected override void WndProc( 
       ref Message m
    )

    Parameters

    m
    See Also