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.ShouldPersistItemHeight

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

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

Return Value

true if the itemHeight should be persisted.

See Also

TreeView Class | TreeView Members | System.WinForms Namespace