[]
Initializes a new of instance of a UIElementInfo
public UIElementInfo(object uiElement)
| Type | Name | Description |
|---|---|---|
| object | uiElement | UI element for which this UIElementInfo object contains data. |
| Type | Condition |
|---|---|
| ArgumentNullException | uiElement is null. |
Initializes a new of instance of a UIElementInfo
public UIElementInfo(object uiElement, string name, object parent)
| Type | Name | Description |
|---|---|---|
| object | uiElement | UI element for which this UIElementInfo object contains data. |
| string | name | Name property for the specified |
| object | parent | Parent property for the specified |
| Type | Condition |
|---|---|
| ArgumentNullException | uiElement is null. |