Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / MaskPatternFieldInfo Class / AutoConvert Property


In This Topic
    AutoConvert Property (MaskPatternFieldInfo)
    In This Topic
    Gets or sets a value indicating whether the field can auto convert.
    Syntax
    'Declaration
     
    
    Public Property AutoConvert As Boolean
    'Usage
     
    
    Dim instance As MaskPatternFieldInfo
    Dim value As Boolean
     
    instance.AutoConvert = value
     
    value = instance.AutoConvert
    public bool AutoConvert {get; set;}

    Property Value

    true if can perform auto convert; otherwise, false.
    Remarks
    If set the AutoConvert property to true, all convertible characters will be automatically converted accordingly to the input mask. For example, if set the input mask to "A", by hitting a lower case character the control automatically converts the character into an upper case.
    See Also