Method | Description | |
---|---|---|
Create ( int width, int height ) : bool | ||
Destroy ( ) : void | ||
Hide ( ) : void | ||
SetPosition ( int x, int y ) : bool | ||
Show ( ) : void | ||
WinCaret ( |
Method | Description | |
---|---|---|
CreateCaret ( |
||
DestroyCaret ( ) : bool | ||
HideCaret ( |
||
SetCaretPos ( int x, int y ) : bool | ||
ShowCaret ( |
public Create ( int width, int height ) : bool | ||
width | int | |
height | int | |
return | bool |
public WinCaret ( |
||
ownerHandle | ||
return | System |