Gets object implemented IDesignerHost interface
Namespace:
Greatis.FormDesignerAssembly: Greatis.FormDesigner (in Greatis.FormDesigner.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property DesignerHost As IDesignerHost |
| C# |
|---|
public IDesignerHost DesignerHost { get; } |
| Visual C++ |
|---|
public: property IDesignerHost^ DesignerHost { IDesignerHost^ get (); } |
| JavaScript |
|---|
function get_designerHost(); |