Property ProcessEnter
ProcessEnter
Gets or sets a value indicating whether the EnterPressed event is fired.
public virtual bool ProcessEnter { get; set; }
Property Value
- bool
true if EnterPressed event is generated; false, if the ENTER key is either processed internally by the control or used for navigation between dialog controls. The default is false.