Click or drag to resize

ComboBoxDroppedDown Property

Gets or sets a value indicating whether the combo box is displaying its drop-down portion.

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
public bool DroppedDown { get; set; }

Property Value

Type: Boolean
true if the drop-down portion is displayed; otherwise, false. The default is false.
Exceptions
ExceptionCondition
GeneralException
See Also