UIElementInfo Constructor(Object,String,Object)
In This Topic
Initializes a new of instance of a
UIElementInfo
Syntax
'Declaration
Public Function New( _
ByVal As System.Object, _
ByVal As System.String, _
ByVal As System.Object _
)
public UIElementInfo(
System.object ,
System.string ,
System.object
)
Parameters
- uiElement
- UI element for which this UIElementInfo object contains data.
- name
- Name property for the specified
- parent
- Parent property for the specified
Exceptions
Exception | Description |
System.ArgumentNullException | uiElement is null. |
See Also