ArcFM Solution Developer Guide
ImageIndex Property (ColorPicker)


Syntax
'Declaration
 
<System.ComponentModel.TypeConverterAttribute(System.Windows.Forms.ImageIndexConverter)>
<System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.Drawing.Design.UITypeEditor)>
<System.ComponentModel.LocalizableAttribute(True)>
<System.ComponentModel.DefaultValueAttribute(-1)>
<System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.Repaint)>
<SRDescriptionAttribute("ButtonImageIndexDescr")>
<SRCategoryAttribute("CatAppearance")>
Public Property ImageIndex As System.Integer
'Usage
 
Dim instance As ColorPicker
Dim value As System.Integer
 
instance.ImageIndex = value
 
value = instance.ImageIndex
[System.ComponentModel.TypeConverter(System.Windows.Forms.ImageIndexConverter)]
[System.ComponentModel.Editor("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.Drawing.Design.UITypeEditor)]
[System.ComponentModel.Localizable(true)]
[System.ComponentModel.DefaultValue(-1)]
[System.ComponentModel.RefreshProperties(RefreshProperties.Repaint)]
[SRDescription("ButtonImageIndexDescr")]
[SRCategory("CatAppearance")]
public System.int ImageIndex {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

ColorPicker Class
ColorPicker Members

 

 


Send Comment