ImageEn, unit iexColorPalette

TIEColorPalette.ExtentY

TIEColorPalette.ExtentY


Declaration

property ExtentY: integer; (Read-only)


Description

Returns the height of the control area used by color cells. If the control has a scrollbar then ExtentY will be greater than ClientHeight.


Example

if IEColorPalette1.ExtentY > IEColorPalette1.ClientHeight then
  Scroll bar visible...


See Also

 ExtentX
 ViewX
 ViewY