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

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

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

Return Value

true if the font should be persisted.

See Also

RichControl Class | RichControl Members | System.WinForms Namespace