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