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!

Control.ShouldPersistSize

Determines if the Size property needs to be persisted.

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

See Also

Control Class | Control Members | System.WinForms Namespace