Determines if the display rectangles for two bands overlap.
Source position: extctrls.pp line 1625
protected function TCustomControlBar.IsBandOverlap( |
ARect: TRect; |
BRect: TRect |
):Boolean; |
ARect |
|
Display rectangle for a TCtrlBand instance compared in the method. |
BRect |
|
Display rectangle for the other TCtrlBand instance compared in the method. |
True when the rectangles overlap horizontally or vertically.
CT Web help |
CodeTyphon Studio |