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 Control 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:
ControlSee Also