Table of Contents

Constructor DynamicMenuItem

Namespace
UICatalog.Scenarios
Assembly
UICatalog.dll

DynamicMenuItem()

public DynamicMenuItem()

DynamicMenuItem(ustring, bool)

public DynamicMenuItem(ustring title, bool hasSubMenu = false)

Parameters

title ustring
hasSubMenu bool

DynamicMenuItem(ustring, ustring, ustring, bool, bool, MenuItemCheckStyle, ustring)

public DynamicMenuItem(ustring title, ustring help, ustring action, bool isTopLevel, bool hasSubMenu, MenuItemCheckStyle checkStyle = MenuItemCheckStyle.NoCheck, ustring shortcut = null)

Parameters

title ustring
help ustring
action ustring
isTopLevel bool
hasSubMenu bool
checkStyle MenuItemCheckStyle
shortcut ustring