C# 클래스 Win32Cursor, NewTOAPIA

상속: ICursor, IHandle
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AppStarting Win32Cursor,
Arrow Win32Cursor,
Cross Win32Cursor,
Help Win32Cursor
IBeam Win32Cursor
Icon Win32Cursor
None Win32Cursor
Size Win32Cursor
SizeAll Win32Cursor
SizeNESW Win32Cursor
SizeNS Win32Cursor
SizeNWSE Win32Cursor
SizeWE Win32Cursor
UpArrow Win32Cursor
Wait Win32Cursor

공개 메소드들

메소드 설명
Hide ( ) : bool
MakeVisible ( ) : void
MoveBy ( int x, int y ) : bool
MoveTo ( int x, int y ) : bool

MoveTo Moves the Cursor to the specified location, in the current focuswindow's client coordinates. If the cursor is hidden, it will still move, but it won't get automatically displayed.

Show ( ) : bool
Win32Cursor ( int ident ) : System

비공개 메소드들

메소드 설명
CreateCursor ( IntPtr hInst, int xHotSpot, int yHotSpot, int nWidth, int nHeight, byte &pvANDPlane, byte &pvXORPlane ) : IntPtr
LoadCursor ( IntPtr hInstance, int lpCursorName ) : IntPtr
SetCursor ( IntPtr hCursor ) : int
SetCursorPos ( int X, int Y ) : bool
ShowCursor ( bool bShow ) : int

메소드 상세

Hide() 공개 메소드

public Hide ( ) : bool
리턴 bool

MakeVisible() 공개 메소드

public MakeVisible ( ) : void
리턴 void

MoveBy() 공개 메소드

public MoveBy ( int x, int y ) : bool
x int
y int
리턴 bool

MoveTo() 공개 메소드

MoveTo Moves the Cursor to the specified location, in the current focuswindow's client coordinates. If the cursor is hidden, it will still move, but it won't get automatically displayed.
public MoveTo ( int x, int y ) : bool
x int
y int
리턴 bool

Show() 공개 메소드

public Show ( ) : bool
리턴 bool

Win32Cursor() 공개 메소드

public Win32Cursor ( int ident ) : System
ident int
리턴 System

프로퍼티 상세

AppStarting 공개적으로 정적으로 프로퍼티

public static Win32Cursor, AppStarting
리턴 Win32Cursor,

Arrow 공개적으로 정적으로 프로퍼티

public static Win32Cursor, Arrow
리턴 Win32Cursor,

Cross 공개적으로 정적으로 프로퍼티

public static Win32Cursor, Cross
리턴 Win32Cursor,

Help 공개적으로 정적으로 프로퍼티

public static Win32Cursor Help
리턴 Win32Cursor

IBeam 공개적으로 정적으로 프로퍼티

public static Win32Cursor IBeam
리턴 Win32Cursor

Icon 공개적으로 정적으로 프로퍼티

public static Win32Cursor Icon
리턴 Win32Cursor

None 공개적으로 정적으로 프로퍼티

public static Win32Cursor None
리턴 Win32Cursor

Size 공개적으로 정적으로 프로퍼티

public static Win32Cursor Size
리턴 Win32Cursor

SizeAll 공개적으로 정적으로 프로퍼티

public static Win32Cursor SizeAll
리턴 Win32Cursor

SizeNESW 공개적으로 정적으로 프로퍼티

public static Win32Cursor SizeNESW
리턴 Win32Cursor

SizeNS 공개적으로 정적으로 프로퍼티

public static Win32Cursor SizeNS
리턴 Win32Cursor

SizeNWSE 공개적으로 정적으로 프로퍼티

public static Win32Cursor SizeNWSE
리턴 Win32Cursor

SizeWE 공개적으로 정적으로 프로퍼티

public static Win32Cursor SizeWE
리턴 Win32Cursor

UpArrow 공개적으로 정적으로 프로퍼티

public static Win32Cursor UpArrow
리턴 Win32Cursor

Wait 공개적으로 정적으로 프로퍼티

public static Win32Cursor Wait
리턴 Win32Cursor