FileDialog.Title 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置在文件对话框的标题栏中显示的文本。
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,则使用默认的本地化值,例如“另存为”或“打开”。