Window Framework for UI Toolkit Scripting v1.3.0
GWG.WindowFramework.ContextMenuItem Member List

This is the complete list of members for GWG.WindowFramework.ContextMenuItem, including all inherited members.

ActionGWG.WindowFramework.ContextMenuItem
ContextMenuItem(string label, Action action=null)GWG.WindowFramework.ContextMenuIteminline
ContextMenuItem(string label, Action action=null, Func< bool > isVisible=null)GWG.WindowFramework.ContextMenuIteminline
ContextMenuItem(string label, Action action=null, Func< bool > isVisible=null, Func< bool > isDisabled=null)GWG.WindowFramework.ContextMenuIteminline
ContextMenuItem(string label, Action action=null, Func< bool > isVisible=null, Func< bool > isDisabled=null, Func< bool > isChecked=null)GWG.WindowFramework.ContextMenuIteminline
ContextMenuItem(string label, Action action=null, Func< bool > isVisible=null, Func< bool > isDisabled=null, Func< bool > isChecked=null, Object userData=null)GWG.WindowFramework.ContextMenuIteminline
ContextMenuItem()GWG.WindowFramework.ContextMenuIteminline
ContextMenuItem(bool isSeparator=true, string label=null, Action action=null, Func< bool > isVisible=null, Func< bool > isDisabled=null, Func< bool > isChecked=null, Object userData=null)GWG.WindowFramework.ContextMenuIteminline
IsCheckedGWG.WindowFramework.ContextMenuItem
IsDisabledGWG.WindowFramework.ContextMenuItem
IsSeparatorGWG.WindowFramework.ContextMenuItem
IsVisibleGWG.WindowFramework.ContextMenuItem
LabelGWG.WindowFramework.ContextMenuItem
UserDataGWG.WindowFramework.ContextMenuItem