A runtime form designer control

FormDesigner Properties

The properties of the FormDesigner class are listed below. For a complete list of FormDesigner class members, see the FormDesigner Members topic.

Public Instance Properties

AllowRenaming Enable / disable contained component renaming through form designer.
CurrentToolType Get / Set the type of component that will be instantiated when the user drag draws on the FormDesigner in design mode.
Dirty Get / set a flag indicating if the any of the contained components has changed since it was last marked as clean.
EnableCopy Gets the boolean value that identifies if CopySelectedComponentsToClipboard operation can be performed at this time.
EnableCut Gets the boolean value that identifies if CutSelectedComponentsToClipboard operation can be performed at this time.
EnableDelete Gets the boolean value that identifies if DeleteSelectedComponents operation can be performed at this time.
EnableEditTabOrder Gets the boolean value that identifies if EditTabOrder operation can be performed at this time.
EnablePaste Gets the boolean value that identifies if PasteComponentsFromClipboard operation can be performed at this time.
EnableRedo Gets the boolean value that identifies if Redo operation can be performed at this time.
EnableSelectAll Gets the boolean value that identifies if SelectAllComponents operation can be performed at this time.
EnableUndo Gets the boolean value that identifies if Undo operation can be performed at this time.
ErrorCaption Get / set caption to be used when form designer is displaying an error message.
Mode Get / set current mode of operation of the FormDesigner.
PrimarySelection Gets the object that is currently the primary selected component.
PropertyGrid Get / Set PropertyGrid used for displaying properties of SelectedComponents.
SelectedComponents Gets a collection of component that are currently selected.
SelectionCount Gets the count of selected components.

See Also

FormDesigner Class | Viklele.Win.Designer Namespace