Constructs an icon object with the specified row index, column index, icon set type, icon collection index, and icon or icon and data.
Syntax
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal columnIndex As Integer, _
ByVal As IconSetType, _
ByVal As Integer, _
ByVal As Boolean _
)
'Usage
Dim rowIndex As Integer
Dim columnIndex As Integer
Dim iconSetType As IconSetType
Dim indexOfIcon As Integer
Dim showIconOnly As Boolean
Dim instance As New IconDrawingObject(rowIndex, columnIndex, iconSetType, indexOfIcon, showIconOnly)
public IconDrawingObject(
int ,
int columnIndex,
IconSetType ,
int ,
bool
)
Parameters
- rowIndex
- The row index.
- columnIndex
- The column index.
- iconSetType
- The icon set type.
- indexOfIcon
- The index of the icon collection.
- showIconOnly
true
Show bar only; otherwise, false
See Also