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!

RichControl.ShouldPersistBackColor

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

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

Return Value

true if the backColor should be persisted.

See Also

RichControl Class | RichControl Members | System.WinForms Namespace