메소드 | 설명 | |
---|---|---|
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.
|
public static IsFocus ( Primitive shapeName ) : Primitive | ||
shapeName | Primitive | /// The shape name (usually a textbox). /// |
리턴 | Primitive |
public static SetFocus ( Primitive shapeName ) : Primitive | ||
shapeName | Primitive | /// The shape name (usually a textbox). /// |
리턴 | Primitive |