C# Класс LitDev.LDFocus

Показать файл Открыть проект

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

Метод Описание
GetFocus ( ) : Primitive

Gets the shape that has current focus.

IsFocus ( Primitive shapeName ) : Primitive

Checks if the named shape has the focus.

SetFocus ( Primitive shapeName ) : Primitive

Sets the named shape to have focus.

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

GetFocus() публичный статический Метод

Gets the shape that has current focus.
public static GetFocus ( ) : Primitive
Результат Primitive

IsFocus() публичный статический Метод

Checks if the named shape has the focus.
public static IsFocus ( Primitive shapeName ) : Primitive
shapeName Primitive /// The shape name (usually a textbox). ///
Результат Primitive

SetFocus() публичный статический Метод

Sets the named shape to have focus.
public static SetFocus ( Primitive shapeName ) : Primitive
shapeName Primitive /// The shape name (usually a textbox). ///
Результат Primitive