ImageEn, unit iexColorPalette

TIEColorPalette.ExtentX

TIEColorPalette.ExtentX

Declaration

property ExtentX: Integer;

Description

Returns the width of the control area used by color cells (ExtentX is always less than ClientWidth because TIEColorPalette does not support horizontal scrolling).

Read-only

Example

lblWidth.Caption := IntToStr( IEColorPalette1.ExtentX );

See Also

ExtentY
ViewX
ViewY