C# Класс UiaAtkBridge.ComponentImplementorHelper

Наследование: Atk.IComponentImplementor
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AddFocusHandler ( Atk handler ) : uint
ComponentImplementorHelper ( Adapter resource ) : System
Contains ( int x, int y, Atk coordType ) : bool
GetExtents ( int &x, int &y, int &width, int &height, Atk coordType ) : void
GetPosition ( int &x, int &y, Atk coordType ) : void
GetSize ( int &width, int &height ) : void
GrabFocus ( ) : bool
RefAccessibleAtPoint ( int x, int y, Atk coordType ) : Atk.Object
RemoveFocusHandler ( uint handler_id ) : void
SetExtents ( int x, int y, int width, int height, Atk coordType ) : bool
SetPosition ( int x, int y, Atk coordType ) : bool
SetSize ( int width, int height ) : bool

Описание методов

AddFocusHandler() публичный Метод

public AddFocusHandler ( Atk handler ) : uint
handler Atk
Результат uint

ComponentImplementorHelper() публичный Метод

public ComponentImplementorHelper ( Adapter resource ) : System
resource Adapter
Результат System

Contains() публичный Метод

public Contains ( int x, int y, Atk coordType ) : bool
x int
y int
coordType Atk
Результат bool

GetExtents() публичный Метод

public GetExtents ( int &x, int &y, int &width, int &height, Atk coordType ) : void
x int
y int
width int
height int
coordType Atk
Результат void

GetPosition() публичный Метод

public GetPosition ( int &x, int &y, Atk coordType ) : void
x int
y int
coordType Atk
Результат void

GetSize() публичный Метод

public GetSize ( int &width, int &height ) : void
width int
height int
Результат void

GrabFocus() публичный Метод

public GrabFocus ( ) : bool
Результат bool

RefAccessibleAtPoint() публичный Метод

public RefAccessibleAtPoint ( int x, int y, Atk coordType ) : Atk.Object
x int
y int
coordType Atk
Результат Atk.Object

RemoveFocusHandler() публичный Метод

public RemoveFocusHandler ( uint handler_id ) : void
handler_id uint
Результат void

SetExtents() публичный Метод

public SetExtents ( int x, int y, int width, int height, Atk coordType ) : bool
x int
y int
width int
height int
coordType Atk
Результат bool

SetPosition() публичный Метод

public SetPosition ( int x, int y, Atk coordType ) : bool
x int
y int
coordType Atk
Результат bool

SetSize() публичный Метод

public SetSize ( int width, int height ) : bool
width int
height int
Результат bool