[]
        
(Showing Draft Content)

C1.Win.Accessibility.ISupportUia

ISupportUia Interface

Interface for item that supports common UIA members.

Namespace: C1.Win.Accessibility
Assembly: C1.Win.8.dll
Syntax
public interface ISupportUia

Properties

Name Description
Enabled

Gets whether the item is enabled.

IsOffscreen

Gets whether the item is offscreen.

Location

Gets location of this item.

Parent

Gets parent UIA item of this item.

Size

Gets size of this item.

UiaName

Item name in UIA tree.

Visible

Gets whether the item is visible.

Methods

Name Description
SetFocus()

Sets focus to this item.

Events

Name Description
BoundsChanged

Occurs when the item bounds changed.

EnabledChanged

Occurs when the enabled property changed.

GotFocus

Occurs when the item got focus.

LostFocus

Occurs when the item lost focus.

VisibleChanged

Occurs when the visible property changed.