UtilTelerikEnableRadControlT Method

Enables a Telerik RAD control that was previously disabled calling DisableRadControlT(T, Cursor), preserving the theme styling of the control.

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 EnableRadControl<T>(
	T ctrl,
	Cursor newCursor = null
)
where T : RadControl

Parameters

ctrl  T
The RAD control.
newCursor  Cursor  (Optional)
Optionally assigns the specified Cursor to the RAD control.

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