ITabObjectResizingEventArgs.Rect

Syntax

Rect: IGxRectF;

Description

The Rect property returns coordinates of rectangular area occupied by object.

Comments

To get changed side, use the ITabObjectResizingEventArgs.Side property.

Example

The property use is given in the example for TabSheetBox.OnObjectResizing.

See also:

ITabObjectResizingEventArgs