Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcCharMaskEditingControl Class / AutoSize Property


In This Topic
    AutoSize Property (GcCharMaskEditingControl)
    In This Topic
    Gets or sets a value indicating whether control is auto size to show context completely in vertical direction.
    Syntax
    'Declaration
     
    
    Public Overridable Property AutoSize As Boolean
    'Usage
     
    
    Dim instance As GcCharMaskEditingControl
    Dim value As Boolean
     
    instance.AutoSize = value
     
    value = instance.AutoSize
    public virtual bool AutoSize {get; set;}

    Property Value

    true if enabled; otherwise, false.
    Remarks
    When this property is set to true, the GcCharMask adjusts its width to display its entire contents.
    See Also