dbicDropDate Send comments on this topic.
Invoke Method
See Also 
dbicDropDate Assembly > Dbi.WinControl.DropDate Namespace > dbiDropDate Class : Invoke Method

Executes the specified delegate, on the thread that owns the control's underlying window handle, with the specified list of arguments.

Overload List

OverloadDescription
Invoke(Delegate,Object[])Executes the specified delegate, on the thread that owns the control's underlying window handle, with the specified list of arguments. (Inherited from System.Windows.Forms.Control)
Invoke(Delegate)Executes the specified delegate on the thread that owns the control's underlying window handle. (Inherited from System.Windows.Forms.Control)

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also