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


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

Parameters

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