Represents a tab control.
The following tables list the members exposed by the TabControl type.
Name | Description | |
---|---|---|
![]() |
Initializes a new instance of the TabControl class. |
Name | Description | |
---|---|---|
![]() ![]() |
Identifies the AddButtonVisibility dependency property. |
|
![]() ![]() |
Identifies the ButtonBackground dependency property. |
|
![]() ![]() |
Identifies the ButtonBorderBrush dependency property. |
|
![]() ![]() |
Identifies the ButtonBorderThickness dependency property. |
|
![]() ![]() |
Identifies the ButtonMargin dependency property. |
|
![]() ![]() |
Identifies the ButtonOverBackground dependency property. |
|
![]() ![]() |
Identifies the ButtonPressedBackground dependency property. |
|
![]() ![]() |
Identifies the ButtonSize dependency property. |
|
![]() ![]() |
Identifies the EnableDragging dependency property. |
|
![]() ![]() |
Identifies the RemoveButtonVisibility dependency property. |
|
![]() ![]() |
Identifies the ScrollOffset dependency property. |
|
![]() ![]() |
Identifies the ScrollStep dependency property. |
|
![]() ![]() |
Identifies the SelectedContent dependency property. |
|
![]() ![]() |
Identifies the SelectedIndex dependency property. |
|
![]() ![]() |
Identifies the SelectedItem dependency property. |
|
![]() ![]() |
Identifies the TabAlignment dependency property. |
|
![]() ![]() |
Identifies the TabLayoutMode dependency property. |
|
![]() ![]() |
Identifies the TabRotation dependency property. |
|
![]() ![]() |
Identifies the TabStripPlacement dependency property. |
Name | Description | |
---|---|---|
![]() |
Gets or sets a value indicating whether the 'Add' button is displayed in the tab headers. This is a dependency property. |
|
![]() |
Gets or sets the background of the buttons, displayed when TabLayoutMode is set to Scroll. This is a dependency property. |
|
![]() |
Gets or sets the border brush of the buttons, displayed when TabLayoutMode is set to Scroll. This is a dependency property. |
|
![]() |
Gets or sets the border thickness of the buttons, displayed when TabLayoutMode is set to Scroll. This is a dependency property. |
|
![]() |
Gets or sets the margin of the buttons, displayed when TabLayoutMode is set to Scroll. This is a dependency property. |
|
![]() |
Gets or sets the background of the buttons, displayed when TabLayoutMode is set to Scroll, when they are pointed with the mouse. This is a dependency property. |
|
![]() |
Gets or sets the background of the buttons, displayed when TabLayoutMode is set to Scroll, when they are pressed. This is a dependency property. |
|
![]() |
Gets or sets the size of the buttons, displayed when TabLayoutMode is set to Scroll. This is a dependency property. |
|
![]() |
Gets or sets a value indicating whether tabs can be repositioned interactively through dragging. This is a dependency property. |
|
![]() |
Gets or sets a value indicating whether the 'Remove' button is displayed in the tab headers. This is a dependency property. |
|
![]() |
Gets or sets the scroll amount when TabLayoutMode is set to Scroll. This is a dependency property. |
|
![]() |
Gets or sets the scroll step when TabLayoutMode is set to Scroll. This is a dependency property. |
|
![]() |
Gets or sets the content of the currently selected item. This is a dependency property. |
|
![]() |
Gets or sets the index of the currently selected item. This is a dependency property. |
|
![]() |
Gets or sets the currently selected item. This is a dependency property. |
|
![]() |
Gets or sets the alignment of the tab headers. This is a dependency property. |
|
![]() |
Gets or sets a value indicating how tab headers are arranged when the available space is insufficient. This is a dependency property. |
|
![]() |
Gets or sets the rotation of the tab headers. This is a dependency property. |
|
![]() |
Gets or sets the alignment of the tab headers. This is a dependency property. |
Name | Description | |
---|---|---|
![]() |
FrameworkElement.OnApplyTemplate override. |
Name | Description | |
---|---|---|
![]() |
ItemsControl.GetContainerForItemOverride override. |
|
![]() |
ItemsControl.IsItemItsOwnContainerOverride override. |
|
![]() |
ItemsControl.OnItemsChanged override. |
|
![]() |
UIElement.OnMouseLeftButtonDown override. |
|
![]() |
UIElement.OnMouseLeftButtonUp override. |
|
![]() |
UIElement.OnMouseMove override. |
|
![]() |
ItemsControl.PrepareContainerForItemOverride override. |
Name | Description | |
---|---|---|
![]() |
Raised when a drag operation has completed. |
|
![]() |
Raised when a drag operation has started. |
|
![]() |
Raised when a tab has been added to the control. |
|
![]() |
Raised when the 'Add' button in a tab header has been clicked. |
|
![]() |
Raised when a tab has been clicked. |
|
![]() |
Raised when the mouse is pressed over a tab. |
|
![]() |
Raised when the mouse enters a tab. |
|
![]() |
Raised when the mouse leaves a tab. |
|
![]() |
Raised when a tab has been moved interactively through dragging. |
|
![]() |
Raised when the 'Remove' button in a tab header has been clicked. |
|
![]() |
Raised when the tab selection has changed. |