Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: bdd97a19ef60ab26c4f53bc730fbda98f7e36146 (plain) (blame)
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html lang="en">

<head>
	<meta http-equiv="Content-Language" content="en-us">
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
	<title>Properties view</title>
	<link rel="stylesheet" type="text/css" href="../help.css">
</head>

<body>
<h1>Properties view</h1>
<p>The properties view displays property names and values for a selected item such as a resource. </p>
<p><img src="../images/view_properties.png" alt="Properties View"></p>
<p>Toolbar buttons allow you to toggle to display properties by category or to filter advanced properties. Another toolbar button allows you to restore the selected property to its default value.</p>
<p>To see more detailed information about a resource than the Properties view gives you, right-click the resource name in the Project Explorer view and select Properties from the pop-up menu.</p>


<h2>Toolbar</h2>

<p><table border="1" cellpadding="3" cellspacing="0">
 	<tr>
		<th>Icon</th>
		<th>Name</th>	
		<th>Description</th>
	 </tr>
	<tr>
	<td align="center" valign="top"><img src="../images/icon_show_categories.png" alt="Show Categories Icon"></td>
	<td valign="top"><b>Show Categories</b></td>
	<td valign="top">This command, when selected, lists the properties in sorted categories.</td>
	</tr>
	<tr>
		<td align="center" valign="top"><img src="../images/icon_show_advanced_prop.png" alt="Show Advanced Properties Icon"></td>
		<td valign="top"><b>Show Advanced Properties</b></td>
		<td valign="top">This command, when selected, shows advanced properties.  By default, advanced properties are filtered.</td>
	</tr>
	<tr>
	<td align="center" valign="top"><img src="../images/icon_restore_default.png" alt="Restore Default Icon"></td>
		<td valign="top"><b>Restore Default</b></td>
		<td valign="top">This command returns any modified properties to their default values.</td>
	</tr>
	<tr>
		<td align="center" valign="top"><img src="../images/icon_menu.png" alt="Menu Icon"></td>
		<td valign="top"><b>Menu</b></td>
		<td valign="top">Click the black upside-down triangle icon to open a menu of items specific to the Properties view.<br><br>
									<dl>
										<p><dt>Show Categories</dt>
											<dd>See the toolbar item description above.</dd></p>
										<p><dt>Show Advanced Properties</dt>
											<dd>See the toolbar item description above.</dd></p>
									</dl></td>
	</tr>	
	<tr>
		<td align="center" valign="top"><img src="../images/icon_con_min.png"></td>
		<td valign="top"><b>MinimizeConsole</b></td>
		<td valign="top">Minimizes the Console view.</td>
	</tr>
	<tr>
		<td align="center" valign="top"><img src="../images/icon_con_max.png"></td>
		<td valign="top"><b>Maximize Console</b></td>
		<td valign="top">Maximizes the Console view.</td>
	</tr>

</table></p>

<p>
<img src="../images/ng00_07.gif" ALT=" IBM Copyright Statement" >
</p>

</bODY>
</hTML>

Back to the top