<?xml version="1.0"?>
<doc>
<assembly>
<name>Microsoft.WindowsAPICodePack.Shell</name>
</assembly>
<members>
<member name="T:Microsoft.WindowsAPICodePack.Dialogs.CommonFileDialog">
<summary>Defines the abstract base class for the common file dialogs.</summary>
</member>
<member name="M:Microsoft.WindowsAPICodePack.Dialogs.CommonFileDialog.#ctor">
<summary>Creates a new instance of this class.</summary>
</member>
<member name="M:Microsoft.WindowsAPICodePack.Dialogs.CommonFileDialog.#ctor(System.String)">
<summary>Creates a new instance of this class with the specified title.</summary>
<param name="title">The title to display in the dialog.</param>
</member>
<member name="E:Microsoft.WindowsAPICodePack.Dialogs.CommonFileDialog.DialogOpening">
<summary>Raised when the dialog is opening.</summary>
</member>
<member name="E:Microsoft.WindowsAPICodePack.Dialogs.CommonFileDialog.FileOk">
<summary>
Raised just before the dialog is about to return with a result. Occurs when the user clicks on the Open or Save button on a file
dialog box.
</summary>
</member>
<member name="E:Microsoft.WindowsAPICodePack.Dialogs.CommonFileDialog.FileTypeChanged">
<summary>Raised when the dialog is opened to notify the application of the initial chosen filetype.</summary>
</member>
<member name="E:Microsoft.WindowsAPICodePack.Dialogs.CommonFileDialog.FolderChanged">
<summary>Raised when the user navigates to a new folder.</summary>
</member>
<member name="E:Microsoft.WindowsAPICodePack.Dialogs.CommonFileDialog.FolderChanging">
<summary>Raised just before the user navigates to a new folder.</summary>
</member>
<member name="E:Microsoft.WindowsAPICodePack.Dialogs.CommonFileDialog.SelectionChanged">
<summary>Raised when the user changes the selection in the dialog's view.</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.Dialogs.CommonFileDialog.IsPlatformSupported">
<summary>Indicates whether this feature is supported on the current platform.</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.Dialogs.CommonFileDialog.AddToMostRecentlyUsedList">
<summary>
Gets or sets a value that controls whether to show or hide the list of places where the user has recently opened or saved items.
</summary>
<value>A <see cref="T:System.Boolean"/> value.</value>
<exception cref="T:System.InvalidOperationException">This property cannot be set when the dialog is visible.</exception>
</member>
<member name="P:Microsoft.WindowsAPICodePack.Dialogs.CommonFileDialog.AllowPropertyEditing">
<summary>Gets or sets a value that controls whether properties can be edited.</summary>
<value>A <see cref="T:System.Boolean"/> value.</value>
</member>
<member name="P:Microsoft.WindowsAPICodePack.Dialogs.CommonFileDialog.Controls">
<summary>Gets the collection of controls for the dialog.</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.Dialogs.CommonFileDialog.CookieIdentifier">
<summary>Gets or sets a value that enables a calling application to associate a GUID with a dialog's persisted state.</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.Dialogs.CommonFileDialog.DefaultDirectory">
<summary>Sets the folder and path used as a default if there is not a recently used folder value available.</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.Dialogs.CommonFileDialog.DefaultDirectoryShellContainer">
<summary>
Sets the location ( <see cref="T:Microsoft.WindowsAPICodePack.Shell.ShellContainer">ShellContainer</see> used as a default if there
is not a recently used folder value available.
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.Dialogs.CommonFileDialog.DefaultExtension">
<summary>
Gets or sets the default file extension to be added to file names. If the value is null or string.Empty, the extension is not
added to the file names.
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.Dialogs.CommonFileDialog.DefaultFileName">
<summary>Default file name.</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.Dialogs.CommonFileDialog.EnsureFileExists">
<summary>Gets or sets a value that determines whether the file must exist beforehand.</summary>
<value>A <see cref="T:System.Boolean"/> value. <b>true</b> if the file must exist.</value>
<exception cref="T:System.InvalidOperationException">This property cannot be set when the dialog is visible.</exception>
</member>
<member name="P:Microsoft.WindowsAPICodePack.Dialogs.CommonFileDialog.EnsurePathExists">
<summary>Gets or sets a value that specifies whether the returned file must be in an existing folder.</summary>
<value>A <see cref="T:System.Boolean"/> value. <b>true</b> if the file must exist.</value>
<exception cref="T:System.InvalidOperationException">This property cannot be set when the dialog is visible.</exception>
</member>
<member name="P:Microsoft.WindowsAPICodePack.Dialogs.CommonFileDialog.EnsureReadOnly">
<summary>
Gets or sets a value that determines whether read-only items are returned. Default value for CommonOpenFileDialog is true (allow
read-only files) and CommonSaveFileDialog is false (don't allow read-only files).
</summary>
<value>A <see cref="T:System.Boolean"/> value. <b>true</b> includes read-only items.</value>
<exception cref="T:System.InvalidOperationException">This property cannot be set when the dialog is visible.</exception>
</member>
<member name="P:Microsoft.WindowsAPICodePack.Dialogs.CommonFileDialog.EnsureValidNames">
<summary>Gets or sets a value that determines whether to validate file names.
</summary>
<value>A <see cref="T:System.Boolean"/> value. <b>true </b>to check for situations that would prevent an application from opening the selected file, such as sharing violations or access denied errors.</value>
<exception cref="T:System.InvalidOperationException">This property cannot be set when the dialog is visible.</exception>
</member>
<member name="P:Microsoft.WindowsAPICodePack.Dialogs.CommonFileDialog.FileAsShellObject">
<summary>Gets the selected item as a ShellObject.</summary>
<value>A <see cref="T:Microsoft.WindowsAPICodePack.Shell.ShellObject"></see> object.</value>
<exception cref="T:System.InvalidOperationException">This property cannot be used when multiple files are selected.</exception>
</member>
<member name="P:Microsoft.WindowsAPICodePack.Dialogs.CommonFileDialog.FileName">
<summary>Gets the selected filename.</summary>
<value>A <see cref="T:System.String"/> object.</value>
<exception cref="T:System.InvalidOperationException">This property cannot be used when multiple files are selected.</exception>
</member>
<member name="P:Microsoft.WindowsAPICodePack.Dialogs.CommonFileDialog.Filters">
<summary>Gets the filters used by the dialog.</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.Dialo
Felix_Fly
- 粉丝: 9
- 资源: 14
最新资源
- 全自动洗衣机-单片机程序源码 这是产品实用程序,硬件由51单片机+水位传感器+电磁阀+马达组成 洗衣进程3种,洗涤模式2种,水位设定4种 若进出水超时会停机报警 本产品只是程序源码,内有较详细注
- 立体仓库 西门子1200 西门子1200码垛机完整项目程序,博图1200立体库码垛机带 注释 ,程序 涉及到变频器,触摸屏,工业机器人,视觉相机的程序控制.modbus tcp通讯,SCL编程,支持博
- matlab实现无人机编队路径规划和碰撞避免-无人机编队-路径规划-碰撞避免-matlab
- 基于遗传算法+PID的道路径规划控制算法simulink模型+carsim联合仿真,可选模型说明文件和操作说明
- 西门子PLC1500大型程序fanuc机器人汽车焊装 包括1台西门子1500PLC程序,2台触摸屏TP1500程序 9个智能远程终端ET200SP Profinet连接 15个Festo智能模块P
- 9套六轴机器人三维模型共9套六轴机器人三维模型,其中六套有结构三套有工程图 可用于结构了解学习,仿真模拟,设计借鉴
- 带条码打印的固定资产管理系统源码 本源码亲测可用 功能介绍 1.基本信息管理:包括资产分类,基本资料,资产编号规则,保存列间距和选择资产显示列等功能; 2.固定资产管理:包括资产增加,资产更新,资产
- matlab实现自适应模型预测控制无人车障碍物规避算法原理与源码-无人驾驶车辆-自适应模型预测-matlab
- 多脉冲双温模型求解,matlab,comsol 计算电子温度与晶格温度,电子密度曲线变化 matlab的双温模型
- BASiC半导体国产SiC碳化硅MOSFET分立器件及功率模块的技术进展与应用解析
- 分布式鲁棒电力系统状态估计 源代码,代码按照高水平文章复现 分布式PSSE方法它利用了传统的基于最小二乘的PSSE,并提供了一个鲁棒状态估计器 通过利用压缩采样,联合估计状态在IEEE14、IEEE
- 深度神经网络的电力系统实时状态估计与预测源代码代码按照高水平文章复现,保证正确 利用深度神经网络(DNNs)进行电力系统实时监测 在IEEE 118系统的实际负载数据实验中,新的基于dnn的PSSE
- 西门子PLC配KUKA机器人程序 程序为西门子S7-1500PLC博途调试: 西门子与KUKA机器人通讯; PLC控制KUKA机器人安全回路,设备安全装置控制; PLC与KUKA机器人信号交互,外部
- 时间序列预测趋势外推预测法MATLAB代码
- FCS-MPC模型预测控制仿真
- 基于STM32F103的密码检测串口通信 包括源代码、仿真 功能 上电打印版权信息 按任意数字按键,打印相应按键信息 输入6位密码,正确密码为123456 #号键为 格,再次按*键为确认 密码正确
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈