ArcFM Solution Developer Guide
Items Property (ImageComboBox)


Syntax
'Declaration
 
<SRCategoryAttribute("CatData")>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
<System.ComponentModel.LocalizableAttribute(True)>
<SRDescriptionAttribute("ComboBoxItemsDescr")>
<System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ListControlStringCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.Drawing.Design.UITypeEditor)>
<System.ComponentModel.MergablePropertyAttribute(False)>
Public ReadOnly Property Items As System.Windows.Forms.ComboBox.ObjectCollection
'Usage
 
Dim instance As ImageComboBox
Dim value As System.Windows.Forms.ComboBox.ObjectCollection
 
value = instance.Items
[SRCategory("CatData")]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
[System.ComponentModel.Localizable(true)]
[SRDescription("ComboBoxItemsDescr")]
[System.ComponentModel.Editor("System.Windows.Forms.Design.ListControlStringCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.Drawing.Design.UITypeEditor)]
[System.ComponentModel.MergableProperty(false)]
public System.Windows.Forms.ComboBox.ObjectCollection Items {get;}
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