C# Class Fluent.StatusBar

Represents ribbon status bar
Inheritance: System.Windows.Controls.Primitives.StatusBar
Afficher le fichier Open project: Gainedge/BetterExplorer Class Usage Examples

Méthodes publiques

Свойство Type Description
IsWindowMaximizedProperty System.Windows.DependencyProperty

Méthodes protégées

Méthode Description
GetContainerForItemOverride ( ) : DependencyObject

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.

OnItemsChanged ( System e ) : void

Invoked when the P:System.Windows.Controls.ItemsControl.Items property changes.

Private Methods

Méthode Description
OnItemChecked ( object sender, RoutedEventArgs e ) : void
OnItemUnchecked ( object sender, RoutedEventArgs e ) : void
OnLoaded ( object sender, RoutedEventArgs e ) : void
OnUnloaded ( object sender, RoutedEventArgs e ) : void
OnWindowStateChanged ( object sender, EventArgs e ) : void
RecreateMenu ( ) : void
StatusBar ( ) : System

Static constructor

UpdateSeparartorsVisibility ( ) : void

Method Details

GetContainerForItemOverride() protected méthode

Creates or identifies the element that is used to display the given item.
protected GetContainerForItemOverride ( ) : DependencyObject
Résultat System.Windows.DependencyObject

IsItemItsOwnContainerOverride() protected méthode

Determines if the specified item is (or is eligible to be) its own container.
protected IsItemItsOwnContainerOverride ( object item ) : bool
item object The item to check.
Résultat bool

OnItemsChanged() protected méthode

Invoked when the P:System.Windows.Controls.ItemsControl.Items property changes.
protected OnItemsChanged ( System e ) : void
e System Information about the change.
Résultat void

Property Details

IsWindowMaximizedProperty public_oe static_oe property

Using a DependencyProperty as the backing store for IsWindowMaximized. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows IsWindowMaximizedProperty
Résultat System.Windows.DependencyProperty