IcxNavigatorOwner.GetNavigatorBounds Method
Gets the bounding rectangle of the navigator control.
Declaration
function GetNavigatorBounds: TRect;
Returns
Type |
---|
TRect |
Remarks
The GetNavigatorBounds function is implemented by navigator controls to return their bounding rectangles. This can be used to evaluate the current navigator size and adjust it if needed, for instance. To change the size of the control you must access it via the GetNavigatorControl function and use the control’s Width and Height properties.
See Also