ArcFM Solution Developer Guide
SelectedValue Property


Syntax
'Declaration
 
<SRCategoryAttribute("CatData")>
<System.ComponentModel.DefaultValueAttribute("")>
<System.ComponentModel.BrowsableAttribute(False)>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<SRDescriptionAttribute("ListControlSelectedValueDescr")>
<System.ComponentModel.BindableAttribute(True)>
Public Property SelectedValue As System.Object
'Usage
 
Dim instance As ImageComboBox
Dim value As System.Object
 
instance.SelectedValue = value
 
value = instance.SelectedValue
[SRCategory("CatData")]
[System.ComponentModel.DefaultValue("")]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("ListControlSelectedValueDescr")]
[System.ComponentModel.Bindable(true)]
public System.object SelectedValue {get; set;}
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ImageComboBox Class
ImageComboBox Members

 

 


Send Comment