C# Class BExplorer.Shell.FilterMenu_Strings

Inheritance: System.Windows.Controls.ContextMenu
Show file Open project: Gainedge/BetterExplorer

Public Methods

Method Description
Activate ( Control Container ) : void
CheckBox_Checked ( object sender, System e ) : void
CheckBox_Unchecked ( object sender, RoutedEventArgs e ) : void
CheckedItems ( ) : List

Gets the [Content] of the checked CheckBoxes.

SetItems ( ) : void
SetItems ( IEnumerable Items ) : void

Sets the items.

Method Details

Activate() public method

public Activate ( Control Container ) : void
Container System.Windows.Controls.Control
return void

CheckBox_Checked() public method

public CheckBox_Checked ( object sender, System e ) : void
sender object
e System
return void

CheckBox_Unchecked() public method

public CheckBox_Unchecked ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
return void

CheckedItems() public method

Gets the [Content] of the checked CheckBoxes.
public CheckedItems ( ) : List
return List

SetItems() public method

public SetItems ( ) : void
return void

SetItems() public method

Sets the items.
public SetItems ( IEnumerable Items ) : void
Items IEnumerable The items you want to use.
return void