ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / C1Gauge Class / Selectable Property

In This Topic
    Selectable Property (C1Gauge)
    In This Topic
    Gets or sets whether the C1Gauge control can receive focus.
    Syntax
    'Declaration
     
    Public Property Selectable As System.Boolean
    public System.bool Selectable {get; set;}
    See Also