ArcFM Responder Mobile Developer Guide
IsSelected Property (SortComboBoxItem)






Syntax
'Declaration
 
<System.ComponentModel.BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
<System.ComponentModel.CategoryAttribute("Appearance")>
Public Property IsSelected As System.Boolean
'Usage
 
Dim instance As SortComboBoxItem
Dim value As System.Boolean
 
instance.IsSelected = value
 
value = instance.IsSelected
[System.ComponentModel.Bindable(Bindable=true, Direction=BindingDirection.OneWay)]
[System.ComponentModel.Category("Appearance")]
public System.bool IsSelected {get; set;}
public read-write property IsSelected: System.Boolean; 
System.ComponentModel.BindableAttribute(Bindable=, Direction=BindingDirection.OneWay)
System.ComponentModel.CategoryAttribute("Appearance")
public function get,set IsSelected : System.boolean
[System.ComponentModel.Bindable(Bindable=true, Direction=BindingDirection.OneWay)]
[System.ComponentModel.Category("Appearance")]
public: __property System.bool get_IsSelected();
public: __property void set_IsSelected( 
   System.bool value
);
[System.ComponentModel.Bindable(Bindable=true, Direction=BindingDirection.OneWay)]
[System.ComponentModel.Category("Appearance")]
public:
property System.bool IsSelected {
   System.bool get();
   void set (    System.bool 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

SortComboBoxItem Class
SortComboBoxItem Members

Send Feedback