LineDisplayProperties.CursorColumn Property
2/27/2008
Holds the column in the current window to which the next displayed character will be output.
Namespace: Microsoft.PointOfService.BaseServiceObjects
Assembly: Microsoft.PointOfService.ControlBase (in microsoft.pointofservice.controlbase.dll)
Syntax
'Declaration
Public Property CursorColumn As Integer
public int CursorColumn { get; set; }
public:
property int CursorColumn {
int get ();
void set (int value);
}
/** @property */
public int get_CursorColumn ()
/** @property */
public void set_CursorColumn (int value)
public function get CursorColumn () : int
public function set CursorColumn (value : int)
Remarks
Legal values range from zero through the value of the Columns property.
Accessing CursorColumn may cause a PosControlException to be thrown with the following ErrorCode:
Value |
Meaning |
Illegal |
CursorColumn was set to a value that isn’t valid. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.
See Also
Reference
LineDisplayProperties Class
LineDisplayProperties Members
Microsoft.PointOfService.BaseServiceObjects Namespace
LineDisplayBase.CursorColumn Property