Table of Contents

Interface IFormDesignerCommands

Namespace
Alternet.FormDesigner.WinForms
Assembly
Alternet.FormDesigner.v9.dll

Represents the set of commands that are available to the Form Designer.

public interface IFormDesignerCommands

Properties

CanAlignBottom

When implemented by a class, gets a value indicating whether selected controls can be aligned to the bottom of its containing control.

CanAlignHorizontalCenters

When implemented by a class, gets a value indicating whether selected controls can be aligned horizontally to the center of its containing control.

CanAlignLeft

When implemented by a class, gets a value indicating whether selected controls can be aligned to the left edge of its containing control.

CanAlignRight

When implemented by a class, gets a value indicating whether selected controls can be aligned to the right edge of its containing control.

CanAlignToGrid

When implemented by a class, gets a value indicating whether selected controls can be aligned to the closest grid.

CanAlignTop

When implemented by a class, gets a value indicating whether selected controls can be aligned to the top of its containing control.

CanAlignVerticalCenters

When implemented by a class, gets a value indicating whether selected controls can be aligned vertically to the center of its containing control.

CanArrangeBottom

When implemented by a class, gets a value indicating whether selected controls can be arranged along the bottom of a form.

CanArrangeIcons

When implemented by a class, indicates whether ArrangeIcons command can be executed.

CanArrangeRight

When implemented by a class, gets a value indicating whether selected controls can be arranged along the right edge of a form.

CanBringForward

When implemented by a class, gets a value indicating whether selected controls can be bring forward in the z-order.

CanBringToFront

When implemented by a class, gets a value indicating whether selected controls can be bring to the front of the z-order.

CanCenterHorizontally

When implemented by a class, gets a value indicating whether selected controls can be centered horizontally of its containing control.

CanCenterVertically

When implemented by a class, gets a value indicating whether selected controls can be centered vertically of its containing control.

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.

CanDocumentOutline

When implemented by a class, indicates whether DocumentOutline command can be executed.

CanF1Help

When implemented by a class, indicates whether F1Help command can be executed.

CanGroup

When implemented by a class, indicates whether Group command can be executed.

CanHorizSpaceConcatenate

When implemented by a class, indicates whether HorizSpaceConcatenate command can be executed.

CanHorizSpaceDecrease

When implemented by a class, indicates whether HorizSpaceDecrease command can be executed.

CanHorizSpaceIncrease

When implemented by a class, indicates whether HorizSpaceIncrease command can be executed.

CanHorizSpaceMakeEqual

When implemented by a class, indicates whether HorizSpaceMakeEqual command can be executed.

CanKeyCancel

When implemented by a class, indicates whether KeyCancel command can be executed.

CanKeyDefaultAction

When implemented by a class, indicates whether KeyDefaultAction command can be executed.

CanKeyMoveDown

When implemented by a class, gets a value indicating whether selected controls can be moved down by key.

CanKeyMoveLeft

When implemented by a class, gets a value indicating whether selected controls can be moved left by key.

CanKeyMoveRight

When implemented by a class, gets a value indicating whether selected controls can be moved right by key.

CanKeyMoveUp

When implemented by a class, gets a value indicating whether selected controls can be moved up by key.

CanKeyNudgeDown

When implemented by a class, gets a value indicating whether selected controls can be accessed to the nudge down key handler.

CanKeyNudgeHeightDecrease

When implemented by a class, gets a value indicating whether selected controls can be accessed to the nudge height decrease key handler.

CanKeyNudgeHeightIncrease

When implemented by a class, gets a value indicating whether selected controls can be accessed to the nudge height increase key handler.

CanKeyNudgeLeft

When implemented by a class, gets a value indicating whether selected controls can be accessed to the nudge left key handler.

CanKeyNudgeRight

When implemented by a class, gets a value indicating whether selected controls can be accessed to the nudge right key handler.

CanKeyNudgeUp

When implemented by a class, gets a value indicating whether selected controls can be accessed to the nudge up key handler.

CanKeyNudgeWidthDecrease

When implemented by a class, gets a value indicating whether selected controls can be accessed to the nudge width decrease key handler.

CanKeyNudgeWidthIncrease

When implemented by a class, gets a value indicating whether selected controls can be accessed to the nudge width increase key handler.

CanKeySelectNext

When implemented by a class, indicates whether KeySelectNext command can be executed.

CanKeySelectPrevious

When implemented by a class, indicates whether KeySelectPrevious command can be executed.

CanKeySizeHeightDecrease

When implemented by a class, gets a value indicating whether selected controls can be accessed to the size height decrease key handler.

CanKeySizeHeightIncrease

When implemented by a class, gets a value indicating whether selected controls can be accessed to the size height increase key handler.

CanKeySizeWidthDecrease

When implemented by a class, gets a value indicating whether selected controls can be accessed to the size width decrease key handler.

CanKeySizeWidthIncrease

When implemented by a class, gets a value indicating whether selected controls can be accessed to the size width increase key handler.

CanLineupIcons

When implemented by a class, indicates whether LineupIcons command can be executed.

CanLockControls

When implemented by a class, indicates whether LockControls command can be executed.

CanMultiLevelRedo

When implemented by a class, indicates whether MultiLevelRedo command can be executed.

CanMultiLevelUndo

When implemented by a class, indicates whether HorizSpaceDecrease command can be executed.

CanPaste

When implemented by a class, indicates whether Paste command can be executed.

CanProperties

When implemented by a class, indicates whether Properties command can be executed.

CanPropertiesWindow

When implemented by a class, indicates whether PropertiesWindow command can be executed.

CanRedo

When implemented by a class, indicates whether Redo command can be executed.

CanReplace

When implemented by a class, indicates whether Replace command can be executed.

CanSelectAll

When implemented by a class, indicates whether SelectAll command can be executed.

CanSendBackward

When implemented by a class, indicates whether SendBackward command can be executed.

CanSendToBack

When implemented by a class, indicates whether SendToBack command can be executed.

CanShowGrid

When implemented by a class, indicates whether ShowGrid command can be executed.

CanShowLargeIcons

When implemented by a class, indicates whether ShowLargeIcons command can be executed.

CanSizeToControl

When implemented by a class, indicates whether SizeToControl command can be executed.

CanSizeToControlHeight

When implemented by a class, indicates whether SizeToControlHeight command can be executed.

CanSizeToControlWidth

When implemented by a class, indicates whether SizeToControlWidth command can be executed.

CanSizeToFit

When implemented by a class, indicates whether SizeToFit command can be executed.

CanSizeToGrid

When implemented by a class, indicates whether SizeToGrid command can be executed.

CanSnapToGrid

When implemented by a class, indicates whether SnapToGrid command can be executed.

CanTabOrder

When implemented by a class, indicates whether TabOrder command can be executed.

CanUndo

When implemented by a class, indicates whether Undo command can be executed.

CanUngroup

When implemented by a class, indicates whether Ungroup command can be executed.

CanVerbFirst

When implemented by a class, indicates whether VerbFirst command can be executed.

CanVerbLast

When implemented by a class, indicates whether VerbLast command can be executed.

CanVertSpaceConcatenate

When implemented by a class, indicates whether VertSpaceConcatenate command can be executed.

CanVertSpaceDecrease

When implemented by a class, indicates whether VertSpaceDecrease command can be executed.

CanVertSpaceIncrease

When implemented by a class, indicates whether VertSpaceIncrease command can be executed.

CanVertSpaceMakeEqual

When implemented by a class, indicates whether VertSpaceMakeEqual command can be executed.

CanViewCode

When implemented by a class, indicates whether ViewCode command can be executed.

CanViewGrid

When implemented by a class, indicates whether ViewGrid command can be executed.

IsLockControlsChecked

When implemented by a class, indicates whether all controls on designer surface is locked.

Methods

AlignBottom()

When implemented by a class, aligns selected control to the bottom of its containing control.

AlignHorizontalCenters()

When implemented by a class, aligns selected control horizontally to the center of its containing control.

AlignLeft()

When implemented by a class, aligns selected control to the left edge of its containing control.

AlignRight()

When implemented by a class, aligns selected control to the right edge of its containing control.

AlignToGrid()

When implemented by a class, aligns selected control to the closest grid.

AlignTop()

When implemented by a class, aligns selected control to the top of its containing control.

AlignVerticalCenters()

When implemented by a class, aligns selected control vertically to the center of its containing control.

ArrangeBottom()

When implemented by a class, arranges selected control along the bottom of a form.

ArrangeIcons()

When implemented by a class, executes ArrangeIcons command.

ArrangeRight()

When implemented by a class, arranges selected control along the right edge of a form.

BringForward()

When implemented by a class, bring forward selected control in the z-order.

BringToFront()

When implemented by a class, bring selected control to the front of the z-order.

CenterHorizontally()

When implemented by a class, center selected control horizontally of its containing control.

CenterVertically()

When implemented by a class, center selected control vertically of its containing control.

Copy()

When implemented by a class, copies selected control content.

Cut()

When implemented by a class, cuts selected control content.

Delete()

When implemented by a class, deletes selected control.

DocumentOutline()

When implemented by a class, executes DocumentOutline command.

F1Help()

When implemented by a class, executes F1Help command.

Group()

When implemented by a class, executes Group command.

HorizSpaceConcatenate()

When implemented by a class, executes HorizSpaceConcatenate command.

HorizSpaceDecrease()

When implemented by a class, executes HorizSpaceDecrease command.

HorizSpaceIncrease()

When implemented by a class, executes HorizSpaceIncrease command.

HorizSpaceMakeEqual()

When implemented by a class, executes HorizSpaceMakeEqual command.

KeyCancel()

When implemented by a class, executes KeyCancel command.

KeyDefaultAction()

When implemented by a class, executes KeyDefaultAction command.

KeyMoveDown()

When implemented by a class, executes KeyMoveDown command.

KeyMoveLeft()

When implemented by a class, executes KeyMoveLeft command.

KeyMoveRight()

When implemented by a class, executes KeyMoveRight command.

KeyMoveUp()

When implemented by a class, executes KeyMoveUp command.

KeyNudgeDown()

When implemented by a class, executes KeyNudgeDown command.

KeyNudgeHeightDecrease()

When implemented by a class, executes KeyNudgeHeightDecrease command.

KeyNudgeHeightIncrease()

When implemented by a class, executes KeyNudgeHeightIncrease command.

KeyNudgeLeft()

When implemented by a class, executes KeyNudgeLeft command.

KeyNudgeRight()

When implemented by a class, executes KeyNudgeRight command.

KeyNudgeUp()

When implemented by a class, executes KeyNudgeUp command.

KeyNudgeWidthDecrease()

When implemented by a class, executes KeyNudgeWidthDecrease command.

KeyNudgeWidthIncrease()

When implemented by a class, executes KeyNudgeWidthIncrease command.

KeySelectNext()

When implemented by a class, executes KeySelectNext command.

KeySelectPrevious()

When implemented by a class, executes KeySelectPrevious command.

KeySizeHeightDecrease()

When implemented by a class, executes KeySizeHeightDecrease command.

KeySizeHeightIncrease()

When implemented by a class, executes KeySizeHeightIncrease command.

KeySizeWidthDecrease()

When implemented by a class, executes KeySizeWidthDecrease command.

KeySizeWidthIncrease()

When implemented by a class, executes KeySizeWidthIncrease command.

LineupIcons()

When implemented by a class, executes LineupIcons command.

LockControls()

When implemented by a class, executes LockControls command.

MultiLevelRedo()

When implemented by a class, executes MultiLevelRedo command.

MultiLevelUndo()

When implemented by a class, executes MultiLevelUndo command.

Paste()

When implemented by a class, executes Paste command.

Properties()

When implemented by a class, executes Properties command.

PropertiesWindow()

When implemented by a class, executes PropertiesWindow command.

Redo()

When implemented by a class, executes Redo command.

Replace()

When implemented by a class, executes Replace command.

SelectAll()

When implemented by a class, executes SelectAll command.

SendBackward()

When implemented by a class, executes SendBackward command.

SendToBack()

When implemented by a class, executes SendToBack command.

ShowGrid()

When implemented by a class, executes ShowGrid command.

ShowLargeIcons()

When implemented by a class, executes ShowLargeIcons command.

SizeToControl()

When implemented by a class, executes SizeToControl command.

SizeToControlHeight()

When implemented by a class, executes SizeToControlHeight command.

SizeToControlWidth()

When implemented by a class, executes SizeToControlWidth command.

SizeToFit()

When implemented by a class, executes SizeToFit command.

SizeToGrid()

When implemented by a class, executes SizeToGrid command.

SnapToGrid()

When implemented by a class, executes SnapToGrid command.

TabOrder()

When implemented by a class, executes TabOrder command.

Undo()

When implemented by a class, executes Undo command.

Ungroup()

When implemented by a class, executes Ungroup command.

VerbFirst()

When implemented by a class, executes VerbFirst command.

VerbLast()

When implemented by a class, executes VerbLast command.

VertSpaceConcatenate()

When implemented by a class, executes VertSpaceConcatenate command.

VertSpaceDecrease()

When implemented by a class, executes VertSpaceDecrease command.

VertSpaceIncrease()

When implemented by a class, executes VertSpaceIncrease command.

VertSpaceMakeEqual()

When implemented by a class, executes VertSpaceMakeEqual command.

ViewCode()

When implemented by a class, executes ViewCode command.

ViewGrid()

When implemented by a class, executes ViewGrid command.