|
| CheckableMenuItem (string text) |
|
| CheckableMenuItem (string text, Func< bool, IEnumerable< IResult >> execute) |
|
| CheckableMenuItem (string text, Func< bool, IEnumerable< IResult >> execute, Func< bool > canExecute) |
|
IEnumerable< IResult > | Execute () |
|
| CheckableMenuItem (string text) |
|
| CheckableMenuItem (string text, Func< bool, IEnumerable< IResult >> execute) |
|
| CheckableMenuItem (string text, Func< bool, IEnumerable< IResult >> execute, Func< bool > canExecute) |
|
IEnumerable< IResult > | Execute () |
|
Public Member Functions inherited from CShell.Framework.Menus.StandardMenuItem |
| StandardMenuItem (string text) |
|
| StandardMenuItem (string text, Func< bool > canExecute) |
|
StandardMenuItem | WithGlobalShortcut (ModifierKeys modifier, Key key) |
|
StandardMenuItem | WithIcon () |
|
StandardMenuItem | WithIcon (string path) |
|
StandardMenuItem | WithIcon (Assembly source, string path) |
|
StandardMenuItem | WithActivator (IActivate activator) |
|
StandardMenuItem | WithActivator (IActivate activator, bool inverse) |
|
| StandardMenuItem (string text) |
|
| StandardMenuItem (string text, Func< bool > canExecute) |
|
StandardMenuItem | WithGlobalShortcut (ModifierKeys modifier, Key key) |
|
StandardMenuItem | WithIcon () |
|
StandardMenuItem | WithIcon (string path) |
|
StandardMenuItem | WithIcon (Assembly source, string path) |
|
StandardMenuItem | WithActivator (IActivate activator) |
|
StandardMenuItem | WithActivator (IActivate activator, bool inverse) |
|
CShell.Framework.Menus.CheckableMenuItem.CheckableMenuItem |
( |
string |
text | ) |
|
|
inline |
CShell.Framework.Menus.CheckableMenuItem.CheckableMenuItem |
( |
string |
text, |
|
|
Func< bool, IEnumerable< IResult >> |
execute |
|
) |
| |
|
inline |
CShell.Framework.Menus.CheckableMenuItem.CheckableMenuItem |
( |
string |
text, |
|
|
Func< bool, IEnumerable< IResult >> |
execute, |
|
|
Func< bool > |
canExecute |
|
) |
| |
|
inline |
CShell.Framework.Menus.CheckableMenuItem.CheckableMenuItem |
( |
string |
text | ) |
|
|
inline |
CShell.Framework.Menus.CheckableMenuItem.CheckableMenuItem |
( |
string |
text, |
|
|
Func< bool, IEnumerable< IResult >> |
execute |
|
) |
| |
|
inline |
CShell.Framework.Menus.CheckableMenuItem.CheckableMenuItem |
( |
string |
text, |
|
|
Func< bool, IEnumerable< IResult >> |
execute, |
|
|
Func< bool > |
canExecute |
|
) |
| |
|
inline |
IEnumerable<IResult> CShell.Framework.Menus.CheckableMenuItem.Execute |
( |
| ) |
|
|
inline |
IEnumerable<IResult> CShell.Framework.Menus.CheckableMenuItem.Execute |
( |
| ) |
|
|
inline |
readonly Func< bool, IEnumerable< IResult > > CShell.Framework.Menus.CheckableMenuItem._execute |
|
private |
bool CShell.Framework.Menus.CheckableMenuItem._isChecked |
|
private |
bool CShell.Framework.Menus.CheckableMenuItem.IsChecked |
|
getset |
The documentation for this class was generated from the following file: