C# Class LitDev.LDFocus

Afficher le fichier Open project: litdev1/LitDev

Méthodes publiques

Méthode Description
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.

Method Details

GetFocus() public static méthode

Gets the shape that has current focus.
public static GetFocus ( ) : Primitive
Résultat Primitive

IsFocus() public static méthode

Checks if the named shape has the focus.
public static IsFocus ( Primitive shapeName ) : Primitive
shapeName Primitive /// The shape name (usually a textbox). ///
Résultat Primitive

SetFocus() public static méthode

Sets the named shape to have focus.
public static SetFocus ( Primitive shapeName ) : Primitive
shapeName Primitive /// The shape name (usually a textbox). ///
Résultat Primitive