RanorexNetRanorexNet Documentation
AutoEllipsis Property
NamespacesRanorexCheckBoxAutoEllipsis
Gets or sets a value indicating whether the ellipsis character (...) appears at the right edge of the control, denoting that the control text extends beyond the specified length of the control.
Declaration Syntax
C#Visual BasicVisual C++
public bool AutoEllipsis { get; set; }
Public Property AutoEllipsis As Boolean
public:
property bool AutoEllipsis {
	bool get ();
	void set (bool value);
}
Remarks
Supported only in RanorexPro.
Exceptions
ExceptionCondition
NotSupportedExceptionThrown when the property is not available.

Assembly: RanorexNet (Module: RanorexNet) Version: 1.5.1.4524