Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CustomFocusIndicatorRenderer Class / Bitmap Property


In This Topic
Bitmap Property
In This Topic
Gets or sets the bitmap to use for rendering the custom focus indicator.
Syntax
'Declaration
 
Public Property Bitmap As Bitmap
 
'Usage
 
Dim instance As CustomFocusIndicatorRenderer
Dim value As Bitmap
 
instance.Bitmap = value
 
value = instance.Bitmap
See Also