Click or drag to resize
ToolControlBaseAdjustableHeight Property
Gets or sets if the control height is adjustable.

Namespace:  ABB.Robotics.RobotStudio.Stations.Forms
Assembly:  ABB.Robotics.RobotStudio.Stations.Forms (in ABB.Robotics.RobotStudio.Stations.Forms.dll) Version: 7.0.8747.636
Syntax
C#
public bool AdjustableHeight { get; set; }

Property Value

Type: Boolean
Remarks
If true, the control height will be changed with the host window. If false, the height of the host window is determined by the control height.
Version Information

Supported in: 1.0.0.0
See Also