Task Expanded Property

S

Sinister

Does the task object have a boolean property that tells whether the summary
task is expanded or collapsed?

Thanks,
Patrick
 
J

Jack Dahlgren

No it does not. You can select all the tasks on screen, find the task within
the selection and then see if the next task is a subtask of that task (using
ID or outlineparent property). That is probably how I'd go about it if I had
to.

-Jack Dahlgren
 
S

Sinister

They sure aren't making this easy :)

Jack Dahlgren said:
No it does not. You can select all the tasks on screen, find the task within
the selection and then see if the next task is a subtask of that task (using
ID or outlineparent property). That is probably how I'd go about it if I had
to.

-Jack Dahlgren
 
Top