C# Class NewTOAPIA.UI.Win32Caret

Show file Open project: Wiladams/NewTOAPIA

Public Properties

Property Type Description
Empty Win32Caret

Public Methods

Method Description
Hide ( ) : bool
MakeVisible ( ) : void
MoveTo ( Point2I aPoint ) : bool
MoveTo ( int x, int y ) : bool

MoveTo Moves the Caret 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.

SetShape ( int width, int height ) : bool

Simple Shape setting. This method does not allow you to set the caret to anything other than a solid block of the specified width and height.

Show ( ) : bool
Win32Caret ( int width, int height ) : System

Private Methods

Method Description
CreateCaret ( IntPtr hWnd, int bitmap, int width, int height ) : bool
DestroyCaret ( ) : bool
GetCaretBlinkTime ( ) : uint
GetCaretPos ( Point2I &aPoint ) : bool
HideCaret ( IntPtr hWnd ) : bool
SetCaretBlinkTime ( uint uMSeconds ) : bool
SetCaretPos ( int x, int y ) : bool
ShowCaret ( IntPtr hWnd ) : bool

Method Details

Hide() public method

public Hide ( ) : bool
return bool

MakeVisible() public method

public MakeVisible ( ) : void
return void

MoveTo() public method

public MoveTo ( Point2I aPoint ) : bool
aPoint NewTOAPIA.Graphics.Point2I
return bool

MoveTo() public method

MoveTo Moves the Caret 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
return bool

SetShape() public method

Simple Shape setting. This method does not allow you to set the caret to anything other than a solid block of the specified width and height.
public SetShape ( int width, int height ) : bool
width int
height int
return bool

Show() public method

public Show ( ) : bool
return bool

Win32Caret() public method

public Win32Caret ( int width, int height ) : System
width int
height int
return System

Property Details

Empty public static property

public static Win32Caret,NewTOAPIA.UI Empty
return Win32Caret