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


In This Topic
ContainsSelection Property
In This Topic
Gets or sets whether the rendered item should paint as if it is selected.
Syntax
'Declaration
 
Public Property ContainsSelection As Boolean
 
'Usage
 
Dim instance As Appearance
Dim value As Boolean
 
instance.ContainsSelection = value
 
value = instance.ContainsSelection
See Also