SetDefaultTaskMargin |
Use this to set your own left margin for tasks that are set to "Default" justification (see Task settings)
Prototype:
SetDefaultTaskMargin(LONG nLeftMargin)
Arguments:
nLeftMargin The new task margin (in pixels). Set this to 0 to use the the default task margin.
See also:
Example:
TaskPanel3.SetDefaultTaskMargin(5)