annotate Messaging/Libs/Elysium.Theme.1.3/Microsoft.Windows.Shell.xml @ 31:7d9de5746f18

Working version
author adminsh@apollo
date Thu, 22 Mar 2012 08:09:41 +0000
parents 045dac571339
children
rev   line source
26
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
1 <?xml version="1.0" encoding="utf-8"?>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
2 <doc>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
3 <assembly>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
4 <name>Microsoft.Windows.Shell</name>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
5 </assembly>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
6 <members>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
7 <member name="T:Microsoft.Windows.Shell.JumpItem">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
8 <summary>Represents the base class for the <see cref="T:Microsoft.Windows.Shell.JumpPath" /> and <see cref="T:Microsoft.Windows.Shell.JumpTask" /> classes.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
9 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
10 <member name="P:Microsoft.Windows.Shell.JumpItem.CustomCategory">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
11 <summary>Gets or sets the name of the category the <see cref="T:Microsoft.Windows.Shell.JumpItem" /> is grouped with in the Windows 7 taskbar Jump List.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
12 <returns>The name of the category the <see cref="T:Microsoft.Windows.Shell.JumpItem" /> is grouped with. The default is null.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
13 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
14 <member name="T:Microsoft.Windows.Shell.JumpItemRejectionReason">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
15 <summary>Describes why a <see cref="T:Microsoft.Windows.Shell.JumpItem" /> could not be added to the Jump List by the Windows shell.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
16 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
17 <member name="F:Microsoft.Windows.Shell.JumpItemRejectionReason.None">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
18 <summary>The reason is not specified.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
19 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
20 <member name="F:Microsoft.Windows.Shell.JumpItemRejectionReason.InvalidItem">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
21 <summary>The <see cref="T:Microsoft.Windows.Shell.JumpItem" /> references an invalid file path, or the operating system does not support Jump Lists.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
22 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
23 <member name="F:Microsoft.Windows.Shell.JumpItemRejectionReason.NoRegisteredHandler">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
24 <summary>The application is not registered to handle the file name extension of the <see cref="T:Microsoft.Windows.Shell.JumpItem" />.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
25 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
26 <member name="F:Microsoft.Windows.Shell.JumpItemRejectionReason.RemovedByUser">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
27 <summary>The item was previously in the Jump List but was removed by the user.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
28 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
29 <member name="T:Microsoft.Windows.Shell.JumpItemsRejectedEventArgs">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
30 <summary>Provides data for the <see cref="E:Microsoft.Windows.Shell.JumpList.JumpItemsRejected" /> event.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
31 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
32 <member name="M:Microsoft.Windows.Shell.JumpItemsRejectedEventArgs.#ctor">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
33 <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Shell.JumpItemsRejectedEventArgs" /> class.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
34 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
35 <member name="M:Microsoft.Windows.Shell.JumpItemsRejectedEventArgs.#ctor(System.Collections.Generic.IList{Microsoft.Windows.Shell.JumpItem},System.Collections.Generic.IList{Microsoft.Windows.Shell.JumpItemRejectionReason})">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
36 <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Shell.JumpItemsRejectedEventArgs" /> class that has the specified parameters.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
37 <param name="rejectedItems">The list of Jump List items that could not be added to the Jump List by the Windows shell.</param>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
38 <param name="reasons">The list of reasons why the rejected Jump List items could not be added to the Jump List.</param>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
39 <exception cref="T:System.ArgumentException">The count of <paramref name="rejectedItems " />does not equal the count of rejection <paramref name="reasons" />.</exception>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
40 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
41 <member name="P:Microsoft.Windows.Shell.JumpItemsRejectedEventArgs.RejectedItems">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
42 <summary>Gets the list of Jump List items that could not be added to the Jump List by the Windows shell.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
43 <returns>The list of Jump List items that could not be added to the Jump List by the Windows shell.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
44 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
45 <member name="P:Microsoft.Windows.Shell.JumpItemsRejectedEventArgs.RejectionReasons">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
46 <summary>Gets the list of reasons why the rejected Jump List items could not be added to the Jump List.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
47 <returns>The list of reasons why the rejected Jump List items could not be added to the Jump List.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
48 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
49 <member name="T:Microsoft.Windows.Shell.JumpItemsRemovedEventArgs">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
50 <summary>Provides data for the <see cref="E:Microsoft.Windows.Shell.JumpList.JumpItemsRemovedByUser" /> event.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
51 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
52 <member name="M:Microsoft.Windows.Shell.JumpItemsRemovedEventArgs.#ctor">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
53 <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Shell.JumpItemsRemovedEventArgs" /> class.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
54 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
55 <member name="M:Microsoft.Windows.Shell.JumpItemsRemovedEventArgs.#ctor(System.Collections.Generic.IList{Microsoft.Windows.Shell.JumpItem})">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
56 <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Shell.JumpItemsRemovedEventArgs" /> class that has the specified parameters.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
57 <param name="removedItems">The list of Jump List items that were removed by the user since <see cref="M:Microsoft.Windows.Shell.JumpList.Apply" /> was last called.</param>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
58 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
59 <member name="P:Microsoft.Windows.Shell.JumpItemsRemovedEventArgs.RemovedItems">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
60 <summary>Gets the list of Jump List items that have been removed by the user since the <see cref="M:Microsoft.Windows.Shell.JumpList.Apply" /> method was last called.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
61 <returns>The list of Jump List items that have been removed by the user since the <see cref="M:Microsoft.Windows.Shell.JumpList.Apply" /> method was last called.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
62 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
63 <member name="T:Microsoft.Windows.Shell.JumpList">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
64 <summary>Represents a list of items and tasks displayed as a menu on a Windows 7 taskbar button.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
65 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
66 <member name="M:Microsoft.Windows.Shell.JumpList.#ctor">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
67 <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Shell.JumpList" /> class.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
68 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
69 <member name="M:Microsoft.Windows.Shell.JumpList.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Windows.Shell.JumpItem},System.Boolean,System.Boolean)">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
70 <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Shell.JumpList" /> class with the specified parameters.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
71 <param name="items">The collection of <see cref="T:Microsoft.Windows.Shell.JumpItem" /> objects that are displayed in the Jump List.</param>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
72 <param name="showFrequent">A value that indicates whether frequently used items are displayed in the Jump List.</param>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
73 <param name="showRecent">A value that indicates whether recently used items are displayed in the Jump List.</param>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
74 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
75 <member name="M:Microsoft.Windows.Shell.JumpList.AddToRecentCategory(Microsoft.Windows.Shell.JumpPath)">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
76 <summary>Adds the specified jump path to the Recent category of the Jump List.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
77 <param name="jumpPath">The <see cref="T:Microsoft.Windows.Shell.JumpPath" /> to add to the Jump List.</param>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
78 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
79 <member name="M:Microsoft.Windows.Shell.JumpList.AddToRecentCategory(Microsoft.Windows.Shell.JumpTask)">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
80 <summary>Adds the specified jump task to the Recent category of the Jump List.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
81 <param name="jumpTask">The <see cref="T:Microsoft.Windows.Shell.JumpTask" /> to add to the Jump List.</param>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
82 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
83 <member name="M:Microsoft.Windows.Shell.JumpList.AddToRecentCategory(System.String)">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
84 <summary>Adds the specified item path to the Recent category of the Jump List.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
85 <param name="itemPath">The path to add to the Jump List.</param>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
86 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
87 <member name="M:Microsoft.Windows.Shell.JumpList.Apply">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
88 <summary>Sends the <see cref="T:Microsoft.Windows.Shell.JumpList" /> to the Windows shell in its current state.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
89 <exception cref="T:System.InvalidOperationException">The <see cref="T:Microsoft.Windows.Shell.JumpList" /> is not completely initialized.</exception>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
90 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
91 <member name="M:Microsoft.Windows.Shell.JumpList.BeginInit">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
92 <summary>Signals the start of the <see cref="T:Microsoft.Windows.Shell.JumpList" /> initialization.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
93 <exception cref="T:System.InvalidOperationException">This call to <see cref="M:Microsoft.Windows.Shell.JumpList.BeginInit" /> is nested in a previous call to <see cref="M:Microsoft.Windows.Shell.JumpList.BeginInit" />.</exception>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
94 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
95 <member name="M:Microsoft.Windows.Shell.JumpList.EndInit">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
96 <summary>Signals the end of the <see cref="T:Microsoft.Windows.Shell.JumpList" /> initialization.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
97 <exception cref="T:System.NotSupportedException">This call to <see cref="M:Microsoft.Windows.Shell.JumpList.EndInit" /> is not paired with a call to <see cref="M:Microsoft.Windows.Shell.JumpList.BeginInit" />.</exception>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
98 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
99 <member name="M:Microsoft.Windows.Shell.JumpList.GetJumpList(System.Windows.Application)">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
100 <summary>Returns the <see cref="T:Microsoft.Windows.Shell.JumpList" /> object associated with an application.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
101 <returns>The <see cref="T:Microsoft.Windows.Shell.JumpList" /> object associated with the specified application.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
102 <param name="application">The application associated with the <see cref="T:Microsoft.Windows.Shell.JumpList" />.</param>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
103 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
104 <member name="P:Microsoft.Windows.Shell.JumpList.JumpItems">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
105 <summary>Gets the collection of <see cref="T:Microsoft.Windows.Shell.JumpItem" /> objects that are displayed in the Jump List.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
106 <returns>The collection of <see cref="T:Microsoft.Windows.Shell.JumpItem" /> objects displayed in the Jump List. The default is an empty collection.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
107 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
108 <member name="E:Microsoft.Windows.Shell.JumpList.JumpItemsRejected">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
109 <summary>Occurs when jump items are not successfully added to the Jump List by the Windows shell.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
110 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
111 <member name="E:Microsoft.Windows.Shell.JumpList.JumpItemsRemovedByUser">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
112 <summary>Occurs when jump items previously in the Jump List are removed from the list by the user.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
113 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
114 <member name="M:Microsoft.Windows.Shell.JumpList.SetJumpList(System.Windows.Application,Microsoft.Windows.Shell.JumpList)">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
115 <summary>Sets the <see cref="T:Microsoft.Windows.Shell.JumpList" /> object associated with an application.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
116 <param name="application">The application associated with the <see cref="T:Microsoft.Windows.Shell.JumpList" />.</param>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
117 <param name="value">The <see cref="T:Microsoft.Windows.Shell.JumpList" /> to associate with the application.</param>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
118 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
119 <member name="P:Microsoft.Windows.Shell.JumpList.ShowFrequentCategory">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
120 <summary>Gets or sets a value that indicates whether frequently used items are displayed in the Jump List.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
121 <returns>true if frequently used items are displayed in the Jump List; otherwise, false. The default is false.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
122 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
123 <member name="P:Microsoft.Windows.Shell.JumpList.ShowRecentCategory">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
124 <summary>Gets or sets a value that indicates whether recently used items are displayed in the Jump List.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
125 <returns>true if recently used items are displayed in the Jump List; otherwise, false. The default is false.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
126 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
127 <member name="T:Microsoft.Windows.Shell.JumpPath">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
128 <summary>Represents a link to a file that is displayed in a Windows 7 taskbar Jump List.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
129 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
130 <member name="M:Microsoft.Windows.Shell.JumpPath.#ctor">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
131 <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Shell.JumpPath" /> class.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
132 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
133 <member name="P:Microsoft.Windows.Shell.JumpPath.Path">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
134 <summary>Gets or sets the path to the file to be included in the Jump List.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
135 <returns>The path to the file to be included in the Jump List.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
136 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
137 <member name="T:Microsoft.Windows.Shell.JumpTask">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
138 <summary>Represents a shortcut to an application in the Windows 7 taskbar Jump List.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
139 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
140 <member name="M:Microsoft.Windows.Shell.JumpTask.#ctor">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
141 <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Shell.JumpTask" /> class.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
142 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
143 <member name="P:Microsoft.Windows.Shell.JumpTask.ApplicationPath">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
144 <summary>Gets or sets the path to the application.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
145 <returns>The path to the application. The default is null.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
146 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
147 <member name="P:Microsoft.Windows.Shell.JumpTask.Arguments">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
148 <summary>Gets or sets the arguments passed to the application on startup.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
149 <returns>The arguments passed to the application on startup. The default is null.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
150 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
151 <member name="P:Microsoft.Windows.Shell.JumpTask.Description">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
152 <summary>Gets or sets the text displayed in the tooltip for the task in the Jump List.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
153 <returns>The text displayed in the tooltip for the task. The default is null.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
154 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
155 <member name="P:Microsoft.Windows.Shell.JumpTask.IconResourceIndex">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
156 <summary>Gets or sets the zero-based index of an icon embedded in a resource.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
157 <returns>The zero-based index of the icon, or -1 if no icon is used. The default is 0.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
158 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
159 <member name="P:Microsoft.Windows.Shell.JumpTask.IconResourcePath">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
160 <summary>Gets or sets the path to a resource that contains the icon to display in the Jump List.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
161 <returns>The path to a resource that contains the icon. The default is null.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
162 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
163 <member name="P:Microsoft.Windows.Shell.JumpTask.Title">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
164 <summary>Gets or sets the text displayed for the task in the Jump List.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
165 <returns>The text displayed for the task in the Jump List. The default is null.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
166 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
167 <member name="P:Microsoft.Windows.Shell.JumpTask.WorkingDirectory">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
168 <summary>Gets or sets the working directory of the application on startup.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
169 <returns>The working directory of the application on startup. The default is null.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
170 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
171 <member name="T:Microsoft.Windows.Shell.NonClientFrameEdges">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
172 <summary>Specifies constants that indicate which edges of the window frame are not owned by the client.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
173 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
174 <member name="F:Microsoft.Windows.Shell.NonClientFrameEdges.None">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
175 <summary>All edges are owned by the client (value = 0).</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
176 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
177 <member name="F:Microsoft.Windows.Shell.NonClientFrameEdges.Left">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
178 <summary>The left edge is not owned by the client (value = 1).</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
179 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
180 <member name="F:Microsoft.Windows.Shell.NonClientFrameEdges.Top">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
181 <summary>The top edge is not owned by the client (value = 2).</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
182 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
183 <member name="F:Microsoft.Windows.Shell.NonClientFrameEdges.Right">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
184 <summary>The right edge is not owned by the client (value = 4).</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
185 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
186 <member name="F:Microsoft.Windows.Shell.NonClientFrameEdges.Bottom">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
187 <summary>The bottom edge is not owned by the client (value = 8).</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
188 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
189 <member name="T:Microsoft.Windows.Shell.ResizeGripDirection">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
190 <summary>Specifies constants that indicate the direction of the resize grip behavior on an input element.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
191 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
192 <member name="F:Microsoft.Windows.Shell.ResizeGripDirection.None">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
193 <summary>No resize behavior is specified.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
194 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
195 <member name="F:Microsoft.Windows.Shell.ResizeGripDirection.TopLeft">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
196 <summary>The window resizes from its top-left corner.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
197 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
198 <member name="F:Microsoft.Windows.Shell.ResizeGripDirection.Top">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
199 <summary>The window resizes from its top edge.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
200 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
201 <member name="F:Microsoft.Windows.Shell.ResizeGripDirection.TopRight">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
202 <summary>The window resizes from its top-right corner.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
203 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
204 <member name="F:Microsoft.Windows.Shell.ResizeGripDirection.Right">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
205 <summary>The window resizes from its right edge.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
206 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
207 <member name="F:Microsoft.Windows.Shell.ResizeGripDirection.BottomRight">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
208 <summary>The window resizes from its bottom-right corner.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
209 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
210 <member name="F:Microsoft.Windows.Shell.ResizeGripDirection.Bottom">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
211 <summary>The window resizes from its bottom edge.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
212 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
213 <member name="F:Microsoft.Windows.Shell.ResizeGripDirection.BottomLeft">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
214 <summary>The window resizes from its bottom-left corner.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
215 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
216 <member name="F:Microsoft.Windows.Shell.ResizeGripDirection.Left">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
217 <summary>The windows resizes from its left edge.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
218 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
219 <member name="T:Microsoft.Windows.Shell.SystemCommands">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
220 <summary>Defines routed commands that are common to window management.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
221 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
222 <member name="M:Microsoft.Windows.Shell.SystemCommands.CloseWindow(System.Windows.Window)">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
223 <summary>Closes the specified window.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
224 <param name="window">The window to close.</param>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
225 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
226 <member name="P:Microsoft.Windows.Shell.SystemCommands.CloseWindowCommand">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
227 <summary>Gets a command that closes a window.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
228 <returns>A command that closes a window.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
229 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
230 <member name="M:Microsoft.Windows.Shell.SystemCommands.MaximizeWindow(System.Windows.Window)">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
231 <summary>Maximizes the specified window.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
232 <param name="window">The window to maximize.</param>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
233 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
234 <member name="P:Microsoft.Windows.Shell.SystemCommands.MaximizeWindowCommand">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
235 <summary>Gets a command that maximizes a window.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
236 <returns>A command that maximizes a window.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
237 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
238 <member name="M:Microsoft.Windows.Shell.SystemCommands.MinimizeWindow(System.Windows.Window)">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
239 <summary>Minimizes the specified window.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
240 <param name="window">The window to minimize.</param>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
241 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
242 <member name="P:Microsoft.Windows.Shell.SystemCommands.MinimizeWindowCommand">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
243 <summary>Gets a command that maximizes a window.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
244 <returns>A command that maximizes a window.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
245 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
246 <member name="M:Microsoft.Windows.Shell.SystemCommands.RestoreWindow(System.Windows.Window)">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
247 <summary>Restores the specified widow.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
248 <param name="window">The window to restore.</param>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
249 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
250 <member name="P:Microsoft.Windows.Shell.SystemCommands.RestoreWindowCommand">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
251 <summary>Gets a command that restores a window.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
252 <returns>A command that restores a window.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
253 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
254 <member name="M:Microsoft.Windows.Shell.SystemCommands.ShowSystemMenu(System.Windows.Window,System.Windows.Point)">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
255 <summary>Displays the system menu for the specified window.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
256 <param name="window">The window to have its system menu displayed.</param>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
257 <param name="screenLocation">The location of the system menu.</param>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
258 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
259 <member name="P:Microsoft.Windows.Shell.SystemCommands.ShowSystemMenuCommand">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
260 <summary>Gets a command that displays the system menu.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
261 <returns>A command that displays the system menu.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
262 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
263 <member name="T:Microsoft.Windows.Shell.SystemParameters2">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
264 <summary>Contains properties that you can use to query system settings of the non-client area of a window.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
265 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
266 <member name="P:Microsoft.Windows.Shell.SystemParameters2.Current">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
267 <summary>Gets an instance of the <see cref="T:Microsoft.Windows.Shell.SystemParameters2" /> class.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
268 <returns>An instance of the <see cref="T:Microsoft.Windows.Shell.SystemParameters2" /> class.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
269 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
270 <member name="P:Microsoft.Windows.Shell.SystemParameters2.HighContrast">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
271 <summary>Gets a value that indicates whether the high contrast feature is being used. </summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
272 <returns>true if the high contrast feature is being used; otherwise, false.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
273 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
274 <member name="P:Microsoft.Windows.Shell.SystemParameters2.IsGlassEnabled">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
275 <summary>Gets a value that indicates whether glass window frames are being used.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
276 <returns>true if glass window frames are being used; otherwise, false.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
277 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
278 <member name="E:Microsoft.Windows.Shell.SystemParameters2.PropertyChanged">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
279 <summary>Occurs when one of the properties changes.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
280 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
281 <member name="P:Microsoft.Windows.Shell.SystemParameters2.SmallIconSize">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
282 <summary>Gets the recommended size, in pixels, of a small icon. </summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
283 <returns>The recommended size, in pixels, of a small icon. </returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
284 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
285 <member name="P:Microsoft.Windows.Shell.SystemParameters2.UxThemeColor">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
286 <summary>Gets the color theme name.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
287 <returns>The color theme name.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
288 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
289 <member name="P:Microsoft.Windows.Shell.SystemParameters2.UxThemeName">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
290 <summary>Gets the theme name.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
291 <returns>The theme name.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
292 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
293 <member name="P:Microsoft.Windows.Shell.SystemParameters2.WindowCaptionButtonsLocation">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
294 <summary>Gets a <see cref="T:System.Windows.Rect" /> that indicates the default location of the minimize, maximize, and close buttons.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
295 <returns>An object that indicates the default location of the minimize, maximize, and close buttons.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
296 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
297 <member name="P:Microsoft.Windows.Shell.SystemParameters2.WindowCaptionHeight">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
298 <summary>Gets the height of the area that contains the minimize, maximize, and close buttons.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
299 <returns>The height of the area that contains the minimize, maximize, and close buttons.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
300 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
301 <member name="P:Microsoft.Windows.Shell.SystemParameters2.WindowCornerRadius">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
302 <summary>Gets the degree to which the corners of a window are rounded.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
303 <returns>The degree to which the corners of a window are rounded.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
304 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
305 <member name="P:Microsoft.Windows.Shell.SystemParameters2.WindowGlassBrush">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
306 <summary>Gets the brush that paints the glass window frame.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
307 <returns>The brush that paints the glass window frame.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
308 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
309 <member name="P:Microsoft.Windows.Shell.SystemParameters2.WindowGlassColor">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
310 <summary>Gets the color that is used to paint the glass window frame.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
311 <returns>The color that is used to paint the glass window frame.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
312 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
313 <member name="P:Microsoft.Windows.Shell.SystemParameters2.WindowNonClientFrameThickness">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
314 <summary>Gets the size of the non-client area of the window.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
315 <returns>The size of the non-client area of the window, in device-independent pixels (1/96th of an inch).</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
316 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
317 <member name="P:Microsoft.Windows.Shell.SystemParameters2.WindowResizeBorderThickness">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
318 <summary>Gets the size of the resizing border around the window.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
319 <returns>The size of the resizing border around the window, in device-independent pixels (1/96th of an inch).</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
320 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
321 <member name="T:Microsoft.Windows.Shell.TaskbarItemInfo">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
322 <summary>Represents information about how the taskbar thumbnail is displayed.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
323 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
324 <member name="M:Microsoft.Windows.Shell.TaskbarItemInfo.#ctor">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
325 <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Shell.TaskbarItemInfo" /> class.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
326 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
327 <member name="P:Microsoft.Windows.Shell.TaskbarItemInfo.Description">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
328 <summary>Gets or sets the text for the taskbar item tooltip.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
329 <returns>The text for the taskbar item tooltip. The default is an empty string.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
330 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
331 <member name="F:Microsoft.Windows.Shell.TaskbarItemInfo.DescriptionProperty">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
332 <summary>Identifies the <see cref="P:Microsoft.Windows.Shell.TaskbarItemInfo.Description" /> dependency property. </summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
333 <returns>The identifier for the <see cref="P:Microsoft.Windows.Shell.TaskbarItemInfo.Description" /> dependency property.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
334 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
335 <member name="M:Microsoft.Windows.Shell.TaskbarItemInfo.GetTaskbarItemInfo(System.Windows.Window)">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
336 <summary>Gets the value of the <see cref="P:Microsoft.Windows.Shell.TaskbarItemInfo.TaskbarItemInfo" /> attached property for an object.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
337 <returns>The object’s <see cref="P:Microsoft.Windows.Shell.TaskbarItemInfo.TaskbarItemInfo" /> property value.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
338 <param name="window">The object from which the property value is read.</param>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
339 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
340 <member name="P:Microsoft.Windows.Shell.TaskbarItemInfo.Overlay">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
341 <summary>Gets or sets the image that is displayed over the program icon in the taskbar button.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
342 <returns>The image that is displayed over the program icon in the taskbar button. The default is null.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
343 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
344 <member name="F:Microsoft.Windows.Shell.TaskbarItemInfo.OverlayProperty">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
345 <summary>Identifies the <see cref="P:Microsoft.Windows.Shell.TaskbarItemInfo.Overlay" /> dependency property. </summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
346 <returns>The identifier for the <see cref="P:Microsoft.Windows.Shell.TaskbarItemInfo.Overlay" /> dependency property.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
347 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
348 <member name="P:Microsoft.Windows.Shell.TaskbarItemInfo.ProgressState">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
349 <summary>Gets or sets a value that indicates how the progress indicator is displayed in the taskbar button.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
350 <returns>An enumeration value that indicates how the progress indicator is displayed in the taskbar button. The default is <see cref="F:Microsoft.Windows.Shell.TaskbarItemProgressState.None" />.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
351 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
352 <member name="F:Microsoft.Windows.Shell.TaskbarItemInfo.ProgressStateProperty">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
353 <summary>Identifies the <see cref="P:Microsoft.Windows.Shell.TaskbarItemInfo.ProgressState" /> dependency property. </summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
354 <returns>The identifier for the <see cref="P:Microsoft.Windows.Shell.TaskbarItemInfo.ProgressState" /> dependency property.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
355 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
356 <member name="P:Microsoft.Windows.Shell.TaskbarItemInfo.ProgressValue">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
357 <summary>Gets or sets a value that indicates the fullness of the progress indicator in the taskbar button.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
358 <returns>A value that indicates the fullness of the progress indicator in the taskbar button. The default is 0.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
359 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
360 <member name="F:Microsoft.Windows.Shell.TaskbarItemInfo.ProgressValueProperty">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
361 <summary>Identifies the <see cref="P:Microsoft.Windows.Shell.TaskbarItemInfo.ProgressValue" /> dependency property. </summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
362 <returns>The identifier for the <see cref="P:Microsoft.Windows.Shell.TaskbarItemInfo.ProgressValue" /> dependency property.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
363 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
364 <member name="M:Microsoft.Windows.Shell.TaskbarItemInfo.SetTaskbarItemInfo(System.Windows.Window,Microsoft.Windows.Shell.TaskbarItemInfo)">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
365 <summary>Sets the value of the <see cref="P:Microsoft.Windows.Shell.TaskbarItemInfo.TaskbarItemInfo" /> attached property for an object.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
366 <param name="window">The object to which the attached property is written.</param>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
367 <param name="value">The value to set.</param>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
368 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
369 <member name="P:Microsoft.Windows.Shell.TaskbarItemInfo.TaskbarItemInfo">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
370 <summary>Gets or sets a <see cref="T:Microsoft.Windows.Shell.TaskbarItemInfo" /> that is attached to a window.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
371 <returns>The <see cref="T:Microsoft.Windows.Shell.TaskbarItemInfo" /> that is attached to the window.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
372 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
373 <member name="F:Microsoft.Windows.Shell.TaskbarItemInfo.TaskbarItemInfoProperty">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
374 <summary>Identifies the <see cref="P:Microsoft.Windows.Shell.TaskbarItemInfo.TaskbarItemInfo" /> dependency property.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
375 <returns>The identifier for the <see cref="P:Microsoft.Windows.Shell.TaskbarItemInfo.TaskbarItemInfo" /> dependency property.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
376 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
377 <member name="P:Microsoft.Windows.Shell.TaskbarItemInfo.ThumbButtonInfos">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
378 <summary>Gets or sets the collection of <see cref="T:Microsoft.Windows.Shell.ThumbButtonInfo" /> objects that are associated with the <see cref="T:System.Windows.Window" />.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
379 <returns>The collection of <see cref="T:Microsoft.Windows.Shell.ThumbButtonInfo" /> objects that are associated with the <see cref="T:System.Windows.Window" />. The default is an empty collection.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
380 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
381 <member name="F:Microsoft.Windows.Shell.TaskbarItemInfo.ThumbButtonInfosProperty">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
382 <summary>Identifies the <see cref="P:Microsoft.Windows.Shell.TaskbarItemInfo.ThumbButtonInfos" /> dependency property. </summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
383 <returns>The identifier for the <see cref="P:Microsoft.Windows.Shell.TaskbarItemInfo.ThumbButtonInfos" /> dependency property.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
384 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
385 <member name="P:Microsoft.Windows.Shell.TaskbarItemInfo.ThumbnailClipMargin">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
386 <summary>Gets or sets a value that specifies the part of the application window's client area that is displayed in the taskbar thumbnail.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
387 <returns>A value that specifies the part of the application window's client area that is displayed in the taskbar thumbnail. The default is an empty <see cref="T:System.Windows.Thickness" />.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
388 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
389 <member name="F:Microsoft.Windows.Shell.TaskbarItemInfo.ThumbnailClipMarginProperty">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
390 <summary>Identifies the <see cref="P:Microsoft.Windows.Shell.TaskbarItemInfo.ThumbnailClipMargin" /> dependency property. </summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
391 <returns>The identifier for the <see cref="P:Microsoft.Windows.Shell.TaskbarItemInfo.ThumbnailClipMargin" /> dependency property.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
392 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
393 <member name="T:Microsoft.Windows.Shell.TaskbarItemProgressState">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
394 <summary>Specifies the state of the progress indicator in the Windows taskbar.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
395 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
396 <member name="F:Microsoft.Windows.Shell.TaskbarItemProgressState.None">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
397 <summary>No progress indicator is displayed in the taskbar button.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
398 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
399 <member name="F:Microsoft.Windows.Shell.TaskbarItemProgressState.Indeterminate">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
400 <summary>A pulsing green indicator is displayed in the taskbar button.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
401 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
402 <member name="F:Microsoft.Windows.Shell.TaskbarItemProgressState.Normal">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
403 <summary>A green progress indicator is displayed in the taskbar button.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
404 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
405 <member name="F:Microsoft.Windows.Shell.TaskbarItemProgressState.Error">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
406 <summary>A red progress indicator is displayed in the taskbar button.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
407 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
408 <member name="F:Microsoft.Windows.Shell.TaskbarItemProgressState.Paused">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
409 <summary>A yellow progress indicator is displayed in the taskbar button.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
410 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
411 <member name="T:Microsoft.Windows.Shell.ThumbButtonInfo">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
412 <summary>Represents information about how to display a button in the Windows 7 taskbar thumbnail.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
413 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
414 <member name="M:Microsoft.Windows.Shell.ThumbButtonInfo.#ctor">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
415 <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Shell.ThumbButtonInfo" /> class.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
416 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
417 <member name="E:Microsoft.Windows.Shell.ThumbButtonInfo.Click">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
418 <summary>Occurs when the thumbnail button is clicked.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
419 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
420 <member name="P:Microsoft.Windows.Shell.ThumbButtonInfo.Command">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
421 <summary>Gets or sets the command to invoke when this thumbnail button is clicked.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
422 <returns>The command to invoke when this thumbnail button is clicked. The default is null.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
423 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
424 <member name="P:Microsoft.Windows.Shell.ThumbButtonInfo.CommandParameter">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
425 <summary>Gets or sets the parameter to pass to the <see cref="P:Microsoft.Windows.Shell.ThumbButtonInfo.Command" /> property.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
426 <returns>The parameter to pass to the <see cref="P:Microsoft.Windows.Shell.ThumbButtonInfo.Command" /> property. The default is null.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
427 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
428 <member name="F:Microsoft.Windows.Shell.ThumbButtonInfo.CommandParameterProperty">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
429 <summary>Identifies the <see cref="P:Microsoft.Windows.Shell.ThumbButtonInfo.CommandParameter" /> dependency property. </summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
430 <returns>The identifier for the <see cref="P:Microsoft.Windows.Shell.ThumbButtonInfo.CommandParameter" /> dependency property.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
431 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
432 <member name="F:Microsoft.Windows.Shell.ThumbButtonInfo.CommandProperty">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
433 <summary>Identifies the <see cref="P:Microsoft.Windows.Shell.ThumbButtonInfo.Command" /> dependency property. </summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
434 <returns>The identifier for the <see cref="P:Microsoft.Windows.Shell.ThumbButtonInfo.Command" /> dependency property.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
435 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
436 <member name="P:Microsoft.Windows.Shell.ThumbButtonInfo.CommandTarget">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
437 <summary>Gets or sets the element on which to raise the specified command.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
438 <returns>The element on which to raise the specified command. The default is null.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
439 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
440 <member name="F:Microsoft.Windows.Shell.ThumbButtonInfo.CommandTargetProperty">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
441 <summary>Identifies the <see cref="P:Microsoft.Windows.Shell.ThumbButtonInfo.CommandTarget" /> dependency property. </summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
442 <returns>The identifier for the <see cref="P:Microsoft.Windows.Shell.ThumbButtonInfo.CommandTarget" /> dependency property.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
443 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
444 <member name="P:Microsoft.Windows.Shell.ThumbButtonInfo.Description">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
445 <summary>Gets or sets the text to display for the thumbnail button tooltip.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
446 <returns>The text to display for the thumbnail button tooltip. The default is an empty string.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
447 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
448 <member name="F:Microsoft.Windows.Shell.ThumbButtonInfo.DescriptionProperty">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
449 <summary>Identifies the <see cref="P:Microsoft.Windows.Shell.ThumbButtonInfo.Description" /> dependency property. </summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
450 <returns>The identifier for the <see cref="P:Microsoft.Windows.Shell.ThumbButtonInfo.Description" /> dependency property.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
451 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
452 <member name="P:Microsoft.Windows.Shell.ThumbButtonInfo.DismissWhenClicked">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
453 <summary>Gets or sets a value that indicates whether the taskbar thumbnail closes when the thumbnail button is clicked.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
454 <returns>true if the thumbnail closes; otherwise, false. The default is false.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
455 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
456 <member name="F:Microsoft.Windows.Shell.ThumbButtonInfo.DismissWhenClickedProperty">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
457 <summary>Identifies the <see cref="P:Microsoft.Windows.Shell.ThumbButtonInfo.DismissWhenClicked" /> dependency property. </summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
458 <returns>The identifier for the <see cref="P:Microsoft.Windows.Shell.ThumbButtonInfo.DismissWhenClicked" /> dependency property.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
459 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
460 <member name="P:Microsoft.Windows.Shell.ThumbButtonInfo.ImageSource">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
461 <summary>Gets or sets the image that is displayed on the thumbnail button.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
462 <returns>The image that is displayed on the thumbnail button. The default is null.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
463 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
464 <member name="F:Microsoft.Windows.Shell.ThumbButtonInfo.ImageSourceProperty">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
465 <summary>Identifies the <see cref="P:Microsoft.Windows.Shell.ThumbButtonInfo.ImageSource" /> dependency property. </summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
466 <returns>The identifier for the <see cref="P:Microsoft.Windows.Shell.ThumbButtonInfo.ImageSource" /> dependency property.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
467 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
468 <member name="P:Microsoft.Windows.Shell.ThumbButtonInfo.IsBackgroundVisible">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
469 <summary>Gets or sets a value that indicates whether a border and highlight is displayed around the thumbnail button.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
470 <returns>true if a border and highlight is displayed around the thumbnail button; otherwise, false. The default is true.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
471 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
472 <member name="F:Microsoft.Windows.Shell.ThumbButtonInfo.IsBackgroundVisibleProperty">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
473 <summary>Identifies the <see cref="P:Microsoft.Windows.Shell.ThumbButtonInfo.IsBackgroundVisible" /> dependency property. </summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
474 <returns>The identifier for the <see cref="P:Microsoft.Windows.Shell.ThumbButtonInfo.IsBackgroundVisible" /> dependency property.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
475 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
476 <member name="P:Microsoft.Windows.Shell.ThumbButtonInfo.IsEnabled">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
477 <summary>Gets or sets a value that indicates whether the thumbnail button is enabled.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
478 <returns>true if the thumbnail button is enabled; otherwise, false. The default is true.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
479 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
480 <member name="F:Microsoft.Windows.Shell.ThumbButtonInfo.IsEnabledProperty">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
481 <summary>Identifies the <see cref="P:Microsoft.Windows.Shell.ThumbButtonInfo.IsEnabled" /> dependency property. </summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
482 <returns>The identifier for the <see cref="P:Microsoft.Windows.Shell.ThumbButtonInfo.IsEnabled" /> dependency property.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
483 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
484 <member name="P:Microsoft.Windows.Shell.ThumbButtonInfo.IsInteractive">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
485 <summary>Gets or sets a value that indicates whether the user can interact with the thumbnail button.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
486 <returns>true if the user can interact with the thumbnail button; otherwise, false. The default is true.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
487 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
488 <member name="F:Microsoft.Windows.Shell.ThumbButtonInfo.IsInteractiveProperty">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
489 <summary>Identifies the <see cref="P:Microsoft.Windows.Shell.ThumbButtonInfo.IsInteractive" /> dependency property. </summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
490 <returns>The identifier for the <see cref="P:Microsoft.Windows.Shell.ThumbButtonInfo.IsInteractive" /> dependency property.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
491 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
492 <member name="P:Microsoft.Windows.Shell.ThumbButtonInfo.Visibility">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
493 <summary>Gets or sets a value that specifies the display state of the thumbnail button.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
494 <returns>An enumeration value that specifies the display state of the thumbnail button. The default is <see cref="F:System.Windows.Visibility.Visible" />.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
495 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
496 <member name="F:Microsoft.Windows.Shell.ThumbButtonInfo.VisibilityProperty">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
497 <summary>Identifies the <see cref="P:Microsoft.Windows.Shell.ThumbButtonInfo.Visibility" /> dependency property. </summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
498 <returns>The identifier for the <see cref="P:Microsoft.Windows.Shell.ThumbButtonInfo.Visibility" /> dependency property.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
499 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
500 <member name="T:Microsoft.Windows.Shell.ThumbButtonInfoCollection">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
501 <summary>Represents a collection of <see cref="T:Microsoft.Windows.Shell.ThumbButtonInfo" /> objects that are associated with a <see cref="T:System.Windows.Window" />.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
502 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
503 <member name="M:Microsoft.Windows.Shell.ThumbButtonInfoCollection.#ctor">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
504 <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Shell.ThumbButtonInfoCollection" /> class.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
505 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
506 <member name="M:Microsoft.Windows.Shell.ThumbButtonInfoCollection.CreateInstanceCore">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
507 <summary>Creates a new instance of the collection.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
508 <returns>The new instance of the collection.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
509 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
510 <member name="T:Microsoft.Windows.Shell.WindowChrome">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
511 <summary>Represents an object that describes the customizations to the non-client area of a window.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
512 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
513 <member name="M:Microsoft.Windows.Shell.WindowChrome.#ctor">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
514 <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Shell.WindowChrome" /> class.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
515 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
516 <member name="P:Microsoft.Windows.Shell.WindowChrome.CaptionHeight">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
517 <summary>Gets or sets the height of the caption area at the top of a window.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
518 <returns>The height of the caption area.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
519 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
520 <member name="F:Microsoft.Windows.Shell.WindowChrome.CaptionHeightProperty">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
521 <summary>Identifies the <see cref="P:Microsoft.Windows.Shell.WindowChrome.CaptionHeight" /> dependency property.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
522 <returns>The identifier for the <see cref="P:Microsoft.Windows.Shell.WindowChrome.CaptionHeight" /> dependency property.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
523 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
524 <member name="P:Microsoft.Windows.Shell.WindowChrome.CornerRadius">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
525 <summary>Gets or sets a value that indicates the amount that the corners of a window are rounded.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
526 <returns>A value that describes the amount that corners are rounded.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
527 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
528 <member name="F:Microsoft.Windows.Shell.WindowChrome.CornerRadiusProperty">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
529 <summary>Identifies the <see cref="P:Microsoft.Windows.Shell.WindowChrome.CornerRadius" /> dependency property.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
530 <returns>The identifier for the <see cref="P:Microsoft.Windows.Shell.WindowChrome.CornerRadius" /> dependency property.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
531 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
532 <member name="M:Microsoft.Windows.Shell.WindowChrome.CreateInstanceCore">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
533 <summary>Creates a new instance of the <see cref="T:Microsoft.Windows.Shell.WindowChrome" /> class.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
534 <returns>The new instance of this class.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
535 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
536 <member name="M:Microsoft.Windows.Shell.WindowChrome.GetIsHitTestVisibleInChrome(System.Windows.IInputElement)">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
537 <summary>Gets the value of the <see cref="P:Microsoft.Windows.Shell.WindowChrome.IsHitTestVisibleInChrome" /> attached property from the specified input element.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
538 <returns>The value of the <see cref="P:Microsoft.Windows.Shell.WindowChrome.IsHitTestVisibleInChrome" /> attached property.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
539 <param name="inputElement">The input element from which to read the property value.</param>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
540 <exception cref="T:System.ArgumentNullException">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
541 <paramref name="inputElement" /> is null.</exception>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
542 <exception cref="T:System.ArgumentException">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
543 <paramref name="inputElement" /> is not a <see cref="T:System.Windows.DependencyObject" />.</exception>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
544 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
545 <member name="M:Microsoft.Windows.Shell.WindowChrome.GetResizeGripDirection(System.Windows.IInputElement)">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
546 <summary>Gets the value of the <see cref="P:Microsoft.Windows.Shell.WindowChrome.ResizeGripDirection" /> attached property from the specified input element.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
547 <returns>The value of the <see cref="P:Microsoft.Windows.Shell.WindowChrome.ResizeGripDirection" /> attached property.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
548 <param name="inputElement">The input element from which to read the property value.</param>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
549 <exception cref="T:System.ArgumentNullException">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
550 <paramref name="inputElement" /> is null.</exception>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
551 <exception cref="T:System.ArgumentException">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
552 <paramref name="inputElement" /> is not a <see cref="T:System.Windows.DependencyObject" />.</exception>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
553 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
554 <member name="M:Microsoft.Windows.Shell.WindowChrome.GetWindowChrome(System.Windows.Window)">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
555 <summary>Gets the value of the <see cref="P:Microsoft.Windows.Shell.WindowChrome.WindowChrome" /> attached property from the specified <see cref="T:System.Windows.Window" />.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
556 <returns>The instance of <see cref="T:Microsoft.Windows.Shell.WindowChrome" /> that is attached to the specified <see cref="T:System.Windows.Window" />.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
557 <param name="window">The <see cref="T:System.Windows.Window" /> from which to read the property value.</param>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
558 <exception cref="T:System.ArgumentNullException">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
559 <paramref name="window" /> is null.</exception>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
560 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
561 <member name="P:Microsoft.Windows.Shell.WindowChrome.GlassFrameCompleteThickness">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
562 <summary>Gets a uniform thickness of -1.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
563 <returns>A uniform thickness of -1 in all cases.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
564 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
565 <member name="P:Microsoft.Windows.Shell.WindowChrome.GlassFrameThickness">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
566 <summary>Gets or sets a value that indicates the width of the glass border around a window.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
567 <returns>The width of the glass border around a window.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
568 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
569 <member name="F:Microsoft.Windows.Shell.WindowChrome.GlassFrameThicknessProperty">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
570 <summary>Identifies the <see cref="P:Microsoft.Windows.Shell.WindowChrome.GlassFrameThickness" /> dependency property.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
571 <returns>The identifier for the <see cref="P:Microsoft.Windows.Shell.WindowChrome.GlassFrameThickness" /> dependency property.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
572 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
573 <member name="P:Microsoft.Windows.Shell.WindowChrome.IsHitTestVisibleInChrome">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
574 <summary>Gets or sets a value that indicates whether WPF hit-testing is enabled on the part of an element that is in the non-client area of a window.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
575 <returns>true if hit testing is enabled in the non-client area; otherwise, false. The registered default is false. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
576 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
577 <member name="F:Microsoft.Windows.Shell.WindowChrome.IsHitTestVisibleInChromeProperty">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
578 <summary>Identifies the <see cref="P:Microsoft.Windows.Shell.WindowChrome.IsHitTestVisibleInChrome" /> dependency property.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
579 <returns>The identifier for the <see cref="P:Microsoft.Windows.Shell.WindowChrome.IsHitTestVisibleInChrome" /> dependency property.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
580 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
581 <member name="P:Microsoft.Windows.Shell.WindowChrome.NonClientFrameEdges">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
582 <summary>Gets or sets a value that indicates which edges of the window frame are not owned by the client.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
583 <returns>A bitwise combination of the enumeration values that specify which edges of the frame are not owned by the client.The registered default is <see cref="F:Microsoft.Windows.Shell.NonClientFrameEdges.None" />. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
584 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
585 <member name="F:Microsoft.Windows.Shell.WindowChrome.NonClientFrameEdgesProperty">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
586 <summary>Identifies the <see cref="P:Microsoft.Windows.Shell.WindowChrome.NonClientFrameEdges" /> dependency property.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
587 <returns>The identifier for the <see cref="P:Microsoft.Windows.Shell.WindowChrome.NonClientFrameEdges" /> dependency property.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
588 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
589 <member name="P:Microsoft.Windows.Shell.WindowChrome.ResizeBorderThickness">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
590 <summary>Gets or sets a value that indicates the width of the border that is used to resize a window.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
591 <returns>The width of the border that is used to resize a window.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
592 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
593 <member name="F:Microsoft.Windows.Shell.WindowChrome.ResizeBorderThicknessProperty">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
594 <summary>Identifies the <see cref="P:Microsoft.Windows.Shell.WindowChrome.ResizeBorderThickness" /> dependency property.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
595 <returns>The identifier for the <see cref="P:Microsoft.Windows.Shell.WindowChrome.ResizeBorderThickness" /> dependency property.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
596 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
597 <member name="P:Microsoft.Windows.Shell.WindowChrome.ResizeGripDirection">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
598 <summary>Gets or sets a value that indicates the direction of the resize grip behavior on an input element.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
599 <returns>One of the enumeration values that indicates the direction of the resize grip. The registered default is <see cref="F:Microsoft.Windows.Shell.ResizeGripDirection.None" />. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
600 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
601 <member name="F:Microsoft.Windows.Shell.WindowChrome.ResizeGripDirectionProperty">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
602 <summary>Identifies the <see cref="P:Microsoft.Windows.Shell.WindowChrome.ResizeGripDirection" /> dependency property.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
603 <returns>The identifier for the <see cref="P:Microsoft.Windows.Shell.WindowChrome.ResizeGripDirection" /> dependency property.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
604 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
605 <member name="M:Microsoft.Windows.Shell.WindowChrome.SetIsHitTestVisibleInChrome(System.Windows.IInputElement,System.Boolean)">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
606 <summary>Sets the value of the <see cref="P:Microsoft.Windows.Shell.WindowChrome.IsHitTestVisibleInChrome" /> attached property on the specified input element.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
607 <param name="inputElement">The element on which to set the <see cref="P:Microsoft.Windows.Shell.WindowChrome.IsHitTestVisibleInChrome" /> attached property.</param>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
608 <param name="hitTestVisible">The property value to set.</param>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
609 <exception cref="T:System.ArgumentNullException">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
610 <paramref name="inputElement" /> is null.</exception>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
611 <exception cref="T:System.ArgumentException">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
612 <paramref name="inputElement" /> is not a <see cref="T:System.Windows.DependencyObject" />.</exception>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
613 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
614 <member name="M:Microsoft.Windows.Shell.WindowChrome.SetResizeGripDirection(System.Windows.IInputElement,Microsoft.Windows.Shell.ResizeGripDirection)">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
615 <summary>Sets the value of the <see cref="P:Microsoft.Windows.Shell.WindowChrome.ResizeGripDirection" /> attached property on the specified input element.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
616 <param name="inputElement">The element on which to set the <see cref="P:Microsoft.Windows.Shell.WindowChrome.ResizeGripDirection" /> attached property.</param>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
617 <param name="direction">The property value to set.</param>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
618 <exception cref="T:System.ArgumentNullException">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
619 <paramref name="inputElement" /> is null.</exception>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
620 <exception cref="T:System.ArgumentException">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
621 <paramref name="inputElement" /> is not a <see cref="T:System.Windows.DependencyObject" />.</exception>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
622 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
623 <member name="M:Microsoft.Windows.Shell.WindowChrome.SetWindowChrome(System.Windows.Window,Microsoft.Windows.Shell.WindowChrome)">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
624 <summary>Sets the value of the <see cref="P:Microsoft.Windows.Shell.WindowChrome.WindowChrome" /> attached property on the specified <see cref="T:System.Windows.Window" />.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
625 <param name="window">The <see cref="T:System.Windows.Window" /> on which to set the <see cref="P:Microsoft.Windows.Shell.WindowChrome.WindowChrome" /> attached property.</param>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
626 <param name="chrome">The instance of <see cref="T:Microsoft.Windows.Shell.WindowChrome" /> to set.</param>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
627 <exception cref="T:System.ArgumentNullException">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
628 <paramref name="window" /> is null.</exception>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
629 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
630 <member name="P:Microsoft.Windows.Shell.WindowChrome.UseAeroCaptionButtons">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
631 <summary>Gets or sets a value that indicates whether the Windows Aero caption buttons are shown.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
632 <returns>The registered default is true. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
633 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
634 <member name="F:Microsoft.Windows.Shell.WindowChrome.UseAeroCaptionButtonsProperty">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
635 <summary>Identifies the <see cref="P:Microsoft.Windows.Shell.WindowChrome.UseAeroCaptionButtons" /> dependency property.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
636 <returns>The identifier for the <see cref="P:Microsoft.Windows.Shell.WindowChrome.UseAeroCaptionButtons" /> dependency property.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
637 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
638 <member name="P:Microsoft.Windows.Shell.WindowChrome.WindowChrome">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
639 <summary>Gets or sets the instance of <see cref="T:Microsoft.Windows.Shell.WindowChrome" /> that is attached to a window.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
640 <returns>The instance of <see cref="T:Microsoft.Windows.Shell.WindowChrome" /> attached to window. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
641 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
642 <member name="F:Microsoft.Windows.Shell.WindowChrome.WindowChromeProperty">
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
643 <summary>Identifies the <see cref="P:Microsoft.Windows.Shell.WindowChrome.WindowChrome" /> dependency property.</summary>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
644 <returns>The identifier for the <see cref="P:Microsoft.Windows.Shell.WindowChrome.WindowChrome" /> dependency property.</returns>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
645 </member>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
646 </members>
045dac571339 Working on data binding to a user control
adminsh@apollo
parents:
diff changeset
647 </doc>