Application::SafeTopLevelCaptionFormat Property

 

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

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property String^ SafeTopLevelCaptionFormat {
	static String^ get();
	static void set(String^ value);
}

Property Value

Type: System::String^

The format string to apply to top-level window captions.

UIPermission

for all windows to set this property. Associated enumeration: UIPermissionWindow::AllWindows

.NET Framework
Available since 1.1
Return to top
Show: