Click or drag to resize

NumericMaskedTextBoxTAllowSign Property

Gets or sets a value indicating whether the mask can accept a sign.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public bool AllowSign { get; set; }

Property Value

Type: Boolean
true to allow sign character; otherwise, false.
Remarks
This defaults to whether the type specified by T allows negative values.
See Also