FileDialog.Title 属性

定义

获取或设置在文件对话框的标题栏中显示的文本。

public:
 property System::String ^ Title { System::String ^ get(); void set(System::String ^ value); };
public string Title { get; [System.Security.SecurityCritical] set; }
public string Title { get; set; }
[<set: System.Security.SecurityCritical>]
member this.Title : string with get, set
member this.Title : string with get, set
Public Property Title As String

属性值

一个 String,表示在文件对话框的标题栏中显示的文本。 默认值为 Empty

属性

注解

如果 Title 为 null 或 Empty,则使用默认的本地化值,例如“另存为”或“打开”。

适用于