Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalculatorInfo Class / Padding Property


In This Topic
    Padding Property (DropDownCalculatorInfo)
    In This Topic
    Gets or sets the padding of the drop-down window.
    Syntax
    'Declaration
     
    
    Public Property Padding As Padding
    'Usage
     
    
    Dim instance As DropDownCalculatorInfo
    Dim value As Padding
     
    instance.Padding = value
     
    value = instance.Padding
    public Padding Padding {get; set;}

    Property Value

    A System.Windows.Forms.Padding value.
    The default is "5, 5, 5, 5"
    Remarks
    This property retrieves the distance between the calculator area and the border of this DropDownCalculator.
    See Also