'Declaration
<SRCategoryAttribute("CatBehavior")> <System.ComponentModel.DefaultValueAttribute(False)> <System.ComponentModel.BrowsableAttribute(True)> <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Always)> <SRDescriptionAttribute("ButtonAutoEllipsisDescr")> Public Property AutoEllipsis As System.Boolean
'Usage
Dim instance As NColorButton Dim value As System.Boolean instance.AutoEllipsis = value value = instance.AutoEllipsis
[SRCategory("CatBehavior")] [System.ComponentModel.DefaultValue(false)] [System.ComponentModel.Browsable(true)] [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Always)] [SRDescription("ButtonAutoEllipsisDescr")] public System.bool AutoEllipsis {get; set;}