USDTab Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the tab on the Unified Service Desk user interface (UI).
public ref class USDTab : System::Windows::Controls::TabItem
public class USDTab : System.Windows.Controls.TabItem
type USDTab = class
inherit TabItem
Public Class USDTab
Inherits TabItem
- Inheritance
-
USDTab
Constructors
USDTab() |
Initializes a new instance of the USDTab class. |
Fields
applicationNameDisplayed |
Specifies the application name as displayed. |
CloseButtonAvailableProperty |
Specifies if the close button is available. |
Properties
CloseButtonAvailable |
Gets or sets a Boolean value that specifies if the close button is available. |
UserCanCloseDefault |
Gets or sets a Boolean value that specifies if the user can close the tab. |
Methods
CloseControlCanExecute(Object, CanExecuteRoutedEventArgs) |
Internal binding function used for XAML declarative actions. |
CloseControlExecuted(Object, ExecutedRoutedEventArgs) |
Internal binding function used for XAML declarative actions. |