Property | Type | Description | |
---|---|---|---|
ContentStringFormatProperty | |||
ContentTemplateProperty | |||
ContentTemplateSelectorProperty | |||
ItemsPanelBackgroundProperty | |||
SelectedContentProperty | |||
SelectedContentStringFormatProperty | |||
SelectedContentTemplateProperty | |||
SelectedContentTemplateSelectorProperty |
Property | Type | Description | |
---|---|---|---|
BackstageTabControl | System | ||
FindNextTabItem | Fluent.BackstageTabItem | ||
GetSelectedTabItem | Fluent.BackstageTabItem | ||
OnCoerceStyle | object | ||
OnGeneratorStatusChanged | void | ||
OnLoaded | void | ||
OnPopupDismiss | void | ||
OnUnloaded | void | ||
UpdateSelectedContent | void |
Method | Description | |
---|---|---|
GetContainerForItemOverride ( ) : |
Creates or identifies the element that is used to display the given item.
|
|
IsItemItsOwnContainerOverride ( object item ) : bool |
Determines if the specified item is (or is eligible to be) its own container.
|
|
OnInitialized ( |
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement. IsInitialized is set to true internally.
|
|
OnItemsChanged ( |
Updates the current selection when an item in the System.Windows.Controls.Primitives.Selector has changed
|
|
OnMouseLeftButtonDown ( MouseButtonEventArgs e ) : void |
Invoked when an unhandled MouseLeftButtonDown routed event is raised on this element. Implement this method to add class handling for this event.
|
|
OnSelectionChanged ( System.Windows.Controls.SelectionChangedEventArgs e ) : void |
Called when the selection changes.
|
Method | Description | |
---|---|---|
BackstageTabControl ( ) : System | ||
FindNextTabItem ( int startIndex, int direction ) : Fluent.BackstageTabItem | ||
GetSelectedTabItem ( ) : Fluent.BackstageTabItem | ||
OnCoerceStyle ( |
||
OnGeneratorStatusChanged ( object sender, |
||
OnLoaded ( object sender, |
||
OnPopupDismiss ( object sender, |
||
OnUnloaded ( object sender, |
||
UpdateSelectedContent ( ) : void |
protected GetContainerForItemOverride ( ) : |
||
return |
protected IsItemItsOwnContainerOverride ( object item ) : bool | ||
item | object | The item to check. |
return | bool |
protected OnInitialized ( |
||
e | The System.Windows.RoutedEventArgs that contains the event data. | |
return | void |
protected OnItemsChanged ( |
||
e | The event data. | |
return | void |
protected OnMouseLeftButtonDown ( MouseButtonEventArgs e ) : void | ||
e | MouseButtonEventArgs | The MouseButtonEventArgs that contains the event data. /// The event data reports that the left mouse button was pressed |
return | void |
protected OnSelectionChanged ( System.Windows.Controls.SelectionChangedEventArgs e ) : void | ||
e | System.Windows.Controls.SelectionChangedEventArgs | The event data. |
return | void |
public static DependencyProperty,System.Windows ContentStringFormatProperty | ||
return |
public static DependencyProperty,System.Windows ContentTemplateProperty | ||
return |
public static DependencyProperty,System.Windows ContentTemplateSelectorProperty | ||
return |
public static DependencyProperty,System.Windows ItemsPanelBackgroundProperty | ||
return |
public static DependencyProperty,System.Windows SelectedContentProperty | ||
return |
public static DependencyProperty,System.Windows SelectedContentStringFormatProperty | ||
return |
public static DependencyProperty,System.Windows SelectedContentTemplateProperty | ||
return |