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!

Application.SafeTopLevelCaptionSuffix

Gets or sets the format string to apply to top level window captions when they are displayed with a warning banner.

[Visual Basic]
Public Shared Property SafeTopLevelCaptionSuffix As String
[C#]
public static string SafeTopLevelCaptionSuffix {get; set;}
[C++]
public: __property static String* get_SafeTopLevelCaptionSuffix();
public: __property static void set_SafeTopLevelCaptionSuffix(String*);
[JScript]
public static function get SafeTopLevelCaptionSuffix() : String;
public static function set SafeTopLevelCaptionSuffix(String);

Property Value

The format string to apply to top level window captions.

Requirements

NGWS Runtime Security:

UIPermission You must have the System.security.Permissions.UIPermission for SafeSubWindows to set this method.

See Also

Application Class | Application Members | System.WinForms Namespace