Input for WinForms | ComponentOne
C1.Win.Accessibility.Items.BaseInterfaces Namespace / IUiaRangeValueProvider Interface / SetValue Method
Value to set the UI to

In This Topic
    SetValue Method (IUiaRangeValueProvider)
    In This Topic
    Request to set the value that this UI element is representing
    Syntax
    'Declaration
     
    
    Sub SetValue( _
       ByVal value As Double _
    ) 
    void SetValue( 
       double value
    )

    Parameters

    value
    Value to set the UI to

    Return Value

    true if the UI element was successfully set to the specified value
    See Also