IFormDesignerCommands Interface
Definition
Represents the set of commands that are available to the Form Designer.
Syntax
public interface IFormDesignerCommands
Properties
CanAlignBottom | When implemented by a class, indicates whether AlignBottom can be executed. |
CanAlignCenter | When implemented by a class, indicates whether AlignCenter can be executed. |
CanAlignLeft | When implemented by a class, indicates whether AlignLeft can be executed. |
CanAlignMiddle | When implemented by a class, indicates whether AlignMiddles can be executed. |
CanAlignRight | When implemented by a class, indicates whether AlignRight can be executed. |
CanAlignTop | When implemented by a class, indicates whether AlignTop can be executed. |
CanBringToFont | When implemented by a class, indicates whether BringToFront command can be executed. |
CanCancelSelectedTool | |
CanCopy | When implemented by a class, indicates whether selected controls can be copied. |
CanCut | When implemented by a class, indicates whether selected controls can be cut. |
CanDelete | When implemented by a class, indicates whether selected controls can be deleted. |
CanPaste | When implemented by a class, indicates whether Paste command can be executed. |
CanRedo | When implemented by a class, indicates whether Redo command can be executed. |
CanRotateLeft | When implemented by a class, indicates whether RotateLeft can be executed. |
CanRotateRight | When implemented by a class, indicates whether RotateRight can be executed. |
CanSelectAll | When implemented by a class, indicates whether SelectAll command can be executed. |
CanSendToBack | When implemented by a class, indicates whether SendToBack command can be executed. |
CanStretchToSameHeight | When implemented by a class, indicates whether StretchToSameHeight can be executed. |
CanStretchToSameWidth | When implemented by a class, indicates whether StretchToSameWidth can be executed. |
CanUndo | When implemented by a class, indicates whether Undo command can be executed. |
Methods
AlignBottom() | When implemented by a class, aligns selected control to the bottom of its containing control. |
AlignCenter() | When implemented by a class, centers selected control horizontally of its containing control. |
AlignLeft() | When implemented by a class, aligns selected control to the left edge of its containing control. |
AlignMiddle() | When implemented by a class, centers selected control vertically of its containing control. |
AlignRight() | When implemented by a class, aligns selected control to the right edge of its containing control. |
AlignTop() | When implemented by a class, aligns selected control to the top of its containing control. |
BringToFront() | When implemented by a class, bring selected control to the front of the z-order. |
CancelSelectedTool() | |
Copy() | When implemented by a class, copies selected control content to the clipboard. |
Cut() | When implemented by a class, cuts selected control content to the clipboard. |
Delete() | When implemented by a class, deletes selected control. |
Paste() | When implemented by a class, pastes controls from the clipboard. |
Redo() | When implemented by a class, executes Redo command. |
RotateLeft() | When implemented by a class, rotates selected control to the left direction. |
RotateRight() | When implemented by a class, rotates selected control to the right direction. |
SelectAll() | When implemented by a class, selects all controls. |
SendToBack() | When implemented by a class, executes SendToBack command. |
StretchToSameHeight() | When implemented by a class, stretches selected controls to the height of the first selected control. |
StretchToSameWidth() | When implemented by a class, stretches selected controls to the width of the first selected control. |
Undo() | When implemented by a class, executes Undo command. |