Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.UserInterface Namespace / ISmartDropDown Interface / SelectedValue Property


In This Topic
    SelectedValue Property
    In This Topic
    Gets or sets the item selected in the drop down list.
    Syntax
    'Declaration
     
    
    Property SelectedValue As String
    'Usage
     
    
    Dim instance As ISmartDropDown
    Dim value As String
     
    instance.SelectedValue = value
     
    value = instance.SelectedValue
    string SelectedValue {get; set;}
    See Also