private void detail_Format(object sender, System.EventArgs eArgs) { this.picture1.HyperLink = "mailto:support@company.com"; }
Private Sub Detail1_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail1.Format Me.Picture1.HyperLink = "mailto:support@company.com" End Sub
Picture Class
Picture Members
HyperLinkEventArgs