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