返回用户文档首页
Inheritance HierarchySystemObject
SystemMarshalByRefObject
System.ComponentModelComponent
System.Windows.FormsControl
System.Windows.FormsScrollableControl
System.Windows.FormsToolStrip
System.Windows.FormsToolStripDropDown
System.Windows.FormsToolStripDropDownMenu
System.Windows.FormsContextMenuStrip
LoongCAD.UISubMenuBase
Namespace: LoongCAD.UIAssembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2025.0.9.8 (2025.0.9.8)
Syntaxpublic class SubMenuBase : ContextMenuStrip
The SubMenuBase type exposes the following members.
Constructors | Name | Description |
---|
 | SubMenuBase | Initializes a new instance of the SubMenuBase class |
Top
Methods | Name | Description |
---|
 | AddItem | |
 | AddItems | |
 | EnableItem | |
 | GetItem | |
 | GetMenuItem | |
 | NewCheckedItem(String, Boolean, EventHandler, String) | |
 | NewCheckedItem(String, String, Boolean, EventHandler, String) | |
 | NewGroup(String, ToolStripItem) | |
 | NewGroup(String, String, ToolStripItem) | |
 | NewItem(String, EventHandler, String) | |
 | NewItem(String, String, EventHandler, String) | |
 | NewSep | |
 | NewSep(String) | |
 | Show(Control, Point) | |
 | Show(Control, Int32, Int32) | |
Top
See Also