MSR Text Box
A text box that can listen to a MSR reader.
Namespace: LSOne.Controls
Assembly: LSOne.Controls.MSRTextBox
Syntax
public partial class MSRTextBox : TextBox
Constructors
Name |
Description |
---|---|
MSRTextBox() |
Default constructor |
MSRTextBox(IContainer container) |
Constructor with the container of the control. |
Properties
Name |
Description |
---|---|
EndCharacter |
Get or set the end character of the track. |
LastTrack |
Get or set the last track of the control. |
ManualEntryOfTrack |
Get or set if the track is entered manually. |
NumericOnly |
Get or set if the control supports only numeric values. |
Seperator |
Get or set the track separator character. |
StartCharacter |
Get or set start character of the track. |
Text |
Get or set the text of the control. |
TrackSeperation |
Get or set the track separation mode. Uses the TrackSeparation enum.
|
Methods
Name | Description |
---|---|
GetTrack(string track, TrackSeperation seperation) | Get the track using the specified separation mode. |
Examples
See Source\POS\Other\POSSharedDialogs\PayCustomerAccountDialog.cs from DevPack for usage examples.