Simulate a click event on a reference of a control

NicoVB

Centurion
Joined
Jan 2, 2002
Messages
160
Location
Belgium
I have an instance of an control object(a linklabel). For example


Dim linker as new LinkLabel


But I want from code simulate the event LinkClicked of this control. How to do this??
 
Back
Top