PaintSelection Property (C1SelectionPainter)
In This Topic
Gets or sets whether a rectangle is painted when
C1SelectionPainter.Selection is not empty.
Syntax
'Declaration
Public Property PaintSelection As Boolean
public bool PaintSelection {get; set;}
See Also