MGClickIcon

Top  Previous  Next

This event is fired when an icon - in the first tool strip in the control - gets clicked.

[Visual Basic .NET]

Public Event MGClickIcon(ByVal s As Object, ByVal e As ClickIconEventArgs)

[C#]

public event MGClickIcon(object s, ClickIconEventArgs e);

Parameters

s

    Specifies the sender object.

 

e

    is the object of ClickIconEventArgs Class with the following member:

1.IconFlag specifies which icon gets clicked, and all possible values are listed below.

Value

Comment

1

Open annotation

2

Close annotation

3

Open search

4

Close search

5

Open cascading

6

Open full grid

7

Capture screen shot

 

 

ActivateIcon

.