| IValidateDelegateGetValidationDisplayControl Method | 
            Returns the control to display validation messages against.
            
 
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
SyntaxControl GetValidationDisplayControl(
	ErrorProvider errorProvider
)
Function GetValidationDisplayControl ( 
	errorProvider As ErrorProvider
) As Control
Control^ GetValidationDisplayControl(
	ErrorProvider^ errorProvider
)
abstract GetValidationDisplayControl : 
        errorProvider : ErrorProvider -> Control 
Parameters
- errorProvider
- Type: System.Windows.FormsErrorProvider
 
Return Value
Type: 
Control See Also
See Also