HideSelection Property (FpCombo)
In This Topic
Gets or sets whether selected text loses its highlighting when the control loses focus.
Syntax
'Declaration
Public Overridable Property HideSelection As Boolean
'Usage
Dim instance As FpCombo
Dim value As Boolean
instance.HideSelection = value
value = instance.HideSelection
public virtual bool HideSelection {get; set;}
See Also