You are here:
Symbol Reference
Symbol Reference
>
XmlNotepad Namespace
Microsoft Namespace
UnitTests Namespace
XmlNotepad Namespace
Files
>
Classes
XmlNotepad.Properties Namespace
Classes
Interfaces
Structs, Records, Enums
Types
>
CompoundCommand Class (XmlNotepad)
AccessibleNode Class (XmlNotepad)
AccessibleNodeTextView Class (XmlNotepad)
AccessibleNodeTextViewNode Class (XmlNotepad)
AccessibleTree Class (XmlNotepad)
CacheEntry Class (XmlNotepad)
ChangeNode Class (XmlNotepad)
Checker Class (XmlNotepad)
ColorBuilder Class (XmlNotepad)
Command Class (XmlNotepad)
CommandEventArgs Class (XmlNotepad)
CompletionSet Class (XmlNotepad)
CompoundCommand Class (XmlNotepad)
CurrentEvent Class (XmlNotepad)
CutCommand Class (XmlNotepad)
DataGridViewBrowseCell Class (XmlNotepad)
DateTimeEditor Class (XmlNotepad)
DeleteNode Class (XmlNotepad)
DomLoader Class (XmlNotepad)
EditAttributeName Class (XmlNotepad)
EditElementName Class (XmlNotepad)
EditNodeName Class (XmlNotepad)
EditNodeValue Class (XmlNotepad)
EditProcessingInstructionName Class (XmlNotepad)
ErrorHandler Class (XmlNotepad)
FormAbout Class (XmlNotepad)
FormMain Class (XmlNotepad)
FormOptions Class (XmlNotepad)
FormSchemas Class (XmlNotepad)
FormSearch Class (XmlNotepad)
HLSColor Structure (XmlNotepad)
InsertNode Class (XmlNotepad)
IntelliTip Class (XmlNotepad)
IntelliTipEventArgs Class (XmlNotepad)
LineInfo Class (XmlNotepad)
LineStates Class (XmlNotepad)
ModelChangedEventArgs Class (XmlNotepad)
MoveNode Class (XmlNotepad)
MyForm Class (XmlNotepad)
MyXmlNamespaceResolver Class (XmlNotepad)
NoBorderTabControl Class (XmlNotepad)
NoBorderTabControlEventArgs Class (XmlNotepad)
NoBorderTabPage Class (XmlNotepad)
NodeChangeEventArgs Class (XmlNotepad)
NodeLabelEditEventArgs Class (XmlNotepad)
NodeTextView Class (XmlNotepad)
NudgeNode Class (XmlNotepad)
PaneResizer Class (XmlNotepad)
PasteCommand Class (XmlNotepad)
PerfTimer Class (XmlNotepad)
PersistentFileNames Class (XmlNotepad)
Program Class (XmlNotepad)
RecentFileEventArgs Class (XmlNotepad)
RecentFilesMenu Class (XmlNotepad)
SR Class (XmlNotepad)
SchemaCache Class (XmlNotepad)
SchemaDialogAddFiles Class (XmlNotepad)
SchemaDialogCommand Class (XmlNotepad)
SchemaDialogCutCommand Class (XmlNotepad)
SchemaDialogEditCommand Class (XmlNotepad)
SchemaResolver Class (XmlNotepad)
Settings Class (XmlNotepad)
StringHelper Class (XmlNotepad)
TabNavigator Class (XmlNotepad)
Task Class (XmlNotepad)
TaskHandler Class (XmlNotepad)
TaskList Class (XmlNotepad)
TextEditorEventArgs Class (XmlNotepad)
TextEditorLayoutEventArgs Class (XmlNotepad)
TextEditorOverlay Class (XmlNotepad)
TreeData Class (XmlNotepad)
TreeNode Class (XmlNotepad)
TreeNodeCollection Class (XmlNotepad)
TreeParent Class (XmlNotepad)
TreeView Class (XmlNotepad)
TreeViewDropFeedback Class (XmlNotepad)
TreeViewEventArgs Class (XmlNotepad)
TypeToFindHandler Class (XmlNotepad)
UndoManager Class (XmlNotepad)
Updater Class (XmlNotepad)
UriBuilder Class (XmlNotepad)
Utilities Class (XmlNotepad)
WebBrowserForm Class (XmlNotepad)
XmlCache Class (XmlNotepad)
XmlHelpers Class (XmlNotepad)
XmlIncludeReader Class (XmlNotepad)
XmlIntellisenseList Class (XmlNotepad)
XmlIntellisenseProvider Class (XmlNotepad)
XmlName Class (XmlNotepad)
XmlTreeNode Class (XmlNotepad)
XmlTreeNodeCollection Class (XmlNotepad)
XmlTreeView Class (XmlNotepad)
XmlTreeViewDropFeedback Class (XmlNotepad)
XmlTreeViewFindTarget Class (XmlNotepad)
XsltViewer Class (XmlNotepad)
Close
Index
CompoundCommand Class
Send Feedback
on this topic to us.
Inheritance Hierarchy
XmlNotepad.Command
XmlNotepad.CompoundCommand
Namespace:
XmlNotepad
Syntax
C++
C#
Visual Basic
IDL
JavaScript
class
CompoundCommand
:
public
Command
;
public
class
CompoundCommand
:
Command
;
Public
Class
CompoundCommand
Inherits
Command
class
CompoundCommand :
public
Command
;
CompoundCommand
Description
This is class XmlNotepad.CompoundCommand.
Constructors
Name
Description
CompoundCommand
This is CompoundCommand, a member of class CompoundCommand.
Methods
Show:
Inherited
No members matching the current filter
Name
Description
Add
This is Add, a member of class CompoundCommand.
Do
This is Do, a member of class Command. (Inherited from
Command
)
Do
This is Do, a member of class CompoundCommand.
Insert
This is Insert, a member of class CompoundCommand.
Redo
This is Redo, a member of class Command. (Inherited from
Command
)
Redo
This is Redo, a member of class CompoundCommand.
Undo
This is Undo, a member of class Command. (Inherited from
Command
)
Undo
This is Undo, a member of class CompoundCommand.
Properties
Show:
Inherited
No members matching the current filter
Name
Description
Count
This is Count, a member of class CompoundCommand.
IsNoop
This is IsNoop, a member of class Command. (Inherited from
Command
)
IsNoop
This is IsNoop, a member of class CompoundCommand.
Name
This is Name, a member of class Command. (Inherited from
Command
)
Name
This is Name, a member of class CompoundCommand.
See Also
CompoundCommand Methods
CompoundCommand Properties
Classes