InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework.Accessibility Namespace / C1ControlAccessibleObject Class / Value Property

In This Topic
    Value Property (C1ControlAccessibleObject)
    In This Topic
    Gets or sets the value of an accessible object.
    Syntax
    'Declaration
     
    Public Overrides Property Value As String
    public override string Value {get; set;}

    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