WizardTextStyle Class
Wizard text style class.
Namespace: Aliquo.Windows.Wizard.StylesAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
public class WizardTextStyle
Public Class WizardTextStyle
- Inheritance
- Object WizardTextStyle
Styles for text controls.
Abecedary |
Only letters from alphabet are allowed.
|
AbecedaryAndNumbers |
Letters from alphabet and numbers are allowed.
|
Email |
Only a valid email address format is allowed.
|
Gps |
Only a valid GPS format is allowed.
|
Letters |
Only letters numbers and some characters are allowed.
|
Style |
Allows to set the style for the control.
|
Url |
Only a valid Url format is allowed.
|
AccountingAccount |
Only characters valid of a accounting account (0123456789) and the dot with autocomplete (0123456789.).
|
InvalidCharacters |
Characters in invalidCharacters are not valid.
|
MaskEdit |
Formats entry input following the mask.
|
RegularExpresion |
Checks if the value matchs the regular expression indicated in regularExpression.
|
ValidCharacters |
Only a valid accounting account.
|