Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Appearance Class / DrawEditButton Property


In This Topic
DrawEditButton Property
In This Topic
Gets or sets whether to draw the edit button for an object.
Syntax
'Declaration
 
Public Property DrawEditButton As Boolean
 
'Usage
 
Dim instance As Appearance
Dim value As Boolean
 
instance.DrawEditButton = value
 
value = instance.DrawEditButton
See Also