TCustomdxTreeView.IsCustomDraw Method
Determines whether custom draw is used.
Declaration
function IsCustomDraw: Boolean; virtual;
Returns
Type |
---|
Boolean |
Remarks
Call IsCustomDraw to determine whether custom draw is used. It returns True if custom draw is used and False if not. Custom draw is used if you write code within the OnCustomDraw event handler.
Note: This method is overridden in the dxDBTreeView controls.
See Also