Components of the form.
Namespace:
Greatis.FormDesignerAssembly: Greatis.FormDesigner.Interop (in Greatis.FormDesigner.Interop.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property Components As FormComponents |
| C# |
|---|
FormComponents Components { get; set; } |
| Visual C++ |
|---|
property FormComponents^ Components { FormComponents^ get (); void set (FormComponents^ value); } |
| JavaScript |
|---|
function get_components(); function set_components(value); |