Skip to main content

TdxBarWinControl.CanDestroyOnClick Method

Determines whether clicking the current item control makes its parent control inactive.

Declaration

function CanDestroyOnClick: Boolean; override;

Returns

Type
Boolean

Remarks

CanDestroyOnClick always returns False for this class. It means that clicking the current item control will not move focus from its parent bar control, making it inactive.

See Also