FileDialog.ButtonName 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回或设置一个 String 类型的值,该值代表在文件对话框的操作按钮上显示的文本。
public:
property System::String ^ ButtonName { System::String ^ get(); void set(System::String ^ value); };
public string ButtonName { get; set; }
member this.ButtonName : string with get, set
Public Property ButtonName As String
属性值
注解
默认情况下,此属性设置为该文件对话框类型的标准文本。 例如,在“打开”对话框中,该属性默认设置为“打开”。 此字符串所允许的最大长度为 51 个字符。