GetItemPosition Method (C1TileListBoxPanel)
In This Topic
Gets the estimated position of an item in this panel.
Syntax
'Declaration
Public Overrides Function GetItemPosition( _
ByVal As Integer _
) As Rect
public override Rect GetItemPosition(
int
)
Parameters
- index
- The index of the item to be queried.
See Also