C# Class NewTOAPIA.UI.Win32Caret

Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

Свойство Type Description
Empty Win32Caret

Méthodes publiques

Méthode 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

Méthode 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 méthode

public Hide ( ) : bool
Résultat bool

MakeVisible() public méthode

public MakeVisible ( ) : void
Résultat void

MoveTo() public méthode

public MoveTo ( Point2I aPoint ) : bool
aPoint NewTOAPIA.Graphics.Point2I
Résultat bool

MoveTo() public méthode

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
Résultat bool

SetShape() public méthode

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
Résultat bool

Show() public méthode

public Show ( ) : bool
Résultat bool

Win32Caret() public méthode

public Win32Caret ( int width, int height ) : System
width int
height int
Résultat System

Property Details

Empty public_oe static_oe property

public static Win32Caret,NewTOAPIA.UI Empty
Résultat Win32Caret