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

Returns true if the backColor should be persisted in code gen.

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

Return Value

true if the backColor should be persisted.

See Also

TreeView Class | TreeView Members | System.WinForms Namespace