Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / C1Gauge Class / DrawFocus Event

In This Topic
    DrawFocus Event (C1Gauge)
    In This Topic
    Occurs when the focus rectangle should be drawn.
    Syntax
    'Declaration
     
    Public Event DrawFocus As DrawFocusEventHandler
    public event DrawFocusEventHandler DrawFocus
    Event Data

    The event handler receives an argument of type DrawFocusEventArgs containing data related to this event. The following DrawFocusEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets or sets the bounds of the focus rectangle.  
    Gets the graphics used to paint the focus rectangle.  
    Gets or sets whether the focus rectangle was drawn from user code.  
    See Also