Table of Contents

Property HasPeekIcon

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

HasPeekIcon

Gets or sets a value indicating whether the password box shows an icon that, when clicked, allows displaying the value inside the password box.

public bool HasPeekIcon { get; set; }

Property Value

bool

true if the peek icon is shown; otherwise, false.

Examples

blockPasswordBox.HasPeekIcon = allowPeek;

Remarks

  • Only applicable for password boxes.
  • Feature introduced in DataMiner 9.6.6 (RN 21518).