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
- Class Vector
- Class TextBoxActiveXControl
- Namespace Aspose::Cells::Drawing::ActiveXControls
- Library Aspose.Cells for C++