Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetIsEditable method

TextBoxActiveXControl::SetIsEditable method

Indicates whether the user can type into the control.

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

Examples

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

See Also