'Declaration
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Always)> <System.ComponentModel.BrowsableAttribute(True)> Public Overloads Overridable Function ValidateChildren( _ ByVal validationConstraints As System.Windows.Forms.ValidationConstraints _ ) As System.Boolean
'Usage
Dim instance As WorkbookDesigner Dim validationConstraints As System.Windows.Forms.ValidationConstraints Dim value As System.Boolean value = instance.ValidateChildren(validationConstraints)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Always)] [System.ComponentModel.Browsable(true)] public virtual System.bool ValidateChildren( System.Windows.Forms.ValidationConstraints validationConstraints )
public function ValidateChildren( validationConstraints: System.Windows.Forms.ValidationConstraints ): System.Boolean; virtual;
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Always) System.ComponentModel.BrowsableAttribute() public function ValidateChildren( validationConstraints : System.Windows.Forms.ValidationConstraints ) : System.boolean;
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Always)] [System.ComponentModel.Browsable(true)] public: virtual System.bool ValidateChildren( System.Windows.Forms.ValidationConstraints validationConstraints )
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Always)] [System.ComponentModel.Browsable(true)] public: virtual System.bool ValidateChildren( System.Windows.Forms.ValidationConstraints validationConstraints )
Parameters
- validationConstraints