Property | Type | Description | |
---|---|---|---|
AddValidationChain | void | ||
AdjustFormScrollbars | void | ||
CheckAcceptButton | void | ||
ChildControlRemoved | void | ||
GetCommonContainer | |||
GetMostDeeplyNestedActiveControl | |||
IContainerControl | bool | ||
OnControlRemoved | void | ||
OnFontChanged | void | ||
PerformAutoScale | void | ||
PerformDelayedAutoScale | void | ||
PerformValidation | |||
ProcessDialogChar | bool | ||
RemoveChildrenFromValidation | bool | ||
RemoveFromValidationChain | bool | ||
SendControlFocus | void | ||
ShouldSerializeAutoValidate | bool | ||
ValidateChildren | bool | ||
ValidateChildren | bool | ||
ValidateControl | bool | ||
ValidateNestedControls | bool | ||
ValidateThisControl | bool |
Method | Description | |
---|---|---|
ContainerControl ( ) : System.Collections | ||
PerformAutoScale ( ) : void | ||
Validate ( ) : bool | ||
Validate ( bool checkAutoValidate ) : bool |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
OnAutoValidateChanged ( EventArgs e ) : void | ||
OnCreateControl ( ) : void | ||
OnLayout ( System.Windows.Forms.LayoutEventArgs e ) : void | ||
OnParentChanged ( EventArgs e ) : void | ||
ProcessDialogKey ( Keys keyData ) : bool | ||
ProcessMnemonic ( char charCode ) : bool | ||
ProcessTabKey ( bool forward ) : bool | ||
Select ( bool directed, bool forward ) : void | ||
UpdateDefaultButton ( ) : void |
Method | Description | |
---|---|---|
AddValidationChain ( |
||
AdjustFormScrollbars ( bool displayScrollbars ) : void | ||
CheckAcceptButton ( ) : void | ||
ChildControlRemoved ( |
||
GetCommonContainer ( |
||
GetMostDeeplyNestedActiveControl ( |
||
IContainerControl ( |
||
OnControlRemoved ( object sender, System.Windows.Forms.ControlEventArgs e ) : void | ||
OnFontChanged ( EventArgs e ) : void | ||
PerformAutoScale ( bool called_by_scale ) : void | ||
PerformDelayedAutoScale ( ) : void | ||
PerformValidation ( |
||
ProcessDialogChar ( char charCode ) : bool | ||
RemoveChildrenFromValidation ( |
||
RemoveFromValidationChain ( |
||
SendControlFocus ( |
||
ShouldSerializeAutoValidate ( ) : bool | ||
ValidateChildren ( ) : bool | ||
ValidateChildren ( ValidationConstraints validationConstraints ) : bool | ||
ValidateControl ( |
||
ValidateNestedControls ( |
||
ValidateThisControl ( |
public ContainerControl ( ) : System.Collections | ||
return | System.Collections |
protected OnAutoValidateChanged ( EventArgs e ) : void | ||
e | EventArgs | |
return | void |
protected OnLayout ( System.Windows.Forms.LayoutEventArgs e ) : void | ||
e | System.Windows.Forms.LayoutEventArgs | |
return | void |
protected OnParentChanged ( EventArgs e ) : void | ||
e | EventArgs | |
return | void |
protected ProcessDialogKey ( Keys keyData ) : bool | ||
keyData | Keys | |
return | bool |
protected ProcessMnemonic ( char charCode ) : bool | ||
charCode | char | |
return | bool |
protected ProcessTabKey ( bool forward ) : bool | ||
forward | bool | |
return | bool |
protected Select ( bool directed, bool forward ) : void | ||
directed | bool | |
forward | bool | |
return | void |
public Validate ( bool checkAutoValidate ) : bool | ||
checkAutoValidate | bool | |
return | bool |