| ImageEn, unit iexColorPalette |
|
TIEColorPalette.VisibleRowCount
Declaration
property VisibleRowCount: Integer;
Description
Returns the number of vertical rows of colors currently visible in the control.
Note:
◼Only full rows are included
◼The visible column count will always be
ColCount because the component does not support horizontal scrolling.
Read-only
Example
vc := IEColorPalette1.VisibleRowCount;
See Also
◼RowCount
◼ColCount
◼ColorCount