Example: method
This example uses Button1 to call the
Hide
method of the .NET button control, which conceals the control from the operator.Private Sub Button1_Released() DotNetControl1.InvokeMethod "Hide" End Sub
Provide Feedback