Manager..::..HasPermissionableChildControls Method

Determines whether [has permissionable child controls] [the specified control].

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

Syntax


public bool HasPermissionableChildControls(
	Control Control
)
Public Function HasPermissionableChildControls ( _
	Control As Control _
) As Boolean
public:
bool^ HasPermissionableChildControls(
	Control^ Control
)

Parameters

Control
Type: Control
The control.

Return Value

true if [has permissionable child controls] [the specified control]; otherwise, false.