Gets or sets a value enabling the authomatic handling of text that extends beyond the width of the button.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public bool AutoEllipsis { get; set; } |
Visual Basic |
---|
Public Property AutoEllipsis As Boolean
Get
Set |
Visual C++ |
---|
public:
property bool AutoEllipsis {
bool get ();
void set (bool value);
} |
F# |
---|
member AutoEllipsis : bool with get, set
|
Property Value
Type:
Booleantrue if authomatic handling of text that extends beyond the width of the button is enabled; otherwise,
false.
See Also