Control |
The ControlBase type exposes the following members.
| Name | Description | |
|---|---|---|
| AncestorsT | Get ancestor controls that implement generic control interface defined by T. | |
| GetPropertyT(String) | ||
| GetPropertyT(Object, String) | FOR SCRIPT USE ONLY: Get property of a ControlBase object. | |
| HasProperty | FOR SCRIPT USE ONLY: Check if object is a ControlBase with specified property. | |
| SetProperty(Object, String) | ||
| SetProperty(Object, String, Object, UpdateBehavior) | FOR SCRIPT USE ONLY: Set property of a ControlBase object. | |
| TryGetPropertyT | FOR SCRIPT USE ONLY: Try to get a property from ControlBase object. | |
| TrySetProperty | FOR SCRIPT USE ONLY: Try to set property of ControlBase object. |