C# Class BetterExplorerControls.ListviewColumnDropDown

Inheritance: System.Windows.Controls.ContextMenu
Datei anzeigen Open project: Gainedge/BetterExplorer Class Usage Examples

Public Methods

Method Description
AddItem ( object Item ) : void

Adds a new MenuItem to Items with MenuItem.IsCheckable = true and MenuItem.Header = Item

Private Methods

Method Description
ListviewColumnDropDown ( ) : System.Windows

DefaultStyleKeyProperty.OverrideMetadata(typeof(ListviewColumnDropDown), new FrameworkPropertyMetadata(typeof(ListviewColumnDropDown)));

Method Details

AddItem() public method

Adds a new MenuItem to Items with MenuItem.IsCheckable = true and MenuItem.Header = Item
public AddItem ( object Item ) : void
Item object The item that will be put into the header
return void