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!

Form.WarningBanner

Determines if this form should be displayed with a warning banner.

[Visual Basic]
Protected ReadOnly Property WarningBanner As Boolean
[C#]
protected bool WarningBanner {get;}
[C++]
protected: __property bool get_WarningBanner();
[JScript]
protected function get WarningBanner() : Boolean;

See Also

Form Class | Form Members | System.WinForms Namespace