Represents a toolstrip with the common commands, such as file, clipboard, history, etc.
Namespace:
C1.Win.XmlEditor.ToolStripsAssembly: C1.Win.XmlEditor.2 (in C1.Win.XmlEditor.2.dll)
Syntax
| C# |
|---|
[ToolboxBitmapAttribute(typeof(C1XmlEditorToolStripMain), "XmlEditorToolStripMain.png")] [ToolboxItemAttribute(true)] public class C1XmlEditorToolStripMain : C1XmlEditorToolStripBase |
| Visual Basic (Declaration) |
|---|
<ToolboxBitmapAttribute(GetType(C1XmlEditorToolStripMain), "XmlEditorToolStripMain.png")> _ <ToolboxItemAttribute(True)> _ Public Class C1XmlEditorToolStripMain _ Inherits C1XmlEditorToolStripBase |
Inheritance Hierarchy
System..::.Object
System..::.MarshalByRefObject
System.ComponentModel..::.Component
System.Windows.Forms..::.Control
System.Windows.Forms..::.ScrollableControl
System.Windows.Forms..::.ToolStrip
C1.Win.XmlEditor.ToolStrips..::.C1XmlEditorToolStripBase
C1.Win.XmlEditor.ToolStrips..::.C1XmlEditorToolStripMain
System..::.MarshalByRefObject
System.ComponentModel..::.Component
System.Windows.Forms..::.Control
System.Windows.Forms..::.ScrollableControl
System.Windows.Forms..::.ToolStrip
C1.Win.XmlEditor.ToolStrips..::.C1XmlEditorToolStripBase
C1.Win.XmlEditor.ToolStrips..::.C1XmlEditorToolStripMain