'Declaration
<System.ComponentModel.BrowsableAttribute(True)> <System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value whether the TextBox will auto-size itself depending on the current fon height. Valid in single-line mode only.")> Public Shadows Property AutoSize As System.Boolean
'Usage
Dim instance As NTextBox Dim value As System.Boolean instance.AutoSize = value value = instance.AutoSize
[System.ComponentModel.Browsable(true)] [System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Gets/sets a value whether the TextBox will auto-size itself depending on the current fon height. Valid in single-line mode only.")] public new System.bool AutoSize {get; set;}