HomeProductsSupportDownloadsOnline StoreOnLine DocumentationLicensingAbout UsContact Us
User's Manual - ActiveGantt Scheduler Component for Visual Basic .Net - 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

AllowEdit Property

Returns or sets a boolean value that determines whether the user can stretch and move Task and Milestone objects.

AllowEdit Property

Syntax:

ActiveGanttVBNCtl.AllowEdit [= Boolean Value]

The AllowEdit Property syntax has these parts:

 Part  Description
ActiveGanttVBNCtl An object expression that evaluates to an ActiveGantt Schedule Control.
Boolean Value A boolean value that determines if the user can stretch and move Task objects through the GUI as described in settings.

The settings for Boolean Value are:

 Setting  Description
True (Default). The user can stretch and move Task objects.
False The user cannot stretch or move Task objects.

Remarks:

If the AllowEdit property is set to True the user can edit the StartDate and EndDate properties of the Task object and the MilestoneDate property of the Milestone object by moving or stretching the object. This property has no effect on the Item method of the Tasks or Milestones collection; regardless of this property setting it will always be possible to edit a Task or a Milestone object through code.

See Also:

AllowAdd Property , AllowColumnSize Property , AllowRowSize Property , AllowRowSwap Property , AllowSplitterMove Property , AllowTimeLineScroll Property

 

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.