Input for WinForms | ComponentOne
C1.Win.Accessibility.Items.BaseInterfaces Namespace / IUiaValueProvider Interface / IsReadOnly Property

In This Topic
    IsReadOnly Property (IUiaValueProvider)
    In This Topic
    Indicates that the value can only be read, not modified. returns True if the control is read-only
    Syntax
    'Declaration
     
    
    ReadOnly Property IsReadOnly As Boolean
    bool IsReadOnly {get;}
    See Also