Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / C1Gauge Class / Select Method / Select(Boolean,Boolean) Method

In This Topic
    Select(Boolean,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Overloads Overridable Sub Select( _
       ByVal directed As System.Boolean, _
       ByVal forward As System.Boolean _
    ) 
    protected virtual void Select( 
       System.bool directed,
       System.bool forward
    )

    Parameters

    directed
    forward
    See Also