ActionsPane.AutoValidate 属性

获取或设置一个值,该值指示当焦点更改时是否自动验证此操作窗格内的控件。

命名空间:  Microsoft.Office.Tools
程序集:  Microsoft.Office.Tools.Common(在 Microsoft.Office.Tools.Common.dll 中)

语法

声明
<BrowsableAttribute(True)> _
Property AutoValidate As AutoValidate
[BrowsableAttribute(true)]
AutoValidate AutoValidate { get; set; }

属性值

类型:System.Windows.Forms.AutoValidate
一个值,指示焦点更改时是否隐式验证所含控件。默认值为 Inherit

备注

此属性提供与 ContainerControl.AutoValidate 属性相同的功能。有关使用此属性的更多信息,请参见 ContainerControl.AutoValidate

.NET Framework 安全性

请参见

参考

ActionsPane 接口

Microsoft.Office.Tools 命名空间

其他资源

操作窗格概述