Intersoft ClientUI Documentation
SelectedValue Property (ISHierarchicalSelectionControl)



Gets the current selected value. Only applicable if selected value path is specified.
Syntax
<CategoryAttribute("Common Properties")>
Public Property SelectedValue As Object
Dim instance As ISHierarchicalSelectionControl
Dim value As Object
 
instance.SelectedValue = value
 
value = instance.SelectedValue
[CategoryAttribute("Common Properties")]
public object SelectedValue {get; set;}
[CategoryAttribute("Common Properties")]
public:
property Object^ SelectedValue {
   Object^ get();
   void set (    Object^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ISHierarchicalSelectionControl Class
ISHierarchicalSelectionControl Members

Send Feedback