Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::IsDragBehaviorEnabled method

TextBoxActiveXControl::IsDragBehaviorEnabled method

Indicates whether dragging and dropping is enabled for the control.

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

Examples

if (!activeXControl.IsDragBehaviorEnabled())
{
    activeXControl.SetIsDragBehaviorEnabled(true);
}

See Also