C# Class Wpf.Controls.TabItem

Inheritance: System.Windows.Controls.TabItem
Afficher le fichier Open project: Gainedge/BetterExplorer Class Usage Examples

Méthodes publiques

Свойство Type Description
AllowDeleteProperty System.Windows.DependencyProperty
IconProperty System.Windows.DependencyProperty
SelectedItems List
log BExplorer.Shell.NavigationLog

Private Properties

Свойство Type Description
TabItem System
TabItem_MouseRightButtonUp void
TabItem_PreviewMouseDoubleClick void
TabItem_PreviewMouseLeftButtonUp void

Méthodes publiques

Méthode Description
OnApplyTemplate ( ) : void

OnApplyTemplate override

TabItem ( IListItemEx ShellObject ) : System

Méthodes protégées

Méthode Description
OnMouseEnter ( System e ) : void

OnMouseEnter, Create and Display a Tooltip

OnMouseLeave ( System e ) : void

OnMouseLeave, remove the Tooltip

Private Methods

Méthode Description
TabItem ( ) : System
TabItem_MouseRightButtonUp ( object sender, System e ) : void
TabItem_PreviewMouseDoubleClick ( object sender, System e ) : void
TabItem_PreviewMouseLeftButtonUp ( object sender, System e ) : void

Method Details

OnApplyTemplate() public méthode

OnApplyTemplate override
public OnApplyTemplate ( ) : void
Résultat void

OnMouseEnter() protected méthode

OnMouseEnter, Create and Display a Tooltip
protected OnMouseEnter ( System e ) : void
e System
Résultat void

OnMouseLeave() protected méthode

OnMouseLeave, remove the Tooltip
protected OnMouseLeave ( System e ) : void
e System
Résultat void

TabItem() public méthode

public TabItem ( IListItemEx ShellObject ) : System
ShellObject IListItemEx
Résultat System

Property Details

AllowDeleteProperty public_oe static_oe property

public static DependencyProperty,System.Windows AllowDeleteProperty
Résultat System.Windows.DependencyProperty

IconProperty public_oe static_oe property

public static DependencyProperty,System.Windows IconProperty
Résultat System.Windows.DependencyProperty

SelectedItems public_oe property

List of currently selected items (the strings are the parsed name of the actual ShellItem)
public List SelectedItems
Résultat List

log public_oe property

The Navigation History (Log) of the tab
public NavigationLog,BExplorer.Shell log
Résultat BExplorer.Shell.NavigationLog