C# 클래스 LitDev.LDFocus

파일 보기 프로젝트 열기: litdev1/LitDev

공개 메소드들

메소드 설명
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