Class ComboBoxValueProvider
Inheritance
System.Object
ComboBoxValueProvider
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UIAutomation.ComboBox
Assembly: Telerik.WinControls.UI.dll
Syntax
public class ComboBoxValueProvider : IValueProvider
Constructors
ComboBoxValueProvider(IComboBoxRadRawElementProviderFragment)
Declaration
public ComboBoxValueProvider(IComboBoxRadRawElementProviderFragment ownerProvider)
Parameters
IComboBoxRadRawElementProviderFragment
ownerProvider
|
Properties
IsReadOnly
Declaration
public bool IsReadOnly { get; }
Property Value
System.Boolean
|
Value
Declaration
public string Value { get; }
Property Value
System.String
|
Methods
GetValue()
Declaration
public object GetValue()
Returns
System.Object
|
SetValue(String)
Declaration
public void SetValue(string value)
Parameters
System.String
value
|