次の方法で共有


Application.SafeTopLevelCaptionFormat プロパティ

警告見出しと共に表示された場合にトップレベル ウィンドウのキャプションに適用する書式指定文字列を取得または設定します。

Public Shared Property SafeTopLevelCaptionFormat As String
[C#]
public static string SafeTopLevelCaptionFormat {get; set;}
[C++]
public: __property static String* get_SafeTopLevelCaptionFormat();public: __property static void set_SafeTopLevelCaptionFormat(String*);
[JScript]
public static function get SafeTopLevelCaptionFormat() : String;public static function set SafeTopLevelCaptionFormat(String);

プロパティ値

トップレベル ウィンドウのキャプションに適用する書式指定文字列。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

.NET Framework セキュリティ:

参照

Application クラス | Application メンバ | System.Windows.Forms 名前空間