Assembly: Greatis.FormDesigner.Treasury (in Greatis.FormDesigner.Treasury.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Property Components As FormComponents |
| C# |
|---|
public FormComponents Components { get; set; } |
| Visual C++ |
|---|
public: virtual property FormComponents^ Components { FormComponents^ get () sealed; void set (FormComponents^ value) sealed; } |
| JavaScript |
|---|
function get_components(); function set_components(value); |