NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

StandardCommands Members

Public:

Constructor

StandardCommands Constructor [To be supplied.]

Methods

Equals (inherited from Object) Determines whether the specified Object is the same instance as the current Object. Subclasses are expected to override this method to support value equality (not reference equality).
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the Object.
ToString (inherited from Object) Returns a String that represents the current Object.

Fields

AlignBottom Gets the GUID/integer value pair for the AlignBottom command. Read only.
AlignHorizontalCenters Gets the GUID/integer value pair for the AlignHorizontalCenters command. Read only.
AlignLeft Gets the GUID/integer value pair for the AlignLeft command. Read only.
AlignRight Gets the GUID/integer value pair for the AlignRight command. Read only.
AlignToGrid Gets the GUID/integer value pair for the AlignToGrid command. Read only.
AlignTop Gets the GUID/integer value pair for the AlignTop command. Read only.
AlignVerticalCenters Gets the GUID/integer value pair for the AlignVerticalCenters command. Read only.
ArrangeBottom Gets the GUID/integer value pair for the ArrangeBottom command. Read only.
ArrangeIcons Gets the GUID/integer value pair for the ArrangeIcons command. Read only.
ArrangeRight Gets the GUID/integer value pair for the ArrangeRight command. Read only.
BringForward Gets the GUID/integer value pair for the BringForward command. Read only.
BringToFront Gets the GUID/integer value pair for the BringToFront command. Read only.
CenterHorizontally Gets the GUID/integer value pair for the CenterHorizontally command. Read only.
CenterVertically Gets the GUID/integer value pair for the CenterVertically command. Read only.
cmdidArrangeIcons [To be supplied.]
cmdidLineupIcons [To be supplied.]
cmdidShowLargeIcons [To be supplied.]
Copy Gets the GUID/integer value pair for the Copy command. Read only.
Cut Gets the GUID/integer value pair for the Cut command. Read only.
Delete Gets the GUID/integer value pair for the Delete command. Read only.
F1Help Gets the GUID/integer value pair for the F1Help command. Read only.
Group Gets the GUID/integer value pair for the Group command. Read only.
HorizSpaceConcatenate Gets the GUID/integer value pair for the HorizSpaceConcatenate command. Read only.
HorizSpaceDecrease Gets the GUID/integer value pair for the HorizSpaceDecrease command. Read only.
HorizSpaceIncrease Gets the GUID/integer value pair for the HorizSpaceIncrease command. Read only.
HorizSpaceMakeEqual Gets the GUID/integer value pair for the HorizSpaceMakeEqual command. Read only.
LineupIcons Gets the GUID/integer value pair for the LineupIcons command. Read only.
LockControls Gets the GUID/integer value pair for the LockControls command. Read only.
MultiLevelRedo Gets the GUID/integer value pair for the MultiLevelRedo command. Read only.
MultiLevelUndo Gets the GUID/integer value pair for the MultiLevelUndo command. Read only.
Paste Gets the GUID/integer value pair for the Paste command. Read only.
Properties Gets the GUID/integer value pair for the Properties command. Read only.
PropertiesWindow Gets the GUID/integer value pair for the PropertiesWindow command. Read only.
Redo Gets the GUID/integer value pair for the Redo command. Read only.
Replace Gets the GUID/integer value pair for the Replace command. Read only.
SelectAll Gets the GUID/integer value pair for the SelectAll command. Read only.
SendBackward Gets the GUID/integer value pair for the SendBackward command. Read only.
SendToBack Gets the GUID/integer value pair for the SendToBack command. Read only.
ShowGrid Gets the GUID/integer value pair for the ShowGrid command. Read only.
ShowLargeIcons Gets the GUID/integer value pair for the ShowLargeIcons command. Read only.
SizeToControl Gets the GUID/integer value pair for the SizeToControl command. Read only.
SizeToControlHeight Gets the GUID/integer value pair for the SizeToControlHeight command. Read only.
SizeToControlWidth Gets the GUID/integer value pair for the SizeToControlWidth command. Read only.
SizeToFit Gets the GUID/integer value pair for the SizeToFit command. Read only.
SizeToGrid Gets the GUID/integer value pair for the SizeToGrid command. Read only.
SnapToGrid Gets the GUID/integer value pair for the SnapToGrid command. Read only.
TabOrder Gets the GUID/integer value pair for the TabOrder command. Read only.
Undo Gets the GUID/integer value pair for the Undo command. Read only.
Ungroup Gets the GUID/integer value pair for the Ungroup command. Read only.
VerbFirst Identifies the first of a set of verbs. Read only.
VerbLast Identifies the last of a set of verbs. Read only.
VertSpaceConcatenate Gets the GUID/integer value pair for the VertSpaceConcatenate command. Read only.
VertSpaceDecrease Gets the GUID/integer value pair for the VertSpaceDecrease command. Read only.
VertSpaceIncrease Gets the GUID/integer value pair for the VertSpaceIncrease command. Read only.
VertSpaceMakeEqual Gets the GUID/integer value pair for the VertSpaceMakeEqual command. Read only.
ViewGrid Gets the GUID/integer value pair for the ViewGrid command. Read only.

Protected:

Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by the Garbage Collector (GC). This method may be ignored by the runtime; therefore, necessary cleanup operations should be done elsewhere.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

StandardCommands Class | System.ComponentModel.Design Namespace