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

In This Topic
    Value Property (DropDownAccessibleObject)
    In This Topic
    Gets or sets the value of an accessible object.
    Syntax
    'Declaration
     
    Public Overridable Property Value As String
    public virtual 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.
    See Also