Property MaxHeight
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
MaxHeight
Gets or sets the maximum height (in pixels) of the dialog.
public int MaxHeight { get; set; }
Property Value
Remarks
The user will still be able to resize the window past this limit.
Exceptions
- ArgumentOutOfRangeException
When the value is smaller than 1.