In This Topic
Gets or sets a value indicates whether a GcComboBox that is open and displays a drop-down control will remain open when a user clicks the TextBox. This is a dependency property.
Syntax
'Declaration
Public Property StaysOpenOnEdit As Boolean
'Usage
Dim instance As GcComboBox
Dim value As Boolean
instance.StaysOpenOnEdit = value
value = instance.StaysOpenOnEdit
public bool StaysOpenOnEdit {get; set;}
Property Value
true if remain open when drop-down window open; otherwise,
false. The default is
false.
See Also