Gets list of the contained components. Key is name of the component. Value is component
Namespace:
Greatis.FormDesignerAssembly: Greatis.FormDesigner.Interop (in Greatis.FormDesigner.Interop.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Components As IDictionary |
| C# |
|---|
public IDictionary Components { get; } |
| Visual C++ |
|---|
public: property IDictionary^ Components { IDictionary^ get (); } |
| JavaScript |
|---|
function get_components(); |