Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcCharMask Class / SingleBorderColor Property


In This Topic
    SingleBorderColor Property (GcCharMask)
    In This Topic
    Gets or sets color for single line border in the control.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable Property SingleBorderColor As Color
    'Usage
     
    
    Dim instance As GcCharMask
    Dim value As Color
     
    instance.SingleBorderColor = value
     
    value = instance.SingleBorderColor
    public override Color SingleBorderColor {get; set;}

    Property Value

    The default value is the System.Drawing.SystemColors.WindowFrame.
    Remarks
    The color only takes effect when BorderStyle is System.Windows.Forms.BorderStyle.FixedSingle.
    See Also