TcxSchedulerNavigatorButton.Bounds Property
Represents the current resource navigation button’s dimensions.
Declaration
property Bounds: TRect read;
Property Value
Type |
---|
TRect |
Remarks
Use the Bounds property to determine the current button’s location when performing custom drawing (see the TcxSchedulerResourceNavigator.OnCustomDrawButton example).
See Also