Gets or sets designer host
Namespace:
Greatis.FormDesignerAssembly: Greatis.FormDesigner.Interop (in Greatis.FormDesigner.Interop.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property DesignerHost As IDesignerHost |
| C# |
|---|
IDesignerHost DesignerHost { get; set; } |
| Visual C++ |
|---|
property IDesignerHost^ DesignerHost { IDesignerHost^ get (); void set (IDesignerHost^ value); } |
| JavaScript |
|---|
function get_designerHost(); function set_designerHost(value); |