Represents a runtime form designer control.
For a list of all members of this type, see FormDesigner Members.
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ScrollableControl
Viklele.Win.Designer.FormDesigner
[Visual Basic] Public Class FormDesigner Inherits ScrollableControl [C#] public class FormDesigner : ScrollableControl [C++] public __gc class FormDesigner : public ScrollableControl [JScript] public class FormDesigner extends ScrollableControl
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
FormDesigner control provides ability to perform form designing functionality at runtime. It allows resizing and reposition of the contained controls using drag-drop mechanism as well as keyboard. It has built-in methods to perform common form designing tasks like aligning, equi-spacing and equi-sizing of controls with minimal code.
FormDesigner provides a rich set of events that notify user actions and allow updation of the other UI elements in the application.
Namespace: Viklele.Win.Designer
Assembly: Viklele.Win.FormDesigner (in Viklele.Win.FormDesigner.dll)
FormDesigner Members | Viklele.Win.Designer Namespace