|
AnyCAD Rapid API 2026
Help you to create a better world!
|
Public 成员函数 | |
| DialogUtil (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| 仅供内部使用 | |
| void | Dispose () |
静态 Public 成员函数 | |
| static Path | OpenFileDialog (string title, StringList filter) |
| 打开文件对话框 | |
| static PathList | OpenFilesDialog (string title, StringList filter) |
| 打开多个文件对话框 | |
| static Path | SaveFileDialog (string title, string fileName, StringList filter) |
| 保存文件对话框 | |
| static Path | OpenFolderDialog (string title) |
| 打开文件夹对话框 | |
| static void | NotifyMessage (string title, string content) |
| 通知消息对话框 | |
| static void | NotifyMessageU (string title, string content) |
| 通知消息对话框 | |
| static bool | ShowMessageBox (string title, string content) |
| 显示消息对话框 | |
| static bool | ShowMessageBoxU (string title, string content) |
| 显示消息对话框 | |
| static bool | ShowWarningBox (string title, string content) |
| 显示消息对话框 | |
| static bool | ShowWarningBoxU (string title, string content) |
| 显示消息对话框 | |
Group: Common The Dialog utility
|
static |
通知消息对话框
| title | 标题 |
| content | 内容UTF8 |
|
static |
通知消息对话框
| title | 标题 |
| content | UNICODE |
|
static |
打开文件对话框
| title | 标题 |
| filter | 文件过滤条件, 如{ "CAD Files (.igs .iges .stp .step)", "*.igs *.iges *.stp *.step" } |
|
static |
打开多个文件对话框
| title | 标题 |
| filter | 文件过滤条件, 如{ "CAD Files (.igs .iges .stp .step)", "*.igs *.iges *.stp *.step" } |
|
static |
打开文件夹对话框
| title | 标题 |
|
static |
保存文件对话框
| title | 标题 |
| fileName | 文件名称 |
| filter | 文件类型过滤器,如{ "CAD Files (.igs .iges .stp .step)", "*.igs *.iges *.stp *.step" } |
|
static |
显示消息对话框
| title | 标题 |
| content | 内容UTF8 |
|
static |
显示消息对话框
| title | 标题 |
| content | 内容UNICODE |
|
static |
显示消息对话框
| title | 标题 |
| content | 内容UTF8 |
|
static |
显示消息对话框
| title | 标题 |
| content | 内容UNICODE |