summaryrefslogtreecommitdiff
path: root/src/ildasm/html/clicking.htm
blob: 828193c9881d8b9dfde9ce4047416e1a7f6d0955 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">
<TITLE>Clicking on Tree View Items</TITLE>

<STYLE>
	BODY {background: white; color: black}
	h3 {font: 8pt Arial bold}
	P {font: 10pt Arial}
	TD {font: 10pt Arial}
	A {text-decoration: none; color: blue}
</STYLE>

</HEAD>

<BODY BGCOLOR="#FFFFFF" TEXT="#000000">

<P style="margin-top: 0; margin-bottom: 0"><A NAME="clicking"><font size="4">
</font></A><B><I><font size="4">CLICKING ON TREE VIEW ITEMS</font></I></B></P>
<P style="margin-top: 0; margin-bottom: 0">&nbsp;</P>

<font size="2">
<P style="margin-top: 0; margin-bottom: 0">Double-clicking on various tree view items results in the following actions:
<UL>
	<LI><P style="margin-top: 0; margin-bottom: 0">On namespace or any type of class - expanding/collapsing respective subtree</LI>
	<LI><p style="margin-top: 0; margin-bottom: 0">On manifest, field, method, event, property - showing disassembly of the item in a separate window</LI>
	<LI><p style="margin-top: 0; margin-bottom: 0">On <B>.class</B> info item - showing partial disassembly of the class in a separate window</LI>
	<LI><p style="margin-top: 0; margin-bottom: 0">On <B>extends</B> info item - selecting the parent class (if present) in tree view</LI>
	<LI><p style="margin-top: 0; margin-bottom: 0">On <B>implements</B> info item - selecting the implemented interface (if present) in tree view</LI>
</UL>
</font>

</BODY>
</HTML>