_OlkComboBox.HideSelection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets a Boolean (bool in C#) that specifies if a selection is displayed or hidden for the control when the control loses focus. Read/write.
public:
property bool HideSelection { bool get(); void set(bool value); };
public bool HideSelection { get; set; }
Public Property HideSelection As Boolean
Property Value
Remarks
The default value of this property is True.