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);
The format string to apply to top level window captions.
NGWS Runtime Security:
UIPermission | You must have the System.security.Permissions.UIPermission for SafeSubWindows to set this method. |
Application Class | Application Members | System.WinForms Namespace