[]
        
(Showing Draft Content)

C1.Framework.IView.GetUiaItem

GetUiaItem Method

GetUiaItem(bool, UiaItem)

Gets UI Automation object of this control.

Declaration
UiaItem GetUiaItem(bool create = false, UiaItem uiaParent = null)
Parameters
Type Name Description
bool create

Indicates that this UiaItem must be created if needed.

UiaItem uiaParent

The parent of this UiaItem.

Returns
Type Description
UiaItem