CommitOnSelChange Property
In This Topic
Gets or sets a value indicating whether the new value is committed as soon as a selection is made with the pointing device. This option enables applications to perform an action once a selection is made, without requiring the user to exit the field. If false, the new value is not committed until the user exits the field.
Syntax
'Declaration
Public Property CommitOnSelChange As System.Boolean
public System.bool CommitOnSelChange {get; set;}
See Also