Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetIsAutoTab method

TextBoxActiveXControl::SetIsAutoTab method

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

void Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetIsAutoTab(bool value)

Examples

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

See Also