TcxSchedulerNavigatorButton.Bounds Property
In This Article
Represents the current resource navigation button’s dimensions.
#Declaration
Delphi
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