C# Class Wpf.Controls.TabItem

Inheritance: System.Windows.Controls.TabItem
Show file Open project: Gainedge/BetterExplorer Class Usage Examples

Public Properties

Property Type Description
AllowDeleteProperty System.Windows.DependencyProperty
IconProperty System.Windows.DependencyProperty
SelectedItems List
log BExplorer.Shell.NavigationLog

Private Properties

Property Type Description
TabItem System
TabItem_MouseRightButtonUp void
TabItem_PreviewMouseDoubleClick void
TabItem_PreviewMouseLeftButtonUp void

Public Methods

Method Description
OnApplyTemplate ( ) : void

OnApplyTemplate override

TabItem ( IListItemEx ShellObject ) : System

Protected Methods

Method Description
OnMouseEnter ( System e ) : void

OnMouseEnter, Create and Display a Tooltip

OnMouseLeave ( System e ) : void

OnMouseLeave, remove the Tooltip

Private Methods

Method 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 method

OnApplyTemplate override
public OnApplyTemplate ( ) : void
return void

OnMouseEnter() protected method

OnMouseEnter, Create and Display a Tooltip
protected OnMouseEnter ( System e ) : void
e System
return void

OnMouseLeave() protected method

OnMouseLeave, remove the Tooltip
protected OnMouseLeave ( System e ) : void
e System
return void

TabItem() public method

public TabItem ( IListItemEx ShellObject ) : System
ShellObject IListItemEx
return System

Property Details

AllowDeleteProperty public static property

public static DependencyProperty,System.Windows AllowDeleteProperty
return System.Windows.DependencyProperty

IconProperty public static property

public static DependencyProperty,System.Windows IconProperty
return System.Windows.DependencyProperty

SelectedItems public property

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

log public property

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