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 System.Integer, _
ByVal columnIndex As System.Integer, _
ByVal As IconSetType, _
ByVal As System.Integer, _
ByVal As System.Boolean _
)
'Usage
Dim rowIndex As System.Integer
Dim columnIndex As System.Integer
Dim iconSetType As IconSetType
Dim indexOfIcon As System.Integer
Dim showIconOnly As System.Boolean
Dim instance As New IconDrawingObject(rowIndex, columnIndex, iconSetType, indexOfIcon, showIconOnly)
public IconDrawingObject(
System.int ,
System.int columnIndex,
IconSetType ,
System.int ,
System.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