[]
Control, which hosts user's controls
public sealed class CustomControl : ARControl, IComponent, IDisposable, IPersistControl, ISupportInitialize
| Name | Description |
|---|---|
| CustomControl() | Initializes a new instance of the CustomControl class. |
| CustomControl(Type) | Initializes a new instance of the CustomControl class. |
| Name | Description |
|---|---|
| Control | Gets the control. |
| ControlType | |
| ImageType | Gets or sets the type of the image. |
| Type | Gets or sets the control type. |
| Name | Description |
|---|---|
| BeginInit() | Signals the object that initialization is starting. |
| Dispose(bool) | Releases unmanaged and - optionally - managed resources. |
| EndInit() | Signals the object that initialization is complete. |
| SetProperty(object, string, object) | |
| WriteXml(XmlElement) | Writes the control as XML to specified XML node. |