The base object for all controls.
Syntax| C# |
public abstract class Control
Members| All Members | Constructors | Methods | Properties | Fields | Events |
| Icon | Member | Description |
|---|---|---|
![]() | ControlNew() |
Create new control.
|
![]() | ControlNew(Element) |
Create new control and assigns it a base element.
|
![]() | AssignElement(Element) |
Assign this control a base element. Performs any initialization for this control.
|
![]() | AssignFailed(Exception) |
Mark the assignment to failed. Throw if the framework is set for throwing.
|
![]() | BaseElement |
Gets the DOM element representing this test control
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsRefresh |
Gets whether the control is executing a Refresh call.
|
![]() | Locator |
Gets the FindParam that describes this control.
The base Control returns null.
|
![]() ![]() | MatchControl(Element, FindParam) |
Given a FindParam this method returns true/false whether this FindParam matches the passed in
element.
|
![]() | MemberwiseClone() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OwnerBrowser |
Gets the owner browser that owns this control.
|
![]() | Refresh() |
Refresh this control within the current DOM and update this control property values.
|
![]() | ThrowOnInvalidAssignment |
Gets whether the control should throw on invalid assignments
|
![]() | ToString() | (Inherited from Object.) |
Inheritance Hierarchy| Object | ||
![]() | Control | |
![]() | HtmlControl | |
Assembly: ArtOfTest.WebAii (Module: ArtOfTest.WebAii)






