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

TaskAttributes Property (Task Object)

Sets or returns a numeric value that determines the nature of the start and end times of the Task object.

Syntax:

TaskObject.TaskAttributes [= E_TASKATTRIBUTES]

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

 Part  Description
TaskObject An object expression that evaluates to a Task object.
E_TASKATTRIBUTES A numeric value that specifies the task attributes as described in settings.

The settings for E_TASKATTRIBUTES are:

 Setting  Description
0 (E_TASKATTRIBUTES.TA_DEFINITESTARTANDEND). StartDate and EndDate are defined.
1 (E_TASKATTRIBUTES.TA_INDEFINITESTART). StartDate is not defined.
2 (E_TASKATTRIBUTES.TA_INDEFINITEEND). EndDate is not defined.
3 (E_TASKATTRIBUTES.TA_INDEFINITESTARTANDEND). StartDate and EndDate are undefined.

Remarks:

Use this property to specify undetermined start or end times for the Task object.

See Also:

Task Object , Bottom Property (Task Object), Caption Property (Task Object), EndDate Property (Task Object), Key Property (Task Object), LayerIndex Property (Task Object), Left Property (Task Object), LeftTrim Property (Task Object), Picture Property (Task Object), Predecessors Property (Task Object), Right Property (Task Object), RightTrim Property (Task Object), RowKey Property (Task Object), StartDate Property (Task Object), StyleIndex Property (Task Object), Tag Property (Task Object), Top 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.