Table of Contents

Property UpdateValueOnEnterKey

Namespace
Skyline.DataMiner.Automation
Assembly
SLNetTypes.dll

UpdateValueOnEnterKey

Gets or sets a value indicating whether to enable the option to trigger an update with the control when the Enter key is pressed.

public bool UpdateValueOnEnterKey { get; set; }

Property Value

bool

true to enable the option to trigger an update with the control when the Enter key is pressed; otherwise, false.

Remarks

Default: true.

note

From 9.5.4 onwards, the functionality of this property has been updated. If it is set to true, the control will now only update when the Enter key is pressed. If it is set to false, the control will also update when the focus is moved to somewhere else.