Skip to content

XTPTabNavigateButton Enumeration

Description

XTPTabNavigateButton is an enumeration used to identify navigation buttons within a tab control.

Members

Member Description
xtpTabNavigateButtonLeft Left tab navigation button.
xtpTabNavigateButtonRight Right tab navigation button.
xtpTabNavigateButtonClose Close tab navigation button.

Remarks

This enumerator is used by the ShowNavigateButton method to indicate which tab navigation button(s) will be displayed in the tab control header.

The XTPTabNavigationButtonFlags enumeration is used to indicate when the specified button will be displayed.

The TabControlItem.Closeable property can also be used to control when the Close button is displayed.

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.