summaryrefslogtreecommitdiff
path: root/src/ildasm/html/clicking.htm
diff options
context:
space:
mode:
Diffstat (limited to 'src/ildasm/html/clicking.htm')
-rw-r--r--src/ildasm/html/clicking.htm35
1 files changed, 0 insertions, 35 deletions
diff --git a/src/ildasm/html/clicking.htm b/src/ildasm/html/clicking.htm
deleted file mode 100644
index 828193c988..0000000000
--- a/src/ildasm/html/clicking.htm
+++ /dev/null
@@ -1,35 +0,0 @@
-<!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>