UtilTelerikDisableRadControlT Method
Tries to disable a Telerik RAD control in a fashion way 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 DisableRadControl<T>(
T ctrl,
Cursor newCursor = null
)
where T : RadControl
Public Shared Sub DisableRadControl(Of T As RadControl) (
ctrl As T,
Optional newCursor As Cursor = Nothing
)
Dim ctrl As T
Dim newCursor As Cursor
UtilTelerik.DisableRadControl(ctrl, newCursor)
public:
generic<typename T>
where T : RadControl
static void DisableRadControl(
T ctrl,
Cursor^ newCursor = nullptr
)
static member DisableRadControl :
ctrl : '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.
- ctrl T
-
The RAD control.
- newCursor Cursor (Optional)
-
Optionally assigns the specified Cursor to the RAD control.
- 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.
DisableRadControl(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.