Click or drag to resize
ControlExtensions Class
Version 51.0.0
ControlExtensions.
Inheritance Hierarchy
SystemObject
  CefSharp.WinForms.InternalsControlExtensions

Namespace: CefSharp.WinForms.Internals
Assembly: CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 51.0.0.0 (51.0.0.0)
Syntax
public static class ControlExtensions

The ControlExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberActivate
Activates the specified control.
Public methodStatic memberInvokeOnUiThreadIfRequired
Executes the Action asynchronously on the UI thread, does not block execution on the calling thread.
Public methodStatic memberIsActiveControl
Returns whether the supplied control is the currently active control.
Public methodStatic memberSelectNextControl
Selects the next control.
Top
See Also