SaveAsDialog 方法 |
SaveAsDialog 类型公开以下成员。
名称 | 说明 | |
---|---|---|
Destroy | Free memory resources allocated for a VObject object and its derived objects. (继承自 StandardFileDialog。) | |
Dispatch |
拦截通常由 COMMDLG.DLL 中的对话框过程处理的消息。覆盖此方法以添加自定义处理。
(继承自 StandardFileDialog。) | |
help |
提供一种在按下 HELP 按钮时显示帮助的方法。如果已向对话框对象发送了 SetStyle(OFN_SHOWHELP) 消息,HELP 按钮将被显示。
(继承自 StandardFileDialog。) | |
SetFilter |
设置标准对话框的单个或多个过滤器和描述。如果指定了多个过滤器,还可以指定过滤器索引。
(继承自 StandardFileDialog。) | |
SetStyle |
设置对话框窗口的样式。
(继承自 StandardFileDialog。) | |
SetStyleEx |
设置对话框窗口的 Exstyle。
(继承自 StandardFileDialog。) | |
Show |
显示一个标准文件对话框。要检索用户选择的值,使用特定子类的相关方法。
(继承自 StandardFileDialog。) |