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


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

    Property Value

    A DropDownEditor.Padding value that indicates the padding.
    The default is "1,1,1,1".
    See Also