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

If this is set to true, the control will only update when the Enter key is pressed. If this is set to false, the control will also update when the focus is moved to somewhere else.