ImageEn, unit iexLayerProps

TIELayerProps.Frame

TIELayerProps.Frame


Declaration

property Frame: TIELayerPropsFrame;


Description

The TFrame containing the layer property controls (if it needs to be customized).


Examples

// Hide the "Restore Aspect Ratio" button
IELayerProps1.Frame.btnResetAR.Visible := False;