[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Provides focus-management functionality for controls that can function as a container for other controls [Property] [Methods] *doActiveControl=Sets the active control on the container control.ARG(Control)|1|0 *doAutoScaleDimensions=Sets the dimensions that the control was designed to.ARG(SizeF)|1|0 *doAutoScaleMode=Sets the automatic scaling mode of the control.ARG(AutoScaleMode)|1|0 *doAutoValidate=Sets a value that indicates whether controls in this container will be automatically validated when the focus changes.ARG(AutoValidate)|1|0 *doBindingContext=Sets the BindingContext for the control. ARG(BindingContext)|1|0 *doPerformAutoScale=Performs scaling of the container control and its children.ARG()|1|0 *doValidate2=Verifies the value of the control that is losing focus; conditionally dependent on whether automatic validation is turned on. ARG(bool checkAutoValidate)|1|0 *doValidateChildren2=Causes all of the child controls within a control that support validation to validate their data. ARG(ValidationConstraints validationConstraints)|1|0 *onAutoValidateChanged=Occurs when the AutoValidate property changes. ARG(args)|2| *onValidate=Occurs after invoke the method doValidate and returns the result ARG(bool)|2|104 *onValidateChildren=Occurs after invoke the method doValidateChildren and returns the result ARG(bool)|2|104 *ActiveControl=Returns the active control on the container control.ARG(Control)|3|0 *AutoScaleDimensions=Returns the dimensions that the control was designed to.ARG(SizeF)|3|0 *AutoScaleMode=Returns the automatic scaling mode of the control.ARG(AutoScaleMode)|3|0 *AutoValidate=Returns a value that indicates whether controls in this container will be automatically validated when the focus changes.ARG(AutoValidate)|3|0 *BindingContext=Returns the BindingContext for the control. ARG(BindingContext)|3|0 *CurrentAutoScaleDimensions=Returns the current run-time dimensions of the screen.ARG(SizeF)|3|0 *ParentForm=Returns the form that the container control is assigned to.ARG(Form)|3|0 *Validate=Verifies the value of the control losing focus by causing the Validating and Validated events to occur, in that order. ARG(bool)|3|104 *ValidateChildren=Causes all of the child controls within a control that support validation to validate their data. ARG(bool)|3|104