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


Syntax
'Declaration
 
Public Function New( _
   ByVal Text As String, _
   ByVal ImageIndex As Integer, _
   ByVal ForeColor As Color _
)
'Usage
 
Dim Text As String
Dim ImageIndex As Integer
Dim ForeColor As Color
 
Dim instance As New ImageComboItem(Text, ImageIndex, ForeColor)
public ImageComboItem( 
   string Text,
   int ImageIndex,
   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