ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / C1Gauge Class / OnDrawFocus Method

In This Topic
    OnDrawFocus Method (C1Gauge)
    In This Topic
    Raises the DrawFocus event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnDrawFocus( _
       ByVal e As DrawFocusEventArgs _
    ) 
    protected virtual void OnDrawFocus( 
       DrawFocusEventArgs e
    )

    Parameters

    e
    See Also