ArcFM Solution Developer Guide
ImageComboItem Constructor(String,Int32,Color,Object)


Syntax
'Declaration
 
Public Function New( _
   ByVal Text As System.String, _
   ByVal ImageIndex As System.Integer, _
   ByVal ForeColor As System.Drawing.Color, _
   ByVal Tag As System.Object _
)
'Usage
 
Dim Text As System.String
Dim ImageIndex As System.Integer
Dim ForeColor As System.Drawing.Color
Dim Tag As System.Object
 
Dim instance As New ImageComboItem(Text, ImageIndex, ForeColor, Tag)
public ImageComboItem( 
   System.string Text,
   System.int ImageIndex,
   System.Drawing.Color ForeColor,
   System.object Tag
)

Parameters

Text
ImageIndex
ForeColor
Tag
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

ImageComboItem Class
ImageComboItem Members
Overload List

 

 


Send Comment