 | LogicalNodeStartCollapsed property |
With True, the job is displayed collapsed at startup if the UI supports this.
Namespace: LogicalTaskTreeAssembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic bool StartCollapsed { get; set; }
Public Property StartCollapsed As Boolean
Get
Set
public:
property bool StartCollapsed {
bool get ();
void set (bool value);
}
member StartCollapsed : bool with get, set
Property value
Boolean
See also