C# Класс NewTOAPIA.UI.Win32Caret

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Empty Win32Caret

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

Hide() публичный Метод

public Hide ( ) : bool
Результат bool

MakeVisible() публичный Метод

public MakeVisible ( ) : void
Результат void

MoveTo() публичный Метод

public MoveTo ( Point2I aPoint ) : bool
aPoint NewTOAPIA.Graphics.Point2I
Результат bool

MoveTo() публичный Метод

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
Результат bool

SetShape() публичный Метод

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
Результат bool

Show() публичный Метод

public Show ( ) : bool
Результат bool

Win32Caret() публичный Метод

public Win32Caret ( int width, int height ) : System
width int
height int
Результат System

Описание свойств

Empty публичное статическое свойство

public static Win32Caret,NewTOAPIA.UI Empty
Результат Win32Caret