Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetIsDragBehaviorEnabled method
TextBoxActiveXControl::SetIsDragBehaviorEnabled method
Indicates whether dragging and dropping is enabled for the control.
void Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetIsDragBehaviorEnabled(bool value)
Examples
if (!activeXControl.IsDragBehaviorEnabled())
{
activeXControl.SetIsDragBehaviorEnabled(true);
}
See Also
- Class Vector
- Class TextBoxActiveXControl
- Namespace Aspose::Cells::Drawing::ActiveXControls
- Library Aspose.Cells for C++