SaveAsDialog 类 |
命名空间: VO
SaveAsDialog 类型公开以下成员。
名称 | 说明 | |
---|---|---|
SaveAsDialog |
构造一个标准的 SaveAs 对话框。
|
名称 | 说明 | |
---|---|---|
Caption |
返回或更新对话框窗口中显示的标题。
(继承自 StandardFileDialog。) | |
DefExt |
返回或更新对话框窗口中显示的默认文件扩展名。
(继承自 StandardFileDialog。) | |
DlgStyle | (继承自 StandardFileDialog。) | |
FileName |
一个字符串,表示用户选择的文件的名称。如果用户取消,文件名为 NULL_STRING。
(继承自 StandardFileDialog。) | |
FilterIndex |
一个字符串,表示有效过滤器的索引。
(继承自 StandardFileDialog。) | |
HideReadOnly | (继承自 StandardFileDialog。) | |
InitialDirectory |
设置对话框窗口的初始目录。树形控件将根据需要进行初始定位。
(继承自 StandardFileDialog。) | |
ReadOnly |
一个逻辑值,表示文件的只读属性是否已设置。
(继承自 StandardFileDialog。) |
名称 | 说明 | |
---|---|---|
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。) |