UtilTelerikDisableRadControlsT Method

Tries to disable the specified Telerik RAD controls in a fashion way preserving their theme styling.

Definition

Namespace: DevCase.ThirdParty.Telerik
Assembly: DevCase.net48.ThirdParty.Telerik (in DevCase.net48.ThirdParty.Telerik.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static void DisableRadControls<T>(
	T[] ctrls,
	Cursor newCursor = null
)
where T : RadControl

Parameters

ctrls  T
An Array of RAD controls.
newCursor  Cursor  (Optional)
Optionally assigns the specified Cursor to the RAD controls.

Type Parameters

T
The control type derived of RadControl.

Remarks

Note: Some functionalities of this assembly may require to install one or all of the listed frameworks:

Telerik UI for WinForms

Example

This is a code example.
C#
No code example is currently available or this language may not be supported.

See Also