C# Class ICSharpCode.TextEditor.Caret.Win32Caret

Inheritance: CaretImplementation
显示文件 Open project: Clancey/MonoMac.Windows.Form

Public Methods

Method Description
Create ( int width, int height ) : bool
Destroy ( ) : void
Hide ( ) : void
PaintCaret ( Graphics g ) : void
SetPosition ( int x, int y ) : bool
Show ( ) : void
Win32Caret ( Caret caret ) : System

Private Methods

Method Description
CreateCaret ( IntPtr hWnd, int hBitmap, int nWidth, int nHeight ) : bool
DestroyCaret ( ) : bool
HideCaret ( IntPtr hWnd ) : bool
SetCaretPos ( int x, int y ) : bool
ShowCaret ( IntPtr hWnd ) : bool

Method Details

Create() public method

public Create ( int width, int height ) : bool
width int
height int
return bool

Destroy() public method

public Destroy ( ) : void
return void

Hide() public method

public Hide ( ) : void
return void

PaintCaret() public method

public PaintCaret ( Graphics g ) : void
g System.Drawing.Graphics
return void

SetPosition() public method

public SetPosition ( int x, int y ) : bool
x int
y int
return bool

Show() public method

public Show ( ) : void
return void

Win32Caret() public method

public Win32Caret ( Caret caret ) : System
caret Caret
return System