StiTextBoxControlAcceptsTab Property |
Gets or sets a value indicating whether pressing the TAB key in a multiline text box control types a TAB character in the control instead of moving the focus to the next control in the tab order.
Namespace:
Stimulsoft.Report.Dialogs
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax [TypeConverterAttribute(typeof(StiBoolConverter))]
public virtual bool AcceptsTab { get; set; }
<TypeConverterAttribute(GetType(StiBoolConverter))>
Public Overridable Property AcceptsTab As Boolean
Get
Set
Property Value
Type:
BooleanSee Also