C1.Win.4.8 Assembly / C1.Framework.Accessibility Namespace / C1ControlAccessibleObject Class / Value Property

Value Property (C1ControlAccessibleObject)
Gets or sets the value of an accessible object.
Syntax
'Declaration
 
Public Overrides Property Value As String
 

Property Value

The value of an accessible object, or a null reference (Nothing in Visual Basic) if the object has no value set.
Exceptions
ExceptionDescription
The value cannot be set or retrieved.
See Also