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

In This Topic
    OnGotFocus Method (C1TileControl)
    In This Topic
    Raises the GotFocus event.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnGotFocus( _
       ByVal e As EventArgs _
    ) 
    protected override void OnGotFocus( 
       EventArgs e
    )

    Parameters

    e
    See Also