RadControls for WinForms

Namespace: Telerik.WinControls
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.2.612.40 (2013.2.612.40)

Syntax

C#
protected virtual bool IsOnActiveForm(
	Control focusedControl,
	bool checkLoaded
)
Visual Basic
Protected Overridable Function IsOnActiveForm ( _
	focusedControl As Control, _
	checkLoaded As Boolean _
) As Boolean

Parameters

focusedControl
Type: System.Windows.Forms..::..Control
checkLoaded
Type: System..::..Boolean

See Also