Click or drag to resize
PageSummaryGetControlForValidationField Method
Returns the control associated with the field passed across. Returns null if the pageObject passed across does not match the pageObject held by the page.

Namespace: VirtualRadar.WinForms.SettingPage
Assembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Control GetControlForValidationField(
	Object pageObject,
	ValidationField validationField,
	bool isClearMessage
)

Parameters

pageObject
Type: SystemObject
validationField
Type: VirtualRadar.Interface.ViewValidationField
isClearMessage
Type: SystemBoolean

Return Value

Type: Control
See Also