[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.EditBase.HideSelection

HideSelection Property

HideSelection

Gets or sets a value that indicates whether to hide the selection when the control does not have focus.

Declaration
public bool HideSelection { get; set; }
Public Property HideSelection As Boolean
Property Value
Type Description
bool

true to hide the selection; otherwise, false.
The default is false.

Remarks

You can use this property to keep text highlighted in a control while another form or a dialog box has focus, such as a spelling checker dialog box.