Touch Dialog Banner
A banner control usually used for dialogs which support touch screen input.
Namespace: LSOne.Controls
Assembly: LSOne.Controls.TouchDialogBanner
Syntax
public partial class TouchDialogBanner : UserControl
Constructors
Name |
Description |
---|---|
TouchDialogBanner() |
Default constructor |
Properties
Name |
Description |
---|---|
BannerText |
Get or set the text of the banner. |
Icon |
Get or set the icon of the banner. |
Examples
See Source\POS\Other\POSSharedDialogs\PayCustomerAccountDialog.cs from DevPack for usage examples.