UtilTelerikDisableRadControlsT Method
Tries to disable the specified Telerik RAD controls in a fashion way preserving their theme styling.
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 DisableRadControls<T>(
T[] ctrls,
Cursor newCursor = null
)
where T : RadControl
Public Shared Sub DisableRadControls(Of T As RadControl) (
ctrls As T(),
Optional newCursor As Cursor = Nothing
)
Dim ctrls As T()
Dim newCursor As Cursor
UtilTelerik.DisableRadControls(ctrls, newCursor)
public:
generic<typename T>
where T : RadControl
static void DisableRadControls(
array<T>^ ctrls,
Cursor^ newCursor = nullptr
)
static member DisableRadControls :
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.
DisableRadControls({Me.RadSplitButton1}, Cursors.No)
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.