Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::IsAutoTab method

TextBoxActiveXControl::IsAutoTab method

Indicates whether the focus will automatically move to the next control when the user enters the maximum number of characters.

bool Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::IsAutoTab()

Examples

if (!activeXControl.IsAutoTab())
{
    activeXControl.SetIsAutoTab(true);
}

See Also