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


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