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

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

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

Return Value

true if the foreColor should be persisted.

See Also

RichControl Class | RichControl Members | System.WinForms Namespace