Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::GetTabKeyBehavior method

TextBoxActiveXControl::GetTabKeyBehavior method

Indicates whether tab characters are allowed in the text of the control.

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

Examples

if (!activeXControl.GetTabKeyBehavior())
{
    activeXControl.SetTabKeyBehavior(true);
}

See Also