Invoke User Control response type
An event handler with the Invoke User Control response type calls into a .NET WinForms user control and/or Web control that is hosted as a “user control component” on a form. The response type calls the “Invoke” method of the control, which is part of the “IWinStudioUserControl” interface and must be implemented in the user control code.
相关主题