Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / PopUpCalculator Class / BorderStyle Property


In This Topic
    BorderStyle Property (PopUpCalculator)
    In This Topic
    Gets or sets the style of border.
    Syntax
    'Declaration
     
    
    Public Property BorderStyle As BorderStyle
    'Usage
     
    
    Dim instance As PopUpCalculator
    Dim value As BorderStyle
     
    instance.BorderStyle = value
     
    value = instance.BorderStyle
    public BorderStyle BorderStyle {get; set;}

    Property Value

    A BorderStyle value indicates the style of border.
    The default is System.Windows.Forms.BorderStyle.FixedSingle.
    See Also