ImageEn, unit iexLayerProps |
|
TIELayerProps.Frame
Declaration
property Frame: TIELayerPropsFrame;
Description
The TFrame containing the layer property controls (if it needs to be customized).
// Hide the "Restore Aspect Ratio" button
IELayerProps1.Frame.btnResetAR.Visible := False;