TdxNavBarCommonBehaviorOptions.AllowSelectLinks Property
Specifies whether end-users can select links.
Declaration
property AllowSelectLinks: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
If this property is set to True links in NavBar groups may be selected. A selected link will have a different appearance compared to other links in the NavBar control. In Explorer Bar Views, a selected link’s caption is underlined, except for the VistaExplorerBarView, in which selected links are painted similarly to Side Bar Views.
Normally, when an end-user selects a new link in the current or in another group, the previously selected link loses its selected state. To force selected links to persist their selected state when an end-user selects a link in another group, set the EachGroupHasSelectedLink property to True.
The default value of the AllowSelectlinks property is False.
See Also