Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / DrawFocusEventArgs Class / Handled Property

In This Topic
    Handled Property (DrawFocusEventArgs)
    In This Topic
    Gets or sets whether the focus rectangle was drawn from user code.
    Syntax
    'Declaration
     
    Public Property Handled As System.Boolean
    public System.bool Handled {get; set;}
    See Also