[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.EditBase.HideSelection

HideSelection Property

HideSelection

Gets or sets a value indicating whether hide selection when the control has no focus.

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

true if hide selection; otherwise, false.
The default is true.

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.