Control |
public sealed class ControlDummy : ControlBase, IControlBase, IDisposable
The ControlDummy type exposes the following members.
| Name | Description | |
|---|---|---|
| Kind |
Kind of control.
(Inherited from ControlBase) | |
| Name |
Control name that is unique within the owning screen.
Name of control must conform to the regex pattern [a-zA-Z0-9], as only letters and numbers are valid characters.
(Inherited from ControlBase) | |
| Parent |
Parent of the control.
(Inherited from ControlBase) | |
| Screen |
Screen the control resides in.
(Inherited from ControlBase) | |
| TemplateId |
Id used to find sibling controls within a template. All siblings will have the same id.
Default value is null.
(Inherited from ControlBase) |
| Name | Description | |
|---|---|---|
| AncestorsT |
Get ancestor controls that implement generic control interface defined by T.
(Inherited from ControlBase) |