ActionsPane.AutoValidate Property (2007 System)
Provides the same functionality as the ContainerControl.AutoValidate property.
Namespace: Microsoft.Office.Tools
Assembly: Microsoft.Office.Tools.Common.v9.0 (in Microsoft.Office.Tools.Common.v9.0.dll)
Syntax
'Declaration
<BrowsableAttribute(True)> _
Public Property AutoValidate As AutoValidate
'Usage
Dim instance As ActionsPane
Dim value As AutoValidate
value = instance.AutoValidate
instance.AutoValidate = value
[BrowsableAttribute(true)]
public AutoValidate AutoValidate { get; set; }
[BrowsableAttribute(true)]
public:
property AutoValidate AutoValidate {
AutoValidate get ();
void set (AutoValidate value);
}
public function get AutoValidate () : AutoValidate
public function set AutoValidate (value : AutoValidate)
Property Value
Type: System.Windows.Forms.AutoValidate
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.