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