Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::IsEditable method

TextBoxActiveXControl::IsEditable method

Indicates whether the user can type into the control.

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

Examples

if (!activeXControl.IsEditable())
{
    activeXControl.SetIsEditable(true);
}

See Also