TdxBarCustomButton.CanChangePaintStyle Method
Specifies if the button’s paint style can be changed.
Declaration
function CanChangePaintStyle: Boolean; override;
Returns
Type |
---|
Boolean |
Remarks
If this function returns True, the paint style can be changed from the current to another. This function always returns True for the TdxBarCustomButton class. Descendants can override this function to prevent changing paint styles. The function is used internally and you should not need to call it.
See Also