Manager..::..GetOwnerFormName Method

Gets the name of the owner form.

Namespace:  JiwaFinancials.Jiwa.JiwaApplication
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public static string GetOwnerFormName(
	Control Control
)
Public Shared Function GetOwnerFormName ( _
	Control As Control _
) As String
public:
static String^ GetOwnerFormName(
	Control^ Control
)

Parameters

Control
Type: Control
The control.

Return Value

System.String.