Spread Windows Forms 12.0 Product Documentation
BorderStyle Property (DropDownEditorInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownEditorInfo Class : BorderStyle Property
Gets or sets style of the border.
Syntax
'Declaration
 
Public Property BorderStyle As BorderStyle
'Usage
 
Dim instance As DropDownEditorInfo
Dim value As BorderStyle
 
instance.BorderStyle = value
 
value = instance.BorderStyle
public BorderStyle BorderStyle {get; set;}

Property Value

A DropDownEditor.BorderStyle value.
The default is System.Windows.Forms.BorderStyle.FixedSingle.
See Also

Reference

DropDownEditorInfo Class
DropDownEditorInfo Members