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

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

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

Return Value

true if the font should be persisted.

See Also

RichControl Class | RichControl Members | System.WinForms Namespace