VideoCursorType Enumeration

Indicates the cursor type.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Usage

'Usage
Dim videoCursorType1 As VideoCursorType = VideoCursorType.Block

Syntax

'Declaration
Public Enum VideoCursorType
public enum VideoCursorType
public enum class VideoCursorType
public enum VideoCursorType
public enum VideoCursorType

Members

Member name Description
Block Enable a solid block cursor.
BlockBlink Enable a blinking solid block cursor.
Line Enable a solid underscore line.
LineBlink Enable a blinking solid underscore cursor.
Off Disable the cursor.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.PointOfService Namespace
ControlCursor