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