ComponentOne Gauges for WinForms
DrawFocus Event

C1.Win.C1Gauge.4 Assembly > C1.Win.C1Gauge Namespace > C1Gauge Class : DrawFocus Event
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