Manager..::..IsReadOnly Method

Determines whether [is read only] [the specified my control].

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

Syntax


public static bool IsReadOnly(
	Control MyControl
)
Public Shared Function IsReadOnly ( _
	MyControl As Control _
) As Boolean
public:
static bool^ IsReadOnly(
	Control^ MyControl
)

Parameters

MyControl
Type: Control
My control.

Return Value

true if [is read only] [the specified my control]; otherwise, false.