UtilTelerikEnableRadControlT Method
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 EnableRadControl<T>(
T ctrl,
Cursor newCursor = null
)
where T : RadControl
Public Shared Sub EnableRadControl(Of T As RadControl) (
ctrl As T,
Optional newCursor As Cursor = Nothing
)
Dim ctrl As T
Dim newCursor As Cursor
UtilTelerik.EnableRadControl(ctrl, newCursor)
public:
generic<typename T>
where T : RadControl
static void EnableRadControl(
T ctrl,
Cursor^ newCursor = nullptr
)
static member EnableRadControl :
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.
EnableRadControl(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.