'Declaration
<SRCategoryAttribute("CatData")> <System.ComponentModel.DefaultValueAttribute("")> <System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataMemberFieldEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.Drawing.Design.UITypeEditor)> <SRDescriptionAttribute("ListControlValueMemberDescr")> Public Property ValueMember As System.String
'Usage
Dim instance As NImageIndexListBox Dim value As System.String instance.ValueMember = value value = instance.ValueMember
[SRCategory("CatData")] [System.ComponentModel.DefaultValue("")] [System.ComponentModel.Editor("System.Windows.Forms.Design.DataMemberFieldEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.Drawing.Design.UITypeEditor)] [SRDescription("ListControlValueMemberDescr")] public System.string ValueMember {get; set;}