UtilTelerikEnableRadControlsT Method
Enables the specified Telerik RAD controls that were previously disabled calling
DisableRadControlT(T, Cursor),
preserving the theme styling of the control.
Namespace: DevCase.ThirdParty.TelerikAssembly: 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 EnableRadControls<T>(
T[] ctrls,
Cursor newCursor = null
)
where T : RadControl
Public Shared Sub EnableRadControls(Of T As RadControl) (
ctrls As T(),
Optional newCursor As Cursor = Nothing
)
Dim ctrls As T()
Dim newCursor As Cursor
UtilTelerik.EnableRadControls(ctrls, newCursor)
public:
generic<typename T>
where T : RadControl
static void EnableRadControls(
array<T>^ ctrls,
Cursor^ newCursor = nullptr
)
static member EnableRadControls :
ctrls : 'T[] *
?newCursor : Cursor
(* Defaults:
let _newCursor = defaultArg newCursor null
*)
-> unit when 'T : RadControl
No code example is currently available or this language may not be supported.
- ctrls T
-
An Array of RAD controls.
- newCursor Cursor (Optional)
-
Optionally assigns the specified Cursor to the RAD controls.
- T
-
The control type derived of RadControl.
Note: Some functionalities of this assembly may require to install one or all of the listed frameworks:
Telerik UI for WinForms
This is a code example.
No code example is currently available or this language may not be supported.
EnableRadControls({Me.RadSplitButton1}, Cursors.Arrow)
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.