Declaration
property Frame: TIEEditControlsFrame;
Description
The TFrame containing the image editing controls (if it needs to be customized).
// Hide the "Scale" links
IEEditControls1.Frame.lblEScale.Visible := False;
IEEditControls1.Frame.lblLScale.Visible := False;