Touch Error Provider
An error provider control used to display error messages for dialogs which support touch screen input.
Namespace: LSOne.Controls
Assembly: LSOne.Controls.TouchErrorProvider
Syntax
public partial class TouchErrorProvider : UserControl
Constructors
Name |
Description |
---|---|
TouchErrorProvider() |
Default constructor |
Properties
Name |
Description |
---|---|
AutoSizeErrorText |
Gets or sets wether the control adjusts it's height based on the actual size of the ErrorText when painted. |
ErrorText |
Get or set the error text displayed on the control. |
Examples
See Source\POS\Other\POSSharedDialogs\CashManagementDialog.cs from DevPack for usage examples.