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

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

    Parameters

    value
    Value to set the UI to
    See Also