HomeProductsSupportDownloadsOnline StoreOnLine DocumentationLicensingAbout UsContact Us
User's Manual - ActiveGantt Scheduler Component for Visual Basic 6.0 And MFC - The Source Code Store .Com - Professional source code for Microsoft Visual Basic and Visual Studio .NET and specialized software components.
Back to Table of Contents
Example
Send Feedback

AllowedMovement Property (Task Object)

Sets or returns a numeric value that determines the amount of movement that the Task object might be allowed to undertake through the UI.

Syntax:

TaskObject.AllowedMovement [= E_MOVEMENTTYPE]

The AllowedMovement Property (Task Object) syntax has these parts:

 Part  Description
TaskObject An object expression that evaluates to a Task object.
E_MOVEMENTTYPE A numeric value that specifies the allowed movement as described in settings.

The settings for E_MOVEMENTTYPE are:

 Setting  Description
0 (E_MOVEMENTTYPE.MT_UNRESTRICTED). Unrestricted movement.
1 (E_MOVEMENTTYPE.MT_RESTRICTEDTOROW). Movement restricted to Row.
2 (E_MOVEMENTTYPE.MT_MOVEMENTDISABLED). Movement disabled.

Remarks:

Use this property to restrict the movement of a Task object.

See Also:

AllowStretchLeft Property (Task Object), AllowStretchRight Property (Task Object)

 

Home | Products | Support | Downloads | OnLine Store

Online Documentation | Licensing | About Us | Contact Us

Privacy Terms of use Copyright (c)2002-2005 The Source Code Store LLC. All trademarks are property of their legal owner.