Skip to main content

TdxWizardControlCustomButtonCollectionItem.Focused Property

Specifies whether the custom button has focus.

Declaration

property Focused: Boolean read; write;

Property Value

Type
Boolean

Remarks

You can use this property to:

  • Identify if the button has focus (the Focused property returns True if the button is focused; otherwise – False);

  • Focus the button and its wizard control if the Visible property is set to True, and the button is enabled (that is, assign True to the property; its value does not change if the button cannot accept focus).

Note

You can assign True to another button’s Focused property to remove focus from the current custom button. The value of the Focused property does not change if you assign False to it.

See Also