NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TreeView.ShouldPersistIndent

Retrieves true if the indent should be persisted in code gen.

[Visual Basic]
Public Function ShouldPersistIndent() As Boolean
[C#]
public bool ShouldPersistIndent();
[C++]
public: bool ShouldPersistIndent();
[JScript]
public function ShouldPersistIndent() : Boolean;

Return Value

true if the indent should be persisted.

See Also

TreeView Class | TreeView Members | System.WinForms Namespace