PySimultan 0.1.53__py3-none-any.whl → 0.2__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (182) hide show
  1. PySimultan-0.2.dist-info/LICENSE.txt +17 -0
  2. PySimultan-0.2.dist-info/METADATA +36 -0
  3. PySimultan-0.2.dist-info/RECORD +82 -0
  4. {PySimultan-0.1.53.dist-info → PySimultan-0.2.dist-info}/WHEEL +1 -1
  5. PySimultan-0.2.dist-info/top_level.txt +1 -0
  6. {PySimultan → PySimultan2}/__init__.py +11 -6
  7. PySimultan2/config.py +52 -0
  8. PySimultan2/data_model.py +713 -0
  9. PySimultan2/default_types.py +507 -0
  10. PySimultan2/files.py +371 -0
  11. PySimultan2/geometry/__init__.py +4 -0
  12. PySimultan2/geometry/geometry_base.py +654 -0
  13. PySimultan2/geometry/utils.py +181 -0
  14. PySimultan2/multi_values.py +277 -0
  15. PySimultan2/object_mapper.py +200 -0
  16. PySimultan2/resources/AssimpNet.dll +0 -0
  17. PySimultan2/resources/AvalonDock.dll +0 -0
  18. PySimultan2/resources/BruTile.dll +0 -0
  19. PySimultan2/resources/ClosedXML.dll +0 -0
  20. PySimultan2/resources/ComponentBuilder.dll +0 -0
  21. PySimultan/resources/ComponentBuilder.exe.config → PySimultan2/resources/ComponentBuilder.dll.config +6 -2
  22. PySimultan2/resources/ComponentBuilder.runtimeconfig.json +18 -0
  23. {PySimultan → PySimultan2}/resources/ComponentBuilder.xml +11877 -6754
  24. PySimultan2/resources/ControlzEx.dll +0 -0
  25. PySimultan2/resources/Cyotek.Drawing.BitmapFont.dll +0 -0
  26. PySimultan2/resources/DocumentFormat.OpenXml.dll +0 -0
  27. PySimultan2/resources/ExcelNumberFormat.dll +0 -0
  28. PySimultan2/resources/Fluent.dll +0 -0
  29. PySimultan2/resources/GeometryViewer.dll +0 -0
  30. {PySimultan → PySimultan2}/resources/GeometryViewer.xml +2201 -1155
  31. PySimultan2/resources/HelixToolkit.Core.Wpf.dll +0 -0
  32. PySimultan2/resources/HelixToolkit.SharpDX.Core.Wpf.dll +0 -0
  33. PySimultan2/resources/HelixToolkit.SharpDX.Core.dll +0 -0
  34. PySimultan2/resources/HelixToolkit.dll +0 -0
  35. PySimultan2/resources/MathNet.Numerics.dll +0 -0
  36. PySimultan2/resources/Microsoft.AspNetCore.Authorization.dll +0 -0
  37. PySimultan2/resources/Microsoft.AspNetCore.Metadata.dll +0 -0
  38. PySimultan2/resources/Microsoft.Extensions.DependencyInjection.Abstractions.dll +0 -0
  39. PySimultan2/resources/Microsoft.Extensions.Logging.Abstractions.dll +0 -0
  40. PySimultan2/resources/Microsoft.Extensions.Options.dll +0 -0
  41. PySimultan2/resources/Microsoft.Extensions.Primitives.dll +0 -0
  42. PySimultan2/resources/Microsoft.WindowsAPICodePack.Shell.dll +0 -0
  43. PySimultan2/resources/Microsoft.WindowsAPICodePack.dll +0 -0
  44. PySimultan2/resources/Microsoft.Xaml.Behaviors.dll +0 -0
  45. PySimultan2/resources/Newtonsoft.Json.Bson.dll +0 -0
  46. PySimultan2/resources/Newtonsoft.Json.dll +0 -0
  47. PySimultan2/resources/SIMULTAN.AutoUpdate.Client.dll +0 -0
  48. PySimultan2/resources/SIMULTAN.AutoUpdate.DataTransferLibrary.dll +0 -0
  49. PySimultan2/resources/SIMULTAN.AutoUpdate.DataTransferLibrary.dll.config +15 -0
  50. PySimultan2/resources/SIMULTAN.Lang.dll +0 -0
  51. {PySimultan → PySimultan2}/resources/SIMULTAN.Lang.xml +5282 -3252
  52. PySimultan2/resources/SIMULTAN.Plugins.dll +0 -0
  53. {PySimultan → PySimultan2}/resources/SIMULTAN.Plugins.xml +110 -0
  54. PySimultan2/resources/SIMULTAN.UI.dll +0 -0
  55. {PySimultan → PySimultan2}/resources/SIMULTAN.UI.xml +10483 -4937
  56. PySimultan2/resources/SIMULTAN.dll +0 -0
  57. PySimultan2/resources/SIMULTAN.xml +34122 -0
  58. PySimultan2/resources/SharpDX.D3DCompiler.dll +0 -0
  59. PySimultan2/resources/SharpDX.DXGI.dll +0 -0
  60. PySimultan2/resources/SharpDX.Direct2D1.dll +0 -0
  61. PySimultan2/resources/SharpDX.Direct3D11.dll +0 -0
  62. PySimultan2/resources/SharpDX.Direct3D9.dll +0 -0
  63. {PySimultan → PySimultan2}/resources/SharpDX.Mathematics.dll +0 -0
  64. PySimultan2/resources/SharpDX.dll +0 -0
  65. {PySimultan → PySimultan2}/resources/SitePlanner.dll +0 -0
  66. {PySimultan → PySimultan2}/resources/SitePlanner.xml +959 -1110
  67. PySimultan2/resources/Sprache.dll +0 -0
  68. PySimultan2/resources/System.Data.OleDb.dll +0 -0
  69. PySimultan2/resources/System.Net.Http.Formatting.dll +0 -0
  70. PySimultan2/resources/XAMLMarkupExtensions.dll +0 -0
  71. PySimultan2/resources/assimp.dll +0 -0
  72. {PySimultan → PySimultan2}/resources/defaultsettings.xml +0 -0
  73. PySimultan2/simultan_object.py +366 -0
  74. PySimultan2/taxonomy_maps.py +169 -0
  75. PySimultan2/utils.py +1383 -0
  76. PySimultan/config.py +0 -57
  77. PySimultan/data_model.py +0 -376
  78. PySimultan/default_types.py +0 -1771
  79. PySimultan/geo_default_types.py +0 -763
  80. PySimultan/geometry.py +0 -309
  81. PySimultan/resources/AssimpNet.dll +0 -0
  82. PySimultan/resources/AssimpNet.xml +0 -12074
  83. PySimultan/resources/BruTile.dll +0 -0
  84. PySimultan/resources/BruTile.xml +0 -1845
  85. PySimultan/resources/ControlzEx.dll +0 -0
  86. PySimultan/resources/Cyotek.Drawing.BitmapFont.dll +0 -0
  87. PySimultan/resources/DXFImportExport.dll +0 -0
  88. PySimultan/resources/DotSpatial.Projections.xml +0 -5879
  89. PySimultan/resources/EXCELImportExport.dll +0 -0
  90. PySimultan/resources/Fluent.dll +0 -0
  91. PySimultan/resources/Fluent.xml +0 -9103
  92. PySimultan/resources/GeoJSON.Net.dll +0 -0
  93. PySimultan/resources/GeometryViewer.Data.dll +0 -0
  94. PySimultan/resources/GeometryViewer.Data.xml +0 -4443
  95. PySimultan/resources/GeometryViewer.Shared.dll +0 -0
  96. PySimultan/resources/GeometryViewer.Shared.xml +0 -588
  97. PySimultan/resources/GeometryViewer.dll +0 -0
  98. PySimultan/resources/HelixToolkit.Wpf.SharpDX.dll +0 -0
  99. PySimultan/resources/HelixToolkit.Wpf.SharpDX.xml +0 -43219
  100. PySimultan/resources/HelixToolkit.Wpf.dll +0 -0
  101. PySimultan/resources/HelixToolkit.Wpf.xml +0 -22363
  102. PySimultan/resources/HelixToolkit.dll +0 -0
  103. PySimultan/resources/HelixToolkit.xml +0 -144
  104. PySimultan/resources/ImportLog_SMART_CAMPUS_TU_WIEN_BIBLIOTHEK_20210305_ZONENMODELL_23_11_2021-06_54_54.txt +0 -1
  105. PySimultan/resources/LibGit2Sharp.dll +0 -0
  106. PySimultan/resources/LibGit2Sharp.dll.config +0 -4
  107. PySimultan/resources/LibGit2Sharp.xml +0 -13770
  108. PySimultan/resources/MathNet.Numerics.dll +0 -0
  109. PySimultan/resources/MathNet.Numerics.xml +0 -57152
  110. PySimultan/resources/Microsoft.WindowsAPICodePack.Shell.dll +0 -0
  111. PySimultan/resources/Microsoft.WindowsAPICodePack.Shell.xml +0 -25496
  112. PySimultan/resources/Microsoft.WindowsAPICodePack.dll +0 -0
  113. PySimultan/resources/Microsoft.WindowsAPICodePack.xml +0 -2934
  114. PySimultan/resources/Newtonsoft.Json.dll +0 -0
  115. PySimultan/resources/Newtonsoft.Json.xml +0 -11305
  116. PySimultan/resources/ParameterStructure.dll +0 -0
  117. PySimultan/resources/ParameterStructure.xml +0 -10750
  118. PySimultan/resources/SIMULTAN.AutoUpdate.Client.dll +0 -0
  119. PySimultan/resources/SIMULTAN.DataExchange.dll +0 -0
  120. PySimultan/resources/SIMULTAN.Lang.dll +0 -0
  121. PySimultan/resources/SIMULTAN.Legacy.dll +0 -0
  122. PySimultan/resources/SIMULTAN.Legacy.xml +0 -254
  123. PySimultan/resources/SIMULTAN.Plugins.dll +0 -0
  124. PySimultan/resources/SIMULTAN.Project.dll +0 -0
  125. PySimultan/resources/SIMULTAN.Project.dll.config +0 -11
  126. PySimultan/resources/SIMULTAN.UI.dll +0 -0
  127. PySimultan/resources/SIMULTAN.Util.dll +0 -0
  128. PySimultan/resources/SIMULTAN.Util.xml +0 -3430
  129. PySimultan/resources/SharpDX.D3DCompiler.dll +0 -0
  130. PySimultan/resources/SharpDX.D3DCompiler.xml +0 -5897
  131. PySimultan/resources/SharpDX.DXGI.dll +0 -0
  132. PySimultan/resources/SharpDX.DXGI.xml +0 -8737
  133. PySimultan/resources/SharpDX.Direct2D1.dll +0 -0
  134. PySimultan/resources/SharpDX.Direct2D1.xml +0 -46691
  135. PySimultan/resources/SharpDX.Direct3D11.dll +0 -0
  136. PySimultan/resources/SharpDX.Direct3D11.xml +0 -31826
  137. PySimultan/resources/SharpDX.Direct3D9.dll +0 -0
  138. PySimultan/resources/SharpDX.Direct3D9.xml +0 -36489
  139. PySimultan/resources/SharpDX.Mathematics.xml +0 -16449
  140. PySimultan/resources/SharpDX.dll +0 -0
  141. PySimultan/resources/Sprache.dll +0 -0
  142. PySimultan/resources/Sprache.xml +0 -1199
  143. PySimultan/resources/System.Net.Http.Formatting.dll +0 -0
  144. PySimultan/resources/System.Net.Http.Formatting.xml +0 -2094
  145. PySimultan/resources/System.Windows.Interactivity.dll +0 -0
  146. PySimultan/resources/TalkGit.dll +0 -0
  147. PySimultan/resources/TalkGit.dll.config +0 -11
  148. PySimultan/resources/WebServiceConnector.dll +0 -0
  149. PySimultan/resources/WebServiceConnector.dll.config +0 -11
  150. PySimultan/resources/XAMLMarkupExtensions.dll +0 -0
  151. PySimultan/resources/XAMLMarkupExtensions.xml +0 -862
  152. PySimultan/resources/Xceed.Wpf.AvalonDock.Themes.Aero.dll +0 -0
  153. PySimultan/resources/Xceed.Wpf.AvalonDock.Themes.Metro.dll +0 -0
  154. PySimultan/resources/Xceed.Wpf.AvalonDock.Themes.VS2010.dll +0 -0
  155. PySimultan/resources/Xceed.Wpf.AvalonDock.dll +0 -0
  156. PySimultan/resources/Xceed.Wpf.Toolkit.dll +0 -0
  157. PySimultan/resources/assimp.dll +0 -0
  158. PySimultan/resources/schema.yaml +0 -13
  159. PySimultan/resources/simultan_exception_07_10_2021-08_34_24.txt +0 -17
  160. PySimultan/resources/simultan_exception_07_10_2021-10_13_31.txt +0 -17
  161. PySimultan/resources/simultan_exception_11_10_2021-19_45_42.txt +0 -17
  162. PySimultan/resources/simultan_exception_22_11_2021-16_41_52.txt +0 -14
  163. PySimultan/resources/simultan_exception_22_11_2021-17_37_40.txt +0 -14
  164. PySimultan/simultan_geometry_utils.py +0 -81
  165. PySimultan/simultan_utils.py +0 -165
  166. PySimultan/slots.py +0 -51
  167. PySimultan/template_tools.py +0 -628
  168. PySimultan/utils.py +0 -298
  169. PySimultan-0.1.53.dist-info/LICENSE +0 -674
  170. PySimultan-0.1.53.dist-info/LICENSE.txt +0 -674
  171. PySimultan-0.1.53.dist-info/METADATA +0 -690
  172. PySimultan-0.1.53.dist-info/RECORD +0 -119
  173. PySimultan-0.1.53.dist-info/entry_points.txt +0 -3
  174. PySimultan-0.1.53.dist-info/top_level.txt +0 -1
  175. PySimultan-0.1.53.dist-info/zip-safe +0 -1
  176. {PySimultan → PySimultan2}/resources/DotSpatial.Projections.dll +0 -0
  177. {PySimultan → PySimultan2}/resources/GeometryViewer.dll.config +0 -0
  178. {PySimultan → PySimultan2}/resources/SIMULTAN.AutoUpdate.Client.dll.config +0 -0
  179. {PySimultan → PySimultan2}/resources/SitePlanner.dll.config +0 -0
  180. {PySimultan → PySimultan2}/resources/Sprache.Calc.dll +0 -0
  181. {PySimultan → PySimultan2}/resources/__init__.py +0 -0
  182. {PySimultan → PySimultan2}/resources/setup.bat +0 -0
@@ -1,2934 +0,0 @@
1
- <?xml version="1.0"?>
2
- <doc>
3
- <assembly>
4
- <name>Microsoft.WindowsAPICodePack</name>
5
- </assembly>
6
- <members>
7
- <member name="T:Microsoft.WindowsAPICodePack.ApplicationServices.ApplicationRestartRecoveryManager">
8
- <summary>
9
- Provides access to the Application Restart and Recovery
10
- features available in Windows Vista or higher. Application Restart and Recovery lets an
11
- application do some recovery work to save data before the process exits.
12
- </summary>
13
- </member>
14
- <member name="M:Microsoft.WindowsAPICodePack.ApplicationServices.ApplicationRestartRecoveryManager.RegisterForApplicationRecovery(Microsoft.WindowsAPICodePack.ApplicationServices.RecoverySettings)">
15
- <summary>
16
- Registers an application for recovery by Application Restart and Recovery.
17
- </summary>
18
- <param name="settings">An object that specifies
19
- the callback method, an optional parameter to pass to the callback
20
- method and a time interval.</param>
21
- <exception cref="T:System.ArgumentException">
22
- The registration failed due to an invalid parameter.
23
- </exception>
24
- <exception cref="T:System.ComponentModel.Win32Exception">
25
- The registration failed.</exception>
26
- <remarks>The time interval is the period of time within
27
- which the recovery callback method
28
- calls the <see cref="M:Microsoft.WindowsAPICodePack.ApplicationServices.ApplicationRestartRecoveryManager.ApplicationRecoveryInProgress"/> method to indicate
29
- that it is still performing recovery work.</remarks>
30
- </member>
31
- <member name="M:Microsoft.WindowsAPICodePack.ApplicationServices.ApplicationRestartRecoveryManager.UnregisterApplicationRecovery">
32
- <summary>
33
- Removes an application's recovery registration.
34
- </summary>
35
- <exception cref="T:Microsoft.WindowsAPICodePack.ApplicationServices.ApplicationRecoveryException">
36
- The attempt to unregister for recovery failed.</exception>
37
- </member>
38
- <member name="M:Microsoft.WindowsAPICodePack.ApplicationServices.ApplicationRestartRecoveryManager.UnregisterApplicationRestart">
39
- <summary>
40
- Removes an application's restart registration.
41
- </summary>
42
- <exception cref="T:Microsoft.WindowsAPICodePack.ApplicationServices.ApplicationRecoveryException">
43
- The attempt to unregister for restart failed.</exception>
44
- </member>
45
- <member name="M:Microsoft.WindowsAPICodePack.ApplicationServices.ApplicationRestartRecoveryManager.ApplicationRecoveryInProgress">
46
- <summary>
47
- Called by an application's <see cref="T:Microsoft.WindowsAPICodePack.ApplicationServices.RecoveryCallback"/> method
48
- to indicate that it is still performing recovery work.
49
- </summary>
50
- <returns>A <see cref="T:System.Boolean"/> value indicating whether the user
51
- canceled the recovery.</returns>
52
- <exception cref="T:Microsoft.WindowsAPICodePack.ApplicationServices.ApplicationRecoveryException">
53
- This method must be called from a registered callback method.</exception>
54
- </member>
55
- <member name="M:Microsoft.WindowsAPICodePack.ApplicationServices.ApplicationRestartRecoveryManager.ApplicationRecoveryFinished(System.Boolean)">
56
- <summary>
57
- Called by an application's <see cref="T:Microsoft.WindowsAPICodePack.ApplicationServices.RecoveryCallback"/> method to
58
- indicate that the recovery work is complete.
59
- </summary>
60
- <remarks>
61
- This should
62
- be the last call made by the <see cref="T:Microsoft.WindowsAPICodePack.ApplicationServices.RecoveryCallback"/> method because
63
- Windows Error Reporting will terminate the application
64
- after this method is invoked.
65
- </remarks>
66
- <param name="success"><b>true</b> to indicate the the program was able to complete its recovery
67
- work before terminating; otherwise <b>false</b>.</param>
68
- </member>
69
- <member name="M:Microsoft.WindowsAPICodePack.ApplicationServices.ApplicationRestartRecoveryManager.RegisterForApplicationRestart(Microsoft.WindowsAPICodePack.ApplicationServices.RestartSettings)">
70
- <summary>
71
- Registers an application for automatic restart if
72
- the application
73
- is terminated by Windows Error Reporting.
74
- </summary>
75
- <param name="settings">An object that specifies
76
- the command line arguments used to restart the
77
- application, and
78
- the conditions under which the application should not be
79
- restarted.</param>
80
- <exception cref="T:System.ArgumentException">Registration failed due to an invalid parameter.</exception>
81
- <exception cref="T:System.InvalidOperationException">The attempt to register failed.</exception>
82
- <remarks>A registered application will not be restarted if it executed for less than 60 seconds before terminating.</remarks>
83
- </member>
84
- <member name="T:Microsoft.WindowsAPICodePack.ApplicationServices.ApplicationRecoveryException">
85
- <summary>
86
- This exception is thrown when there are problems with registering, unregistering or updating
87
- applications using Application Restart Recovery.
88
- </summary>
89
- </member>
90
- <member name="M:Microsoft.WindowsAPICodePack.ApplicationServices.ApplicationRecoveryException.#ctor">
91
- <summary>
92
- Default constructor.
93
- </summary>
94
- </member>
95
- <member name="M:Microsoft.WindowsAPICodePack.ApplicationServices.ApplicationRecoveryException.#ctor(System.String)">
96
- <summary>
97
- Initializes an exception with a custom message.
98
- </summary>
99
- <param name="message">A custom message for the exception.</param>
100
- </member>
101
- <member name="M:Microsoft.WindowsAPICodePack.ApplicationServices.ApplicationRecoveryException.#ctor(System.String,System.Exception)">
102
- <summary>
103
- Initializes an exception with custom message and inner exception.
104
- </summary>
105
- <param name="message">A custom message for the exception.</param>
106
- <param name="innerException">Inner exception.</param>
107
- </member>
108
- <member name="M:Microsoft.WindowsAPICodePack.ApplicationServices.ApplicationRecoveryException.#ctor(System.String,System.Int32)">
109
- <summary>
110
- Initializes an exception with custom message and error code.
111
- </summary>
112
- <param name="message">A custom message for the exception.</param>
113
- <param name="errorCode">An error code (hresult) from which to generate the exception.</param>
114
- </member>
115
- <member name="M:Microsoft.WindowsAPICodePack.ApplicationServices.ApplicationRecoveryException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
116
- <summary>
117
- Initializes an exception from serialization info and a context.
118
- </summary>
119
- <param name="info">Serialization info from which to create exception.</param>
120
- <param name="context">Streaming context from which to create exception.</param>
121
- </member>
122
- <member name="T:Microsoft.WindowsAPICodePack.ApplicationServices.RecoveryCallback">
123
- <summary>
124
- The <see cref="T:System.Delegate"/> that represents the callback method invoked
125
- by the system when an application has registered for
126
- application recovery.
127
- </summary>
128
- <param name="state">An application-defined state object that is passed to the callback method.</param>
129
- <remarks>The callback method will be invoked
130
- prior to the application being terminated by Windows Error Reporting (WER). To keep WER from terminating the application before
131
- the callback method completes, the callback method must
132
- periodically call the <see cref="M:Microsoft.WindowsAPICodePack.ApplicationServices.ApplicationRestartRecoveryManager.ApplicationRecoveryInProgress"/> method. </remarks>
133
- <seealso cref="M:Microsoft.WindowsAPICodePack.ApplicationServices.ApplicationRestartRecoveryManager.RegisterForApplicationRecovery(Microsoft.WindowsAPICodePack.ApplicationServices.RecoverySettings)"/>
134
- </member>
135
- <member name="T:Microsoft.WindowsAPICodePack.ApplicationServices.RecoveryData">
136
- <summary>
137
- Defines a class that contains a callback delegate and properties of the application
138
- as defined by the user.
139
- </summary>
140
- </member>
141
- <member name="M:Microsoft.WindowsAPICodePack.ApplicationServices.RecoveryData.#ctor(Microsoft.WindowsAPICodePack.ApplicationServices.RecoveryCallback,System.Object)">
142
- <summary>
143
- Initializes a recovery data wrapper with a callback method and the current
144
- state of the application.
145
- </summary>
146
- <param name="callback">The callback delegate.</param>
147
- <param name="state">The current state of the application.</param>
148
- </member>
149
- <member name="M:Microsoft.WindowsAPICodePack.ApplicationServices.RecoveryData.Invoke">
150
- <summary>
151
- Invokes the recovery callback function.
152
- </summary>
153
- </member>
154
- <member name="P:Microsoft.WindowsAPICodePack.ApplicationServices.RecoveryData.Callback">
155
- <summary>
156
- Gets or sets a value that determines the recovery callback function.
157
- </summary>
158
- </member>
159
- <member name="P:Microsoft.WindowsAPICodePack.ApplicationServices.RecoveryData.State">
160
- <summary>
161
- Gets or sets a value that determines the application state.
162
- </summary>
163
- </member>
164
- <member name="T:Microsoft.WindowsAPICodePack.ApplicationServices.RecoverySettings">
165
- <summary>
166
- Defines methods and properties for recovery settings, and specifies options for an application that attempts
167
- to perform final actions after a fatal event, such as an
168
- unhandled exception.
169
- </summary>
170
- <remarks>This class is used to register for application recovery.
171
- See the <see cref="T:Microsoft.WindowsAPICodePack.ApplicationServices.ApplicationRestartRecoveryManager"/> class.
172
- </remarks>
173
- </member>
174
- <member name="M:Microsoft.WindowsAPICodePack.ApplicationServices.RecoverySettings.#ctor(Microsoft.WindowsAPICodePack.ApplicationServices.RecoveryData,System.UInt32)">
175
- <summary>
176
- Initializes a new instance of the <b>RecoverySettings</b> class.
177
- </summary>
178
- <param name="data">A recovery data object that contains the callback method (invoked by the system
179
- before Windows Error Reporting terminates the application) and an optional state object.</param>
180
- <param name="interval">The time interval within which the
181
- callback method must invoke <see cref="M:Microsoft.WindowsAPICodePack.ApplicationServices.ApplicationRestartRecoveryManager.ApplicationRecoveryInProgress"/> to
182
- prevent WER from terminating the application.</param>
183
- <seealso cref="T:Microsoft.WindowsAPICodePack.ApplicationServices.ApplicationRestartRecoveryManager"/>
184
- </member>
185
- <member name="M:Microsoft.WindowsAPICodePack.ApplicationServices.RecoverySettings.ToString">
186
- <summary>
187
- Returns a string representation of the current state
188
- of this object.
189
- </summary>
190
- <returns>A <see cref="T:System.String"/> object.</returns>
191
- </member>
192
- <member name="P:Microsoft.WindowsAPICodePack.ApplicationServices.RecoverySettings.RecoveryData">
193
- <summary>
194
- Gets the recovery data object that contains the callback method and an optional
195
- parameter (usually the state of the application) to be passed to the
196
- callback method.
197
- </summary>
198
- <value>A <see cref="P:Microsoft.WindowsAPICodePack.ApplicationServices.RecoverySettings.RecoveryData"/> object.</value>
199
- </member>
200
- <member name="P:Microsoft.WindowsAPICodePack.ApplicationServices.RecoverySettings.PingInterval">
201
- <summary>
202
- Gets the time interval for notifying Windows Error Reporting.
203
- The <see cref="T:Microsoft.WindowsAPICodePack.ApplicationServices.RecoveryCallback"/> method must invoke <see cref="M:Microsoft.WindowsAPICodePack.ApplicationServices.ApplicationRestartRecoveryManager.ApplicationRecoveryInProgress"/>
204
- within this interval to prevent WER from terminating the application.
205
- </summary>
206
- <remarks>
207
- The recovery ping interval is specified in milliseconds.
208
- By default, the interval is 5 seconds.
209
- If you specify zero, the default interval is used.
210
- </remarks>
211
- </member>
212
- <member name="T:Microsoft.WindowsAPICodePack.ApplicationServices.RestartRestrictions">
213
- <summary>
214
- Specifies the conditions when Windows Error Reporting
215
- should not restart an application that has registered
216
- for automatic restart.
217
- </summary>
218
- </member>
219
- <member name="F:Microsoft.WindowsAPICodePack.ApplicationServices.RestartRestrictions.None">
220
- <summary>
221
- Always restart the application.
222
- </summary>
223
- </member>
224
- <member name="F:Microsoft.WindowsAPICodePack.ApplicationServices.RestartRestrictions.NotOnCrash">
225
- <summary>
226
- Do not restart when the application has crashed.
227
- </summary>
228
- </member>
229
- <member name="F:Microsoft.WindowsAPICodePack.ApplicationServices.RestartRestrictions.NotOnHang">
230
- <summary>
231
- Do not restart when the application is hung.
232
- </summary>
233
- </member>
234
- <member name="F:Microsoft.WindowsAPICodePack.ApplicationServices.RestartRestrictions.NotOnPatch">
235
- <summary>
236
- Do not restart when the application is terminated
237
- due to a system update.
238
- </summary>
239
- </member>
240
- <member name="F:Microsoft.WindowsAPICodePack.ApplicationServices.RestartRestrictions.NotOnReboot">
241
- <summary>
242
- Do not restart when the application is terminated
243
- because of a system reboot.
244
- </summary>
245
- </member>
246
- <member name="T:Microsoft.WindowsAPICodePack.ApplicationServices.RestartSettings">
247
- <summary>
248
- Specifies the options for an application to be automatically
249
- restarted by Windows Error Reporting.
250
- </summary>
251
- <remarks>Regardless of these
252
- settings, the application
253
- will not be restarted if it executed for less than 60 seconds before
254
- terminating.</remarks>
255
- </member>
256
- <member name="M:Microsoft.WindowsAPICodePack.ApplicationServices.RestartSettings.#ctor(System.String,Microsoft.WindowsAPICodePack.ApplicationServices.RestartRestrictions)">
257
- <summary>
258
- Creates a new instance of the RestartSettings class.
259
- </summary>
260
- <param name="command">The command line arguments
261
- used to restart the application.</param>
262
- <param name="restrictions">A bitwise combination of the RestartRestrictions
263
- values that specify
264
- when the application should not be restarted.
265
- </param>
266
- </member>
267
- <member name="M:Microsoft.WindowsAPICodePack.ApplicationServices.RestartSettings.ToString">
268
- <summary>
269
- Returns a string representation of the current state
270
- of this object.
271
- </summary>
272
- <returns>A <see cref="T:System.String"/> that displays
273
- the command line arguments
274
- and restrictions for restarting the application.</returns>
275
- </member>
276
- <member name="P:Microsoft.WindowsAPICodePack.ApplicationServices.RestartSettings.Command">
277
- <summary>
278
- Gets the command line arguments used to restart the application.
279
- </summary>
280
- <value>A <see cref="T:System.String"/> object.</value>
281
- </member>
282
- <member name="P:Microsoft.WindowsAPICodePack.ApplicationServices.RestartSettings.Restrictions">
283
- <summary>
284
- Gets the set of conditions when the application
285
- should not be restarted.
286
- </summary>
287
- <value>A set of <see cref="T:Microsoft.WindowsAPICodePack.ApplicationServices.RestartRestrictions"/> values.</value>
288
- </member>
289
- <member name="T:Microsoft.WindowsAPICodePack.ApplicationServices.PowerManagerException">
290
- <summary>
291
- This exception is thrown when there are problems with getting piece of data within PowerManager.
292
- </summary>
293
- </member>
294
- <member name="M:Microsoft.WindowsAPICodePack.ApplicationServices.PowerManagerException.#ctor">
295
- <summary>
296
- Default constructor.
297
- </summary>
298
- </member>
299
- <member name="M:Microsoft.WindowsAPICodePack.ApplicationServices.PowerManagerException.#ctor(System.String)">
300
- <summary>
301
- Initializes an excpetion with a custom message.
302
- </summary>
303
- <param name="message">A custom message for the exception.</param>
304
- </member>
305
- <member name="M:Microsoft.WindowsAPICodePack.ApplicationServices.PowerManagerException.#ctor(System.String,System.Exception)">
306
- <summary>
307
- Initializes an exception with custom message and inner exception.
308
- </summary>
309
- <param name="message">A custom message for the exception.</param>
310
- <param name="innerException">An inner exception on which to base this exception.</param>
311
- </member>
312
- <member name="M:Microsoft.WindowsAPICodePack.ApplicationServices.PowerManagerException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
313
- <summary>
314
- Initializes an exception from serialization info and a context.
315
- </summary>
316
- <param name="info">SerializationInfo for the exception.</param>
317
- <param name="context">StreamingContext for the exception.</param>
318
- </member>
319
- <member name="T:Microsoft.WindowsAPICodePack.Dialogs.DialogControl">
320
- <summary>
321
- Abstract base class for all dialog controls
322
- </summary>
323
- </member>
324
- <member name="M:Microsoft.WindowsAPICodePack.Dialogs.DialogControl.#ctor">
325
- <summary>
326
- Creates a new instance of a dialog control
327
- </summary>
328
- </member>
329
- <member name="M:Microsoft.WindowsAPICodePack.Dialogs.DialogControl.#ctor(System.String)">
330
- <summary>
331
- Creates a new instance of a dialog control with the specified name.
332
- </summary>
333
- <param name="name">The name for this dialog.</param>
334
- </member>
335
- <member name="M:Microsoft.WindowsAPICodePack.Dialogs.DialogControl.CheckPropertyChangeAllowed(System.String)">
336
- <summary>
337
- Calls the hosting dialog, if it exists, to check whether the
338
- property can be set in the dialog's current state.
339
- The host should throw an exception if the change is not supported.
340
- Note that if the dialog isn't set yet,
341
- there are no restrictions on setting the property.
342
- </summary>
343
- <param name="propName">The name of the property that is changing</param>
344
- </member>
345
- <member name="M:Microsoft.WindowsAPICodePack.Dialogs.DialogControl.ApplyPropertyChange(System.String)">
346
- <summary>
347
- Calls the hosting dialog, if it exists, to
348
- to indicate that a property has changed, and that
349
- the dialog should do whatever is necessary
350
- to propagate the change to the native control.
351
- Note that if the dialog isn't set yet,
352
- there are no restrictions on setting the property.
353
- </summary>
354
- <param name="propName">The name of the property that is changing.</param>
355
- </member>
356
- <member name="M:Microsoft.WindowsAPICodePack.Dialogs.DialogControl.Equals(System.Object)">
357
- <summary>
358
- Compares two objects to determine whether they are equal
359
- </summary>
360
- <param name="obj">The object to compare against.</param>
361
- <returns>A <see cref="T:System.Boolean"/> value.</returns>
362
- </member>
363
- <member name="M:Microsoft.WindowsAPICodePack.Dialogs.DialogControl.GetHashCode">
364
- <summary>
365
- Serves as a hash function for a particular type.
366
- </summary>
367
- <returns>An <see cref="T:System.Int32"/> hash code for this control.</returns>
368
- </member>
369
- <member name="P:Microsoft.WindowsAPICodePack.Dialogs.DialogControl.HostingDialog">
370
- <summary>
371
- The native dialog that is hosting this control. This property is null is
372
- there is not associated dialog
373
- </summary>
374
- </member>
375
- <member name="P:Microsoft.WindowsAPICodePack.Dialogs.DialogControl.Name">
376
- <summary>
377
- Gets the name for this control.
378
- </summary>
379
- <value>A <see cref="T:System.String"/> value.</value>
380
- </member>
381
- <member name="P:Microsoft.WindowsAPICodePack.Dialogs.DialogControl.Id">
382
- <summary>
383
- Gets the identifier for this control.
384
- </summary>
385
- <value>An <see cref="T:System.Int32"/> value.</value>
386
- </member>
387
- <member name="T:Microsoft.WindowsAPICodePack.Dialogs.DialogControlCollection`1">
388
- <summary>
389
- Strongly typed collection for dialog controls.
390
- </summary>
391
- <typeparam name="T">DialogControl</typeparam>
392
- </member>
393
- <member name="M:Microsoft.WindowsAPICodePack.Dialogs.DialogControlCollection`1.InsertItem(System.Int32,`0)">
394
- <summary>
395
- Inserts an dialog control at the specified index.
396
- </summary>
397
- <param name="index">The location to insert the control.</param>
398
- <param name="control">The item to insert.</param>
399
- <permission cref="T:System.InvalidOperationException">A control with
400
- the same name already exists in this collection -or-
401
- the control is being hosted by another dialog -or- the associated dialog is
402
- showing and cannot be modified.</permission>
403
- </member>
404
- <member name="M:Microsoft.WindowsAPICodePack.Dialogs.DialogControlCollection`1.RemoveItem(System.Int32)">
405
- <summary>
406
- Removes the control at the specified index.
407
- </summary>
408
- <param name="index">The location of the control to remove.</param>
409
- <permission cref="T:System.InvalidOperationException">
410
- The associated dialog is
411
- showing and cannot be modified.</permission>
412
- </member>
413
- <member name="M:Microsoft.WindowsAPICodePack.Dialogs.DialogControlCollection`1.GetControlbyId(System.Int32)">
414
- <summary>
415
- Searches for the control who's id matches the value
416
- passed in the <paramref name="id"/> parameter.
417
- </summary>
418
-
419
- <param name="id">An integer containing the identifier of the
420
- control being searched for.</param>
421
-
422
- <returns>A DialogControl who's id matches the value of the
423
- <paramref name="id"/> parameter.</returns>
424
- </member>
425
- <member name="P:Microsoft.WindowsAPICodePack.Dialogs.DialogControlCollection`1.Item(System.String)">
426
- <summary>
427
- Defines the indexer that supports accessing controls by name.
428
- </summary>
429
- <remarks>
430
- <para>Control names are case sensitive.</para>
431
- <para>This indexer is useful when the dialog is created in XAML
432
- rather than constructed in code.</para></remarks>
433
- <exception cref="T:System.ArgumentException">
434
- The name cannot be null or a zero-length string.</exception>
435
- <remarks>If there is more than one control with the same name, only the <B>first control</B> will be returned.</remarks>
436
- </member>
437
- <member name="T:Microsoft.WindowsAPICodePack.Dialogs.IDialogControlHost">
438
- <summary>
439
- Indicates that the implementing class is a dialog that can host
440
- customizable dialog controls (subclasses of DialogControl).
441
- </summary>
442
- </member>
443
- <member name="M:Microsoft.WindowsAPICodePack.Dialogs.IDialogControlHost.IsCollectionChangeAllowed">
444
- <summary>
445
- Returns if changes to the collection are allowed.
446
- </summary>
447
- <returns>true if collection change is allowed.</returns>
448
- </member>
449
- <member name="M:Microsoft.WindowsAPICodePack.Dialogs.IDialogControlHost.ApplyCollectionChanged">
450
- <summary>
451
- Applies changes to the collection.
452
- </summary>
453
- </member>
454
- <member name="M:Microsoft.WindowsAPICodePack.Dialogs.IDialogControlHost.IsControlPropertyChangeAllowed(System.String,Microsoft.WindowsAPICodePack.Dialogs.DialogControl)">
455
- <summary>
456
- Handle notifications of individual child
457
- pseudo-controls' properties changing..
458
- Prefilter should throw if the property
459
- cannot be set in the dialog's current state.
460
- PostProcess should pass on changes to native control,
461
- if appropriate.
462
- </summary>
463
- <param name="propertyName">The name of the property.</param>
464
- <param name="control">The control propertyName applies to.</param>
465
- <returns>true if the property change is allowed.</returns>
466
- </member>
467
- <member name="M:Microsoft.WindowsAPICodePack.Dialogs.IDialogControlHost.ApplyControlPropertyChange(System.String,Microsoft.WindowsAPICodePack.Dialogs.DialogControl)">
468
- <summary>
469
- Called when a control currently in the collection
470
- has a property changed.
471
- </summary>
472
- <param name="propertyName">The name of the property changed.</param>
473
- <param name="control">The control whose property has changed.</param>
474
- </member>
475
- <member name="T:MS.WindowsAPICodePack.Internal.HResult">
476
- <summary>
477
- HRESULT Wrapper
478
- </summary>
479
- </member>
480
- <member name="F:MS.WindowsAPICodePack.Internal.HResult.Ok">
481
- <summary>
482
- S_OK
483
- </summary>
484
- </member>
485
- <member name="F:MS.WindowsAPICodePack.Internal.HResult.False">
486
- <summary>
487
- S_FALSE
488
- </summary>
489
- </member>
490
- <member name="F:MS.WindowsAPICodePack.Internal.HResult.InvalidArguments">
491
- <summary>
492
- E_INVALIDARG
493
- </summary>
494
- </member>
495
- <member name="F:MS.WindowsAPICodePack.Internal.HResult.OutOfMemory">
496
- <summary>
497
- E_OUTOFMEMORY
498
- </summary>
499
- </member>
500
- <member name="F:MS.WindowsAPICodePack.Internal.HResult.NoInterface">
501
- <summary>
502
- E_NOINTERFACE
503
- </summary>
504
- </member>
505
- <member name="F:MS.WindowsAPICodePack.Internal.HResult.Fail">
506
- <summary>
507
- E_FAIL
508
- </summary>
509
- </member>
510
- <member name="F:MS.WindowsAPICodePack.Internal.HResult.ElementNotFound">
511
- <summary>
512
- E_ELEMENTNOTFOUND
513
- </summary>
514
- </member>
515
- <member name="F:MS.WindowsAPICodePack.Internal.HResult.TypeElementNotFound">
516
- <summary>
517
- TYPE_E_ELEMENTNOTFOUND
518
- </summary>
519
- </member>
520
- <member name="F:MS.WindowsAPICodePack.Internal.HResult.NoObject">
521
- <summary>
522
- NO_OBJECT
523
- </summary>
524
- </member>
525
- <member name="F:MS.WindowsAPICodePack.Internal.HResult.Win32ErrorCanceled">
526
- <summary>
527
- Win32 Error code: ERROR_CANCELLED
528
- </summary>
529
- </member>
530
- <member name="F:MS.WindowsAPICodePack.Internal.HResult.Canceled">
531
- <summary>
532
- ERROR_CANCELLED
533
- </summary>
534
- </member>
535
- <member name="F:MS.WindowsAPICodePack.Internal.HResult.ResourceInUse">
536
- <summary>
537
- The requested resource is in use
538
- </summary>
539
- </member>
540
- <member name="F:MS.WindowsAPICodePack.Internal.HResult.AccessDenied">
541
- <summary>
542
- The requested resources is read-only.
543
- </summary>
544
- </member>
545
- <member name="T:MS.WindowsAPICodePack.Internal.CoreErrorHelper">
546
- <summary>
547
- Provide Error Message Helper Methods.
548
- This is intended for Library Internal use only.
549
- </summary>
550
- </member>
551
- <member name="F:MS.WindowsAPICodePack.Internal.CoreErrorHelper.FacilityWin32">
552
- <summary>
553
- This is intended for Library Internal use only.
554
- </summary>
555
- </member>
556
- <member name="F:MS.WindowsAPICodePack.Internal.CoreErrorHelper.Ignored">
557
- <summary>
558
- This is intended for Library Internal use only.
559
- </summary>
560
- </member>
561
- <member name="M:MS.WindowsAPICodePack.Internal.CoreErrorHelper.HResultFromWin32(System.Int32)">
562
- <summary>
563
- This is intended for Library Internal use only.
564
- </summary>
565
- <param name="win32ErrorCode">The Windows API error code.</param>
566
- <returns>The equivalent HRESULT.</returns>
567
- </member>
568
- <member name="M:MS.WindowsAPICodePack.Internal.CoreErrorHelper.Succeeded(System.Int32)">
569
- <summary>
570
- This is intended for Library Internal use only.
571
- </summary>
572
- <param name="result">The error code.</param>
573
- <returns>True if the error code indicates success.</returns>
574
- </member>
575
- <member name="M:MS.WindowsAPICodePack.Internal.CoreErrorHelper.Succeeded(MS.WindowsAPICodePack.Internal.HResult)">
576
- <summary>
577
- This is intended for Library Internal use only.
578
- </summary>
579
- <param name="result">The error code.</param>
580
- <returns>True if the error code indicates success.</returns>
581
- </member>
582
- <member name="M:MS.WindowsAPICodePack.Internal.CoreErrorHelper.Failed(MS.WindowsAPICodePack.Internal.HResult)">
583
- <summary>
584
- This is intended for Library Internal use only.
585
- </summary>
586
- <param name="result">The error code.</param>
587
- <returns>True if the error code indicates failure.</returns>
588
- </member>
589
- <member name="M:MS.WindowsAPICodePack.Internal.CoreErrorHelper.Failed(System.Int32)">
590
- <summary>
591
- This is intended for Library Internal use only.
592
- </summary>
593
- <param name="result">The error code.</param>
594
- <returns>True if the error code indicates failure.</returns>
595
- </member>
596
- <member name="M:MS.WindowsAPICodePack.Internal.CoreErrorHelper.Matches(System.Int32,System.Int32)">
597
- <summary>
598
- This is intended for Library Internal use only.
599
- </summary>
600
- <param name="result">The COM error code.</param>
601
- <param name="win32ErrorCode">The Win32 error code.</param>
602
- <returns>Inticates that the Win32 error code corresponds to the COM error code.</returns>
603
- </member>
604
- <member name="T:MS.WindowsAPICodePack.Internal.CoreHelpers">
605
- <summary>
606
- Common Helper methods
607
- </summary>
608
- </member>
609
- <member name="M:MS.WindowsAPICodePack.Internal.CoreHelpers.ThrowIfNotXP">
610
- <summary>
611
- Throws PlatformNotSupportedException if the application is not running on Windows XP
612
- </summary>
613
- </member>
614
- <member name="M:MS.WindowsAPICodePack.Internal.CoreHelpers.ThrowIfNotVista">
615
- <summary>
616
- Throws PlatformNotSupportedException if the application is not running on Windows Vista
617
- </summary>
618
- </member>
619
- <member name="M:MS.WindowsAPICodePack.Internal.CoreHelpers.ThrowIfNotWin7">
620
- <summary>
621
- Throws PlatformNotSupportedException if the application is not running on Windows 7
622
- </summary>
623
- </member>
624
- <member name="M:MS.WindowsAPICodePack.Internal.CoreHelpers.GetStringResource(System.String)">
625
- <summary>
626
- Get a string resource given a resource Id
627
- </summary>
628
- <param name="resourceId">The resource Id</param>
629
- <returns>The string resource corresponding to the given resource Id. Returns null if the resource id
630
- is invalid or the string cannot be retrieved for any other reason.</returns>
631
- </member>
632
- <member name="P:MS.WindowsAPICodePack.Internal.CoreHelpers.RunningOnXP">
633
- <summary>
634
- Determines if the application is running on XP
635
- </summary>
636
- </member>
637
- <member name="P:MS.WindowsAPICodePack.Internal.CoreHelpers.RunningOnVista">
638
- <summary>
639
- Determines if the application is running on Vista
640
- </summary>
641
- </member>
642
- <member name="P:MS.WindowsAPICodePack.Internal.CoreHelpers.RunningOnWin7">
643
- <summary>
644
- Determines if the application is running on Windows 7
645
- </summary>
646
- </member>
647
- <member name="T:MS.WindowsAPICodePack.Internal.CoreNativeMethods">
648
- <summary>
649
- Wrappers for Native Methods and Structs.
650
- This type is intended for internal use only
651
- </summary>
652
- </member>
653
- <member name="M:MS.WindowsAPICodePack.Internal.CoreNativeMethods.PostMessage(System.IntPtr,MS.WindowsAPICodePack.Internal.WindowMessage,System.IntPtr,System.IntPtr)">
654
- <summary>
655
- Places (posts) a message in the message queue associated with the thread that created
656
- the specified window and returns without waiting for the thread to process the message.
657
- </summary>
658
- <param name="windowHandle">Handle to the window whose window procedure will receive the message.
659
- If this parameter is HWND_BROADCAST, the message is sent to all top-level windows in the system,
660
- including disabled or invisible unowned windows, overlapped windows, and pop-up windows;
661
- but the message is not sent to child windows.
662
- </param>
663
- <param name="message">Specifies the message to be sent.</param>
664
- <param name="wparam">Specifies additional message-specific information.</param>
665
- <param name="lparam">Specifies additional message-specific information.</param>
666
- <returns>A return code specific to the message being sent.</returns>
667
- </member>
668
- <member name="M:MS.WindowsAPICodePack.Internal.CoreNativeMethods.SendMessage(System.IntPtr,MS.WindowsAPICodePack.Internal.WindowMessage,System.IntPtr,System.IntPtr)">
669
- <summary>
670
- Sends the specified message to a window or windows. The SendMessage function calls
671
- the window procedure for the specified window and does not return until the window
672
- procedure has processed the message.
673
- </summary>
674
- <param name="windowHandle">Handle to the window whose window procedure will receive the message.
675
- If this parameter is HWND_BROADCAST, the message is sent to all top-level windows in the system,
676
- including disabled or invisible unowned windows, overlapped windows, and pop-up windows;
677
- but the message is not sent to child windows.
678
- </param>
679
- <param name="message">Specifies the message to be sent.</param>
680
- <param name="wparam">Specifies additional message-specific information.</param>
681
- <param name="lparam">Specifies additional message-specific information.</param>
682
- <returns>A return code specific to the message being sent.</returns>
683
- </member>
684
- <member name="M:MS.WindowsAPICodePack.Internal.CoreNativeMethods.SendMessage(System.IntPtr,System.UInt32,System.IntPtr,System.IntPtr)">
685
- <summary>
686
- Sends the specified message to a window or windows. The SendMessage function calls
687
- the window procedure for the specified window and does not return until the window
688
- procedure has processed the message.
689
- </summary>
690
- <param name="windowHandle">Handle to the window whose window procedure will receive the message.
691
- If this parameter is HWND_BROADCAST, the message is sent to all top-level windows in the system,
692
- including disabled or invisible unowned windows, overlapped windows, and pop-up windows;
693
- but the message is not sent to child windows.
694
- </param>
695
- <param name="message">Specifies the message to be sent.</param>
696
- <param name="wparam">Specifies additional message-specific information.</param>
697
- <param name="lparam">Specifies additional message-specific information.</param>
698
- <returns>A return code specific to the message being sent.</returns>
699
- </member>
700
- <member name="M:MS.WindowsAPICodePack.Internal.CoreNativeMethods.SendMessage(System.IntPtr,System.UInt32,System.IntPtr,System.String)">
701
- <summary>
702
- Sends the specified message to a window or windows. The SendMessage function calls
703
- the window procedure for the specified window and does not return until the window
704
- procedure has processed the message.
705
- </summary>
706
- <param name="windowHandle">Handle to the window whose window procedure will receive the message.
707
- If this parameter is HWND_BROADCAST, the message is sent to all top-level windows in the system,
708
- including disabled or invisible unowned windows, overlapped windows, and pop-up windows;
709
- but the message is not sent to child windows.
710
- </param>
711
- <param name="message">Specifies the message to be sent.</param>
712
- <param name="wparam">Specifies additional message-specific information.</param>
713
- <param name="lparam">Specifies additional message-specific information.</param>
714
- <returns>A return code specific to the message being sent.</returns>
715
- </member>
716
- <member name="M:MS.WindowsAPICodePack.Internal.CoreNativeMethods.SendMessage(System.IntPtr,System.UInt32,System.Int32,System.String)">
717
- <summary>
718
- Sends the specified message to a window or windows. The SendMessage function calls
719
- the window procedure for the specified window and does not return until the window
720
- procedure has processed the message.
721
- </summary>
722
- <param name="windowHandle">Handle to the window whose window procedure will receive the message.
723
- If this parameter is HWND_BROADCAST, the message is sent to all top-level windows in the system,
724
- including disabled or invisible unowned windows, overlapped windows, and pop-up windows;
725
- but the message is not sent to child windows.
726
- </param>
727
- <param name="message">Specifies the message to be sent.</param>
728
- <param name="wparam">Specifies additional message-specific information.</param>
729
- <param name="lparam">Specifies additional message-specific information.</param>
730
- <returns>A return code specific to the message being sent.</returns>
731
- </member>
732
- <member name="M:MS.WindowsAPICodePack.Internal.CoreNativeMethods.SendMessage(System.IntPtr,System.UInt32,System.Int32@,System.Text.StringBuilder)">
733
- <summary>
734
- Sends the specified message to a window or windows. The SendMessage function calls
735
- the window procedure for the specified window and does not return until the window
736
- procedure has processed the message.
737
- </summary>
738
- <param name="windowHandle">Handle to the window whose window procedure will receive the message.
739
- If this parameter is HWND_BROADCAST, the message is sent to all top-level windows in the system,
740
- including disabled or invisible unowned windows, overlapped windows, and pop-up windows;
741
- but the message is not sent to child windows.
742
- </param>
743
- <param name="message">Specifies the message to be sent.</param>
744
- <param name="wparam">Specifies additional message-specific information.</param>
745
- <param name="lparam">Specifies additional message-specific information.</param>
746
- <returns>A return code specific to the message being sent.</returns>
747
- </member>
748
- <member name="M:MS.WindowsAPICodePack.Internal.CoreNativeMethods.DestroyIcon(System.IntPtr)">
749
- <summary>
750
- Destroys an icon and frees any memory the icon occupied.
751
- </summary>
752
- <param name="hIcon">Handle to the icon to be destroyed. The icon must not be in use. </param>
753
- <returns>If the function succeeds, the return value is nonzero. If the function fails, the return value is zero. To get extended error information, call GetLastError. </returns>
754
- </member>
755
- <member name="M:MS.WindowsAPICodePack.Internal.CoreNativeMethods.GetHiWord(System.Int64,System.Int32)">
756
- <summary>
757
- Gets the HiWord
758
- </summary>
759
- <param name="value">The value to get the hi word from.</param>
760
- <param name="size">Size</param>
761
- <returns>The upper half of the dword.</returns>
762
- </member>
763
- <member name="M:MS.WindowsAPICodePack.Internal.CoreNativeMethods.GetLoWord(System.Int64)">
764
- <summary>
765
- Gets the LoWord
766
- </summary>
767
- <param name="value">The value to get the low word from.</param>
768
- <returns>The lower half of the dword.</returns>
769
- </member>
770
- <member name="T:MS.WindowsAPICodePack.Internal.CoreNativeMethods.Size">
771
- <summary>
772
- A Wrapper for a SIZE struct
773
- </summary>
774
- </member>
775
- <member name="P:MS.WindowsAPICodePack.Internal.CoreNativeMethods.Size.Width">
776
- <summary>
777
- Width
778
- </summary>
779
- </member>
780
- <member name="P:MS.WindowsAPICodePack.Internal.CoreNativeMethods.Size.Height">
781
- <summary>
782
- Height
783
- </summary>
784
- </member>
785
- <member name="T:Microsoft.WindowsAPICodePack.Dialogs.DialogShowState">
786
- <summary>
787
- Dialog Show State
788
- </summary>
789
- </member>
790
- <member name="F:Microsoft.WindowsAPICodePack.Dialogs.DialogShowState.PreShow">
791
- <summary>
792
- Pre Show
793
- </summary>
794
- </member>
795
- <member name="F:Microsoft.WindowsAPICodePack.Dialogs.DialogShowState.Showing">
796
- <summary>
797
- Currently Showing
798
- </summary>
799
- </member>
800
- <member name="F:Microsoft.WindowsAPICodePack.Dialogs.DialogShowState.Closing">
801
- <summary>
802
- Currently Closing
803
- </summary>
804
- </member>
805
- <member name="F:Microsoft.WindowsAPICodePack.Dialogs.DialogShowState.Closed">
806
- <summary>
807
- Closed
808
- </summary>
809
- </member>
810
- <member name="M:Microsoft.WindowsAPICodePack.ApplicationServices.PowerManagementNativeMethods.PowerGetActiveScheme(System.IntPtr,System.Guid@)">
811
- <summary>
812
- Gets the Guid relating to the currently active power scheme.
813
- </summary>
814
- <param name="rootPowerKey">Reserved for future use, this must be set to IntPtr.Zero</param>
815
- <param name="activePolicy">Returns a Guid referring to the currently active power scheme.</param>
816
- </member>
817
- <member name="T:Microsoft.WindowsAPICodePack.Dialogs.NativeTaskDialog">
818
- <summary>
819
- Encapsulates the native logic required to create,
820
- configure, and show a TaskDialog,
821
- via the TaskDialogIndirect() Win32 function.
822
- </summary>
823
- <remarks>A new instance of this class should
824
- be created for each messagebox show, as
825
- the HWNDs for TaskDialogs do not remain constant
826
- across calls to TaskDialogIndirect.
827
- </remarks>
828
- </member>
829
- <member name="T:Microsoft.WindowsAPICodePack.Dialogs.NativeTaskDialogSettings">
830
- <summary>
831
- Encapsulates additional configuration needed by NativeTaskDialog
832
- that it can't get from the TASKDIALOGCONFIG struct.
833
- </summary>
834
- </member>
835
- <member name="T:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogNativeMethods">
836
- <summary>
837
- Internal class containing most native interop declarations used
838
- throughout the library.
839
- Functions that are not performance intensive belong in this class.
840
- </summary>
841
- </member>
842
- <member name="P:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogNativeMethods.IconUnion.MainIcon">
843
- <summary>
844
- Gets the handle to the Icon
845
- </summary>
846
- </member>
847
- <member name="T:Microsoft.WindowsAPICodePack.Net.Network">
848
- <summary>
849
- Represents a network on the local machine.
850
- It can also represent a collection of network
851
- connections with a similar network signature.
852
- </summary>
853
- <remarks>
854
- Instances of this class are obtained by calling
855
- methods on the <see cref="T:Microsoft.WindowsAPICodePack.Net.NetworkListManager"/> class.
856
- </remarks>
857
- </member>
858
- <member name="P:Microsoft.WindowsAPICodePack.Net.Network.Category">
859
- <summary>
860
- Gets or sets the category of a network. The
861
- categories are trusted, untrusted, or
862
- authenticated.
863
- </summary>
864
- <value>A <see cref="T:Microsoft.WindowsAPICodePack.Net.NetworkCategory"/> value.</value>
865
- </member>
866
- <member name="P:Microsoft.WindowsAPICodePack.Net.Network.ConnectedTime">
867
- <summary>
868
- Gets the local date and time when the network
869
- was connected.
870
- </summary>
871
- <value>A <see cref="T:System.DateTime"/> object.</value>
872
- </member>
873
- <member name="P:Microsoft.WindowsAPICodePack.Net.Network.Connections">
874
- <summary>
875
- Gets the network connections for the network.
876
- </summary>
877
- <value>A <see cref="T:Microsoft.WindowsAPICodePack.Net.NetworkConnectionCollection"/> object.</value>
878
- </member>
879
- <member name="P:Microsoft.WindowsAPICodePack.Net.Network.Connectivity">
880
- <summary>
881
- Gets the connectivity state of the network.
882
- </summary>
883
- <value>A <see cref="P:Microsoft.WindowsAPICodePack.Net.Network.Connectivity"/> value.</value>
884
- <remarks>Connectivity provides information on whether
885
- the network is connected, and the protocols
886
- in use for network traffic.</remarks>
887
- </member>
888
- <member name="P:Microsoft.WindowsAPICodePack.Net.Network.CreatedTime">
889
- <summary>
890
- Gets the local date and time when the
891
- network was created.
892
- </summary>
893
- <value>A <see cref="T:System.DateTime"/> object.</value>
894
- </member>
895
- <member name="P:Microsoft.WindowsAPICodePack.Net.Network.Description">
896
- <summary>
897
- Gets or sets a description for the network.
898
- </summary>
899
- <value>A <see cref="T:System.String"/> value.</value>
900
- </member>
901
- <member name="P:Microsoft.WindowsAPICodePack.Net.Network.DomainType">
902
- <summary>
903
- Gets the domain type of the network.
904
- </summary>
905
- <value>A <see cref="P:Microsoft.WindowsAPICodePack.Net.Network.DomainType"/> value.</value>
906
- <remarks>The domain
907
- indictates whether the network is an Active
908
- Directory Network, and whether the machine
909
- has been authenticated by Active Directory.</remarks>
910
- </member>
911
- <member name="P:Microsoft.WindowsAPICodePack.Net.Network.IsConnected">
912
- <summary>
913
- Gets a value that indicates whether there is
914
- network connectivity.
915
- </summary>
916
- <value>A <see cref="T:System.Boolean"/> value.</value>
917
- </member>
918
- <member name="P:Microsoft.WindowsAPICodePack.Net.Network.IsConnectedToInternet">
919
- <summary>
920
- Gets a value that indicates whether there is
921
- Internet connectivity.
922
- </summary>
923
- <value>A <see cref="T:System.Boolean"/> value.</value>
924
- </member>
925
- <member name="P:Microsoft.WindowsAPICodePack.Net.Network.Name">
926
- <summary>
927
- Gets or sets the name of the network.
928
- </summary>
929
- <value>A <see cref="T:System.String"/> value.</value>
930
- </member>
931
- <member name="P:Microsoft.WindowsAPICodePack.Net.Network.NetworkId">
932
- <summary>
933
- Gets a unique identifier for the network.
934
- </summary>
935
- <value>A <see cref="T:System.Guid"/> value.</value>
936
- </member>
937
- <member name="T:Microsoft.WindowsAPICodePack.Net.NetworkCollection">
938
- <summary>
939
- An enumerable collection of <see cref="T:Microsoft.WindowsAPICodePack.Net.Network"/> objects.
940
- </summary>
941
- </member>
942
- <member name="M:Microsoft.WindowsAPICodePack.Net.NetworkCollection.GetEnumerator">
943
- <summary>
944
- Returns the strongly typed enumerator for this collection.
945
- </summary>
946
- <returns>An <see cref="T:System.Collections.Generic.IEnumerator`1"/> object.</returns>
947
- </member>
948
- <member name="M:Microsoft.WindowsAPICodePack.Net.NetworkCollection.System#Collections#IEnumerable#GetEnumerator">
949
- <summary>
950
- Returns the enumerator for this collection.
951
- </summary>
952
- <returns>An <see cref="T:System.Collections.IEnumerator"/> object.</returns>
953
- </member>
954
- <member name="T:Microsoft.WindowsAPICodePack.Net.NetworkConnection">
955
- <summary>
956
- Represents a connection to a network.
957
- </summary>
958
- <remarks> A collection containing instances of this class is obtained by calling
959
- the <see cref="P:Microsoft.WindowsAPICodePack.Net.Network.Connections"/> property.</remarks>
960
- </member>
961
- <member name="P:Microsoft.WindowsAPICodePack.Net.NetworkConnection.Network">
962
- <summary>
963
- Retrieves an object that represents the network
964
- associated with this connection.
965
- </summary>
966
- <returns>A <see cref="P:Microsoft.WindowsAPICodePack.Net.NetworkConnection.Network"/> object.</returns>
967
- </member>
968
- <member name="P:Microsoft.WindowsAPICodePack.Net.NetworkConnection.AdapterId">
969
- <summary>
970
- Gets the adapter identifier for this connection.
971
- </summary>
972
- <value>A <see cref="T:System.Guid"/> object.</value>
973
- </member>
974
- <member name="P:Microsoft.WindowsAPICodePack.Net.NetworkConnection.ConnectionId">
975
- <summary>
976
- Gets the unique identifier for this connection.
977
- </summary>
978
- <value>A <see cref="T:System.Guid"/> object.</value>
979
- </member>
980
- <member name="P:Microsoft.WindowsAPICodePack.Net.NetworkConnection.Connectivity">
981
- <summary>
982
- Gets a value that indicates the connectivity of this connection.
983
- </summary>
984
- <value>A <see cref="P:Microsoft.WindowsAPICodePack.Net.NetworkConnection.Connectivity"/> value.</value>
985
- </member>
986
- <member name="P:Microsoft.WindowsAPICodePack.Net.NetworkConnection.DomainType">
987
- <summary>
988
- Gets a value that indicates whether the network associated
989
- with this connection is
990
- an Active Directory network and whether the machine
991
- has been authenticated by Active Directory.
992
- </summary>
993
- <value>A <see cref="P:Microsoft.WindowsAPICodePack.Net.NetworkConnection.DomainType"/> value.</value>
994
- </member>
995
- <member name="P:Microsoft.WindowsAPICodePack.Net.NetworkConnection.IsConnectedToInternet">
996
- <summary>
997
- Gets a value that indicates whether this
998
- connection has Internet access.
999
- </summary>
1000
- <value>A <see cref="T:System.Boolean"/> value.</value>
1001
- </member>
1002
- <member name="P:Microsoft.WindowsAPICodePack.Net.NetworkConnection.IsConnected">
1003
- <summary>
1004
- Gets a value that indicates whether this connection has
1005
- network connectivity.
1006
- </summary>
1007
- <value>A <see cref="T:System.Boolean"/> value.</value>
1008
- </member>
1009
- <member name="T:Microsoft.WindowsAPICodePack.Net.NetworkConnectionCollection">
1010
- <summary>
1011
- An enumerable collection of <see cref="T:Microsoft.WindowsAPICodePack.Net.NetworkConnection"/> objects.
1012
- </summary>
1013
- </member>
1014
- <member name="M:Microsoft.WindowsAPICodePack.Net.NetworkConnectionCollection.GetEnumerator">
1015
- <summary>
1016
- Returns the strongly typed enumerator for this collection.
1017
- </summary>
1018
- <returns>A <see cref="T:System.Collections.Generic.IEnumerator`1"/> object.</returns>
1019
- </member>
1020
- <member name="M:Microsoft.WindowsAPICodePack.Net.NetworkConnectionCollection.System#Collections#IEnumerable#GetEnumerator">
1021
- <summary>
1022
- Returns the enumerator for this collection.
1023
- </summary>
1024
- <returns>A <see cref="T:System.Collections.IEnumerator"/> object.</returns>
1025
- </member>
1026
- <member name="T:Microsoft.WindowsAPICodePack.Net.ConnectivityStates">
1027
- <summary>
1028
- Specifies types of network connectivity.
1029
- </summary>
1030
- </member>
1031
- <member name="F:Microsoft.WindowsAPICodePack.Net.ConnectivityStates.None">
1032
- <summary>
1033
- The underlying network interfaces have no
1034
- connectivity to any network.
1035
- </summary>
1036
- </member>
1037
- <member name="F:Microsoft.WindowsAPICodePack.Net.ConnectivityStates.IPv4Internet">
1038
- <summary>
1039
- There is connectivity to the Internet
1040
- using the IPv4 protocol.
1041
- </summary>
1042
- </member>
1043
- <member name="F:Microsoft.WindowsAPICodePack.Net.ConnectivityStates.IPv4LocalNetwork">
1044
- <summary>
1045
- There is connectivity to a routed network
1046
- using the IPv4 protocol.
1047
- </summary>
1048
- </member>
1049
- <member name="F:Microsoft.WindowsAPICodePack.Net.ConnectivityStates.IPv4NoTraffic">
1050
- <summary>
1051
- There is connectivity to a network, but
1052
- the service cannot detect any IPv4
1053
- network traffic.
1054
- </summary>
1055
- </member>
1056
- <member name="F:Microsoft.WindowsAPICodePack.Net.ConnectivityStates.IPv4Subnet">
1057
- <summary>
1058
- There is connectivity to the local
1059
- subnet using the IPv4 protocol.
1060
- </summary>
1061
- </member>
1062
- <member name="F:Microsoft.WindowsAPICodePack.Net.ConnectivityStates.IPv6Internet">
1063
- <summary>
1064
- There is connectivity to the Internet
1065
- using the IPv4 protocol.
1066
- </summary>
1067
- </member>
1068
- <member name="F:Microsoft.WindowsAPICodePack.Net.ConnectivityStates.IPv6LocalNetwork">
1069
- <summary>
1070
- There is connectivity to a local
1071
- network using the IPv6 protocol.
1072
- </summary>
1073
- </member>
1074
- <member name="F:Microsoft.WindowsAPICodePack.Net.ConnectivityStates.IPv6NoTraffic">
1075
- <summary>
1076
- There is connectivity to a network,
1077
- but the service cannot detect any
1078
- IPv6 network traffic
1079
- </summary>
1080
- </member>
1081
- <member name="F:Microsoft.WindowsAPICodePack.Net.ConnectivityStates.IPv6Subnet">
1082
- <summary>
1083
- There is connectivity to the local
1084
- subnet using the IPv6 protocol.
1085
- </summary>
1086
- </member>
1087
- <member name="T:Microsoft.WindowsAPICodePack.Net.DomainType">
1088
- <summary>
1089
- Specifies the domain type of a network.
1090
- </summary>
1091
- </member>
1092
- <member name="F:Microsoft.WindowsAPICodePack.Net.DomainType.NonDomainNetwork">
1093
- <summary>
1094
- The network is not an Active Directory network.
1095
- </summary>
1096
- </member>
1097
- <member name="F:Microsoft.WindowsAPICodePack.Net.DomainType.DomainNetwork">
1098
- <summary>
1099
- The network is an Active Directory network, but this machine is not authenticated against it.
1100
- </summary>
1101
- </member>
1102
- <member name="F:Microsoft.WindowsAPICodePack.Net.DomainType.DomainAuthenticated">
1103
- <summary>
1104
- The network is an Active Directory network, and this machine is authenticated against it.
1105
- </summary>
1106
- </member>
1107
- <member name="T:Microsoft.WindowsAPICodePack.Net.NetworkCategory">
1108
- <summary>
1109
- Specifies the trust level for a
1110
- network.
1111
- </summary>
1112
- </member>
1113
- <member name="F:Microsoft.WindowsAPICodePack.Net.NetworkCategory.Public">
1114
- <summary>
1115
- The network is a public (untrusted) network.
1116
- </summary>
1117
- </member>
1118
- <member name="F:Microsoft.WindowsAPICodePack.Net.NetworkCategory.Private">
1119
- <summary>
1120
- The network is a private (trusted) network.
1121
- </summary>
1122
- </member>
1123
- <member name="F:Microsoft.WindowsAPICodePack.Net.NetworkCategory.Authenticated">
1124
- <summary>
1125
- The network is authenticated against an Active Directory domain.
1126
- </summary>
1127
- </member>
1128
- <member name="T:Microsoft.WindowsAPICodePack.Net.NetworkConnectivityLevels">
1129
- <summary>
1130
- Specifies the level of connectivity for
1131
- networks returned by the
1132
- <see cref="T:Microsoft.WindowsAPICodePack.Net.NetworkListManager"/>
1133
- class.
1134
- </summary>
1135
- </member>
1136
- <member name="F:Microsoft.WindowsAPICodePack.Net.NetworkConnectivityLevels.Connected">
1137
- <summary>
1138
- Networks that the machine is connected to.
1139
- </summary>
1140
- </member>
1141
- <member name="F:Microsoft.WindowsAPICodePack.Net.NetworkConnectivityLevels.Disconnected">
1142
- <summary>
1143
- Networks that the machine is not connected to.
1144
- </summary>
1145
- </member>
1146
- <member name="F:Microsoft.WindowsAPICodePack.Net.NetworkConnectivityLevels.All">
1147
- <summary>
1148
- All networks.
1149
- </summary>
1150
- </member>
1151
- <member name="T:Microsoft.WindowsAPICodePack.Net.NetworkListManager">
1152
- <summary>
1153
- Provides access to objects that represent networks and network connections.
1154
- </summary>
1155
- </member>
1156
- <member name="M:Microsoft.WindowsAPICodePack.Net.NetworkListManager.GetNetworks(Microsoft.WindowsAPICodePack.Net.NetworkConnectivityLevels)">
1157
- <summary>
1158
- Retrieves a collection of <see cref="T:Microsoft.WindowsAPICodePack.Net.Network"/> objects that represent the networks defined for this machine.
1159
- </summary>
1160
- <param name="level">
1161
- The <see cref="T:Microsoft.WindowsAPICodePack.Net.NetworkConnectivityLevels"/> that specify the connectivity level of the returned <see cref="T:Microsoft.WindowsAPICodePack.Net.Network"/> objects.
1162
- </param>
1163
- <returns>
1164
- A <see cref="T:Microsoft.WindowsAPICodePack.Net.NetworkCollection"/> of <see cref="T:Microsoft.WindowsAPICodePack.Net.Network"/> objects.
1165
- </returns>
1166
- </member>
1167
- <member name="M:Microsoft.WindowsAPICodePack.Net.NetworkListManager.GetNetwork(System.Guid)">
1168
- <summary>
1169
- Retrieves the <see cref="T:Microsoft.WindowsAPICodePack.Net.Network"/> identified by the specified network identifier.
1170
- </summary>
1171
- <param name="networkId">
1172
- A <see cref="T:System.Guid"/> that specifies the unique identifier for the network.
1173
- </param>
1174
- <returns>
1175
- The <see cref="T:Microsoft.WindowsAPICodePack.Net.Network"/> that represents the network identified by the identifier.
1176
- </returns>
1177
- </member>
1178
- <member name="M:Microsoft.WindowsAPICodePack.Net.NetworkListManager.GetNetworkConnections">
1179
- <summary>
1180
- Retrieves a collection of <see cref="T:Microsoft.WindowsAPICodePack.Net.NetworkConnection"/> objects that represent the connections for this machine.
1181
- </summary>
1182
- <returns>
1183
- A <see cref="T:Microsoft.WindowsAPICodePack.Net.NetworkConnectionCollection"/> containing the network connections.
1184
- </returns>
1185
- </member>
1186
- <member name="M:Microsoft.WindowsAPICodePack.Net.NetworkListManager.GetNetworkConnection(System.Guid)">
1187
- <summary>
1188
- Retrieves the <see cref="T:Microsoft.WindowsAPICodePack.Net.NetworkConnection"/> identified by the specified connection identifier.
1189
- </summary>
1190
- <param name="networkConnectionId">
1191
- A <see cref="T:System.Guid"/> that specifies the unique identifier for the network connection.
1192
- </param>
1193
- <returns>
1194
- The <see cref="T:Microsoft.WindowsAPICodePack.Net.NetworkConnection"/> identified by the specified identifier.
1195
- </returns>
1196
- </member>
1197
- <member name="P:Microsoft.WindowsAPICodePack.Net.NetworkListManager.IsConnectedToInternet">
1198
- <summary>
1199
- Gets a value that indicates whether this machine
1200
- has Internet connectivity.
1201
- </summary>
1202
- <value>A <see cref="T:System.Boolean"/> value.</value>
1203
- </member>
1204
- <member name="P:Microsoft.WindowsAPICodePack.Net.NetworkListManager.IsConnected">
1205
- <summary>
1206
- Gets a value that indicates whether this machine
1207
- has network connectivity.
1208
- </summary>
1209
- <value>A <see cref="T:System.Boolean"/> value.</value>
1210
- </member>
1211
- <member name="P:Microsoft.WindowsAPICodePack.Net.NetworkListManager.Connectivity">
1212
- <summary>
1213
- Gets the connectivity state of this machine.
1214
- </summary>
1215
- <value>A <see cref="P:Microsoft.WindowsAPICodePack.Net.NetworkListManager.Connectivity"/> value.</value>
1216
- </member>
1217
- <member name="T:Microsoft.WindowsAPICodePack.ApplicationServices.BatteryState">
1218
- <summary>
1219
- A snapshot of the state of the battery.
1220
- </summary>
1221
- </member>
1222
- <member name="M:Microsoft.WindowsAPICodePack.ApplicationServices.BatteryState.ToString">
1223
- <summary>
1224
- Generates a string that represents this <b>BatteryState</b> object.
1225
- </summary>
1226
- <returns>A <see cref="T:System.String"/> representation of this object's current state.</returns>
1227
- </member>
1228
- <member name="P:Microsoft.WindowsAPICodePack.ApplicationServices.BatteryState.ACOnline">
1229
- <summary>
1230
- Gets a value that indicates whether the battery charger is
1231
- operating on external power.
1232
- </summary>
1233
- <value>A <see cref="T:System.Boolean"/> value. <b>True</b> indicates the battery charger is operating on AC power.</value>
1234
- </member>
1235
- <member name="P:Microsoft.WindowsAPICodePack.ApplicationServices.BatteryState.MaxCharge">
1236
- <summary>
1237
- Gets the maximum charge of the battery (in mW).
1238
- </summary>
1239
- <value>An <see cref="T:System.Int32"/> value.</value>
1240
- </member>
1241
- <member name="P:Microsoft.WindowsAPICodePack.ApplicationServices.BatteryState.CurrentCharge">
1242
- <summary>
1243
- Gets the current charge of the battery (in mW).
1244
- </summary>
1245
- <value>An <see cref="T:System.Int32"/> value.</value>
1246
- </member>
1247
- <member name="P:Microsoft.WindowsAPICodePack.ApplicationServices.BatteryState.ChargeRate">
1248
- <summary>
1249
- Gets the rate of discharge for the battery (in mW).
1250
- </summary>
1251
- <remarks>
1252
- If plugged in, fully charged: DischargeRate = 0.
1253
- If plugged in, charging: DischargeRate = positive mW per hour.
1254
- If unplugged: DischargeRate = negative mW per hour.
1255
- </remarks>
1256
- <value>An <see cref="T:System.Int32"/> value.</value>
1257
- </member>
1258
- <member name="P:Microsoft.WindowsAPICodePack.ApplicationServices.BatteryState.EstimatedTimeRemaining">
1259
- <summary>
1260
- Gets the estimated time remaining until the battery is empty.
1261
- </summary>
1262
- <value>A <see cref="T:System.TimeSpan"/> object.</value>
1263
- </member>
1264
- <member name="P:Microsoft.WindowsAPICodePack.ApplicationServices.BatteryState.SuggestedCriticalBatteryCharge">
1265
- <summary>
1266
- Gets the manufacturer's suggested battery charge level
1267
- that should cause a critical alert to be sent to the user.
1268
- </summary>
1269
- <value>An <see cref="T:System.Int32"/> value.</value>
1270
- </member>
1271
- <member name="P:Microsoft.WindowsAPICodePack.ApplicationServices.BatteryState.SuggestedBatteryWarningCharge">
1272
- <summary>
1273
- Gets the manufacturer's suggested battery charge level
1274
- that should cause a warning to be sent to the user.
1275
- </summary>
1276
- <value>An <see cref="T:System.Int32"/> value.</value>
1277
- </member>
1278
- <member name="T:Microsoft.WindowsAPICodePack.ApplicationServices.EventManager">
1279
- <summary>
1280
- This class keeps track of the current state of each type of event.
1281
- The MessageManager class tracks event handlers.
1282
- This class only deals with each event type (i.e.
1283
- BatteryLifePercentChanged) as a whole.
1284
- </summary>
1285
- </member>
1286
- <member name="M:Microsoft.WindowsAPICodePack.ApplicationServices.EventManager.IsMessageCaught(System.Guid)">
1287
- <summary>
1288
- Determines if a message should be caught, preventing
1289
- the event handler from executing.
1290
- This is needed when an event is initially registered.
1291
- </summary>
1292
- <param name="eventGuid">The event to check.</param>
1293
- <returns>A boolean value. Returns true if the
1294
- message should be caught.</returns>
1295
- </member>
1296
- <member name="T:Microsoft.WindowsAPICodePack.ApplicationServices.ExecutionStates">
1297
- <summary>
1298
- Enumeration of execution states.
1299
- </summary>
1300
- </member>
1301
- <member name="F:Microsoft.WindowsAPICodePack.ApplicationServices.ExecutionStates.None">
1302
- <summary>
1303
- No state configured.
1304
- </summary>
1305
- </member>
1306
- <member name="F:Microsoft.WindowsAPICodePack.ApplicationServices.ExecutionStates.SystemRequired">
1307
- <summary>
1308
- Forces the system to be in the working state by resetting the system idle timer.
1309
- </summary>
1310
- </member>
1311
- <member name="F:Microsoft.WindowsAPICodePack.ApplicationServices.ExecutionStates.DisplayRequired">
1312
- <summary>
1313
- Forces the display to be on by resetting the display idle timer.
1314
- </summary>
1315
- </member>
1316
- <member name="F:Microsoft.WindowsAPICodePack.ApplicationServices.ExecutionStates.AwayModeRequired">
1317
- <summary>
1318
- Enables away mode. This value must be specified with ES_CONTINUOUS.
1319
- Away mode should be used only by media-recording and media-distribution applications that must perform critical background processing on desktop computers while the computer appears to be sleeping. See Remarks.
1320
-
1321
- Windows Server 2003 and Windows XP/2000: ES_AWAYMODE_REQUIRED is not supported.
1322
- </summary>
1323
- </member>
1324
- <member name="F:Microsoft.WindowsAPICodePack.ApplicationServices.ExecutionStates.Continuous">
1325
- <summary>
1326
- Informs the system that the state being set should remain in effect until the next call that uses ES_CONTINUOUS and one of the other state flags is cleared.
1327
- </summary>
1328
- </member>
1329
- <member name="T:Microsoft.WindowsAPICodePack.ApplicationServices.MessageManager">
1330
- <summary>
1331
- This class generates .NET events based on Windows messages.
1332
- The PowerRegWindow class processes the messages from Windows.
1333
- </summary>
1334
- </member>
1335
- <member name="M:Microsoft.WindowsAPICodePack.ApplicationServices.MessageManager.RegisterPowerEvent(System.Guid,System.EventHandler)">
1336
- <summary>
1337
- Registers a callback for a power event.
1338
- </summary>
1339
- <param name="eventId">Guid for the event.</param>
1340
- <param name="eventToRegister">Event handler for the specified event.</param>
1341
- </member>
1342
- <member name="M:Microsoft.WindowsAPICodePack.ApplicationServices.MessageManager.UnregisterPowerEvent(System.Guid,System.EventHandler)">
1343
- <summary>
1344
- Unregisters an event handler for a power event.
1345
- </summary>
1346
- <param name="eventId">Guid for the event.</param>
1347
- <param name="eventToUnregister">Event handler to unregister.</param>
1348
- </member>
1349
- <member name="M:Microsoft.WindowsAPICodePack.ApplicationServices.MessageManager.EnsureInitialized">
1350
- <summary>
1351
- Ensures that the hidden window is initialized and
1352
- listening for messages.
1353
- </summary>
1354
- </member>
1355
- <member name="T:Microsoft.WindowsAPICodePack.ApplicationServices.MessageManager.PowerRegWindow">
1356
- <summary>
1357
- Catch Windows messages and generates events for power specific
1358
- messages.
1359
- </summary>
1360
- </member>
1361
- <member name="M:Microsoft.WindowsAPICodePack.ApplicationServices.MessageManager.PowerRegWindow.RegisterPowerEvent(System.Guid,System.EventHandler)">
1362
- <summary>
1363
- Adds an event handler to call when Windows sends
1364
- a message for an event.
1365
- </summary>
1366
- <param name="eventId">Guid for the event.</param>
1367
- <param name="eventToRegister">Event handler for the event.</param>
1368
- </member>
1369
- <member name="M:Microsoft.WindowsAPICodePack.ApplicationServices.MessageManager.PowerRegWindow.UnregisterPowerEvent(System.Guid,System.EventHandler)">
1370
- <summary>
1371
- Removes an event handler.
1372
- </summary>
1373
- <param name="eventId">Guid for the event.</param>
1374
- <param name="eventToUnregister">Event handler to remove.</param>
1375
- <exception cref="T:System.InvalidOperationException">Cannot unregister
1376
- a function that is not registered.</exception>
1377
- </member>
1378
- <member name="M:Microsoft.WindowsAPICodePack.ApplicationServices.MessageManager.PowerRegWindow.ExecuteEvents(System.Collections.ArrayList)">
1379
- <summary>
1380
- Executes any registered event handlers.
1381
- </summary>
1382
- <param name="eventHandlerList">ArrayList of event handlers.</param>
1383
- </member>
1384
- <member name="M:Microsoft.WindowsAPICodePack.ApplicationServices.MessageManager.PowerRegWindow.WndProc(System.Windows.Forms.Message@)">
1385
- <summary>
1386
- This method is called when a Windows message
1387
- is sent to this window.
1388
- The method calls the registered event handlers.
1389
- </summary>
1390
- </member>
1391
- <member name="M:Microsoft.WindowsAPICodePack.ApplicationServices.Power.RegisterPowerSettingNotification(System.IntPtr,System.Guid)">
1392
- <summary>
1393
- Registers the application to receive power setting notifications
1394
- for the specific power setting event.
1395
- </summary>
1396
- <param name="handle">Handle indicating where the power setting
1397
- notifications are to be sent.</param>
1398
- <param name="powerSetting">The GUID of the power setting for
1399
- which notifications are to be sent.</param>
1400
- <returns>Returns a notification handle for unregistering
1401
- power notifications.</returns>
1402
- </member>
1403
- <member name="T:Microsoft.WindowsAPICodePack.ApplicationServices.PowerManager">
1404
- <summary>
1405
- Enables registration for
1406
- power-related event notifications and provides access to power settings.
1407
- </summary>
1408
- </member>
1409
- <member name="M:Microsoft.WindowsAPICodePack.ApplicationServices.PowerManager.GetCurrentBatteryState">
1410
- <summary>
1411
- Gets a snapshot of the current battery state.
1412
- </summary>
1413
- <returns>A <see cref="T:Microsoft.WindowsAPICodePack.ApplicationServices.BatteryState"/> instance that represents
1414
- the state of the battery at the time this method was called.</returns>
1415
- <exception cref="T:System.InvalidOperationException">The system does not have a battery.</exception>
1416
- <exception cref="T:System.PlatformNotSupportedException">Requires XP/Windows Server 2003 or higher.</exception>
1417
- </member>
1418
- <member name="M:Microsoft.WindowsAPICodePack.ApplicationServices.PowerManager.SetThreadExecutionState(Microsoft.WindowsAPICodePack.ApplicationServices.ExecutionStates)">
1419
- <summary>
1420
- Allows an application to inform the system that it
1421
- is in use, thereby preventing the system from entering
1422
- the sleeping power state or turning off the display
1423
- while the application is running.
1424
- </summary>
1425
- <param name="executionStateOptions">The thread's execution requirements.</param>
1426
- <exception cref="T:System.ComponentModel.Win32Exception">Thrown if the SetThreadExecutionState call fails.</exception>
1427
- </member>
1428
- <member name="E:Microsoft.WindowsAPICodePack.ApplicationServices.PowerManager.PowerPersonalityChanged">
1429
- <summary>
1430
- Raised each time the active power scheme changes.
1431
- </summary>
1432
- <exception cref="T:System.InvalidOperationException">The event handler specified for removal was not registered.</exception>
1433
- <exception cref="T:System.PlatformNotSupportedException">Requires Vista/Windows Server 2008.</exception>
1434
- </member>
1435
- <member name="E:Microsoft.WindowsAPICodePack.ApplicationServices.PowerManager.PowerSourceChanged">
1436
- <summary>
1437
- Raised when the power source changes.
1438
- </summary>
1439
- <exception cref="T:System.InvalidOperationException">The event handler specified for removal was not registered.</exception>
1440
- <exception cref="T:System.PlatformNotSupportedException">Requires Vista/Windows Server 2008.</exception>
1441
- </member>
1442
- <member name="E:Microsoft.WindowsAPICodePack.ApplicationServices.PowerManager.BatteryLifePercentChanged">
1443
- <summary>
1444
- Raised when the remaining battery life changes.
1445
- </summary>
1446
- <exception cref="T:System.InvalidOperationException">The event handler specified for removal was not registered.</exception>
1447
- <exception cref="T:System.PlatformNotSupportedException">Requires Vista/Windows Server 2008.</exception>
1448
- </member>
1449
- <member name="E:Microsoft.WindowsAPICodePack.ApplicationServices.PowerManager.IsMonitorOnChanged">
1450
- <summary>
1451
- Raised when the monitor status changes.
1452
- </summary>
1453
- <exception cref="T:System.InvalidOperationException">The event handler specified for removal was not registered.</exception>
1454
- <exception cref="T:System.PlatformNotSupportedException">Requires Vista/Windows Server 2008.</exception>
1455
- </member>
1456
- <member name="E:Microsoft.WindowsAPICodePack.ApplicationServices.PowerManager.SystemBusyChanged">
1457
- <summary>
1458
- Raised when the system will not be moving into an idle
1459
- state in the near future so applications should
1460
- perform any tasks that
1461
- would otherwise prevent the computer from entering an idle state.
1462
- </summary>
1463
- <exception cref="T:System.InvalidOperationException">The event handler specified for removal was not registered.</exception>
1464
- <exception cref="T:System.PlatformNotSupportedException">Requires Vista/Windows Server 2008.</exception>
1465
- </member>
1466
- <member name="P:Microsoft.WindowsAPICodePack.ApplicationServices.PowerManager.MonitorRequired">
1467
- <summary>
1468
- Gets or sets a value that indicates whether the monitor is
1469
- set to remain active.
1470
- </summary>
1471
- <exception cref="T:System.PlatformNotSupportedException">Requires XP/Windows Server 2003 or higher.</exception>
1472
- <exception cref="T:System.Security.SecurityException">The caller does not have sufficient privileges to set this property.
1473
- </exception>
1474
- <remarks>This information is typically used by applications
1475
- that display information but do not require
1476
- user interaction. For example, video playback applications.</remarks>
1477
- <permission cref="T:System.Security.Permissions.SecurityPermission"> to set this property. Demand value: <see cref="F:System.Security.Permissions.SecurityAction.Demand"/>; Named Permission Sets: <b>FullTrust</b>.</permission>
1478
- <value>A <see cref="T:System.Boolean"/> value. <b>True</b> if the monitor
1479
- is required to remain on.</value>
1480
- </member>
1481
- <member name="P:Microsoft.WindowsAPICodePack.ApplicationServices.PowerManager.RequestBlockSleep">
1482
- <summary>
1483
- Gets or sets a value that indicates whether the system
1484
- is required to be in the working state.
1485
- </summary>
1486
- <exception cref="T:System.PlatformNotSupportedException">Requires XP/Windows Server 2003 or higher.</exception>
1487
- <exception cref="T:System.Security.SecurityException">The caller does not have sufficient privileges to set this property.
1488
- </exception>
1489
- <permission cref="T:System.Security.Permissions.SecurityPermission"> to set this property. Demand value: <see cref="F:System.Security.Permissions.SecurityAction.Demand"/>; Named Permission Sets: <b>FullTrust</b>.</permission>
1490
- <value>A <see cref="T:System.Boolean"/> value.</value>
1491
- </member>
1492
- <member name="P:Microsoft.WindowsAPICodePack.ApplicationServices.PowerManager.IsBatteryPresent">
1493
- <summary>
1494
- Gets a value that indicates whether a battery is present.
1495
- The battery can be a short term battery.
1496
- </summary>
1497
- <exception cref="T:System.PlatformNotSupportedException">Requires XP/Windows Server 2003 or higher.</exception>
1498
- <value>A <see cref="T:System.Boolean"/> value.</value>
1499
- </member>
1500
- <member name="P:Microsoft.WindowsAPICodePack.ApplicationServices.PowerManager.IsBatteryShortTerm">
1501
- <summary>
1502
- Gets a value that indicates whether the battery is a short term battery.
1503
- </summary>
1504
- <exception cref="T:System.PlatformNotSupportedException">Requires XP/Windows Server 2003 or higher.</exception>
1505
- <value>A <see cref="T:System.Boolean"/> value.</value>
1506
- </member>
1507
- <member name="P:Microsoft.WindowsAPICodePack.ApplicationServices.PowerManager.IsUpsPresent">
1508
- <summary>
1509
- Gets a value that indicates a UPS is present to prevent
1510
- sudden loss of power.
1511
- </summary>
1512
- <exception cref="T:System.PlatformNotSupportedException">Requires XP/Windows Server 2003 or higher.</exception>
1513
- <value>A <see cref="T:System.Boolean"/> value.</value>
1514
- </member>
1515
- <member name="P:Microsoft.WindowsAPICodePack.ApplicationServices.PowerManager.PowerPersonality">
1516
- <summary>
1517
- Gets a value that indicates the current power scheme.
1518
- </summary>
1519
- <exception cref="T:System.PlatformNotSupportedException">Requires Vista/Windows Server 2008.</exception>
1520
- <value>A <see cref="P:Microsoft.WindowsAPICodePack.ApplicationServices.PowerManager.PowerPersonality"/> value.</value>
1521
- </member>
1522
- <member name="P:Microsoft.WindowsAPICodePack.ApplicationServices.PowerManager.BatteryLifePercent">
1523
- <summary>
1524
- Gets a value that indicates the remaining battery life
1525
- (as a percentage of the full battery charge).
1526
- This value is in the range 0-100,
1527
- where 0 is not charged and 100 is fully charged.
1528
- </summary>
1529
- <exception cref="T:System.InvalidOperationException">The system does not have a battery.</exception>
1530
- <exception cref="T:System.PlatformNotSupportedException">Requires Vista/Windows Server 2008.</exception>
1531
- <value>An <see cref="T:System.Int32"/> value.</value>
1532
- </member>
1533
- <member name="P:Microsoft.WindowsAPICodePack.ApplicationServices.PowerManager.IsMonitorOn">
1534
- <summary>
1535
- Gets a value that indictates whether the monitor is on.
1536
- </summary>
1537
- <exception cref="T:System.PlatformNotSupportedException">Requires Vista/Windows Server 2008.</exception>
1538
- <value>A <see cref="T:System.Boolean"/> value.</value>
1539
- </member>
1540
- <member name="P:Microsoft.WindowsAPICodePack.ApplicationServices.PowerManager.PowerSource">
1541
- <summary>
1542
- Gets the current power source.
1543
- </summary>
1544
- <exception cref="T:System.PlatformNotSupportedException">Requires Vista/Windows Server 2008.</exception>
1545
- <value>A <see cref="P:Microsoft.WindowsAPICodePack.ApplicationServices.PowerManager.PowerSource"/> value.</value>
1546
- </member>
1547
- <member name="T:Microsoft.WindowsAPICodePack.ApplicationServices.PowerPersonality">
1548
- <summary>
1549
- Specifies the supported power personalities.
1550
- </summary>
1551
- </member>
1552
- <member name="F:Microsoft.WindowsAPICodePack.ApplicationServices.PowerPersonality.Unknown">
1553
- <summary>
1554
- The power personality Guid does not match a known value.
1555
- </summary>
1556
- </member>
1557
- <member name="F:Microsoft.WindowsAPICodePack.ApplicationServices.PowerPersonality.HighPerformance">
1558
- <summary>
1559
- Power settings designed to deliver maximum performance
1560
- at the expense of power consumption savings.
1561
- </summary>
1562
- </member>
1563
- <member name="F:Microsoft.WindowsAPICodePack.ApplicationServices.PowerPersonality.PowerSaver">
1564
- <summary>
1565
- Power settings designed consume minimum power
1566
- at the expense of system performance and responsiveness.
1567
- </summary>
1568
- </member>
1569
- <member name="F:Microsoft.WindowsAPICodePack.ApplicationServices.PowerPersonality.Automatic">
1570
- <summary>
1571
- Power settings designed to balance performance
1572
- and power consumption.
1573
- </summary>
1574
- </member>
1575
- <member name="T:Microsoft.WindowsAPICodePack.ApplicationServices.PowerSource">
1576
- <summary>
1577
- Specifies the power source currently supplying power to the system.
1578
- </summary>
1579
- <remarks>Application should be aware of the power source because
1580
- some power sources provide a finite power supply.
1581
- An application might take steps to conserve power while
1582
- the system is using such a source.
1583
- </remarks>
1584
- </member>
1585
- <member name="F:Microsoft.WindowsAPICodePack.ApplicationServices.PowerSource.AC">
1586
- <summary>
1587
- The computer is powered by an AC power source
1588
- or a similar device, such as a laptop powered
1589
- by a 12V automotive adapter.
1590
- </summary>
1591
- </member>
1592
- <member name="F:Microsoft.WindowsAPICodePack.ApplicationServices.PowerSource.Battery">
1593
- <summary>
1594
- The computer is powered by a built-in battery.
1595
- A battery has a limited
1596
- amount of power; applications should conserve resources
1597
- where possible.
1598
- </summary>
1599
- </member>
1600
- <member name="F:Microsoft.WindowsAPICodePack.ApplicationServices.PowerSource.Ups">
1601
- <summary>
1602
- The computer is powered by a short-term power source
1603
- such as a UPS device.
1604
- </summary>
1605
- </member>
1606
- <member name="T:Microsoft.WindowsAPICodePack.Shell.PropertySystem.PropertyKey">
1607
- <summary>
1608
- Defines a unique key for a Shell Property
1609
- </summary>
1610
- </member>
1611
- <member name="M:Microsoft.WindowsAPICodePack.Shell.PropertySystem.PropertyKey.#ctor(System.Guid,System.Int32)">
1612
- <summary>
1613
- PropertyKey Constructor
1614
- </summary>
1615
- <param name="formatId">A unique GUID for the property</param>
1616
- <param name="propertyId">Property identifier (PID)</param>
1617
- </member>
1618
- <member name="M:Microsoft.WindowsAPICodePack.Shell.PropertySystem.PropertyKey.#ctor(System.String,System.Int32)">
1619
- <summary>
1620
- PropertyKey Constructor
1621
- </summary>
1622
- <param name="formatId">A string represenstion of a GUID for the property</param>
1623
- <param name="propertyId">Property identifier (PID)</param>
1624
- </member>
1625
- <member name="M:Microsoft.WindowsAPICodePack.Shell.PropertySystem.PropertyKey.Equals(Microsoft.WindowsAPICodePack.Shell.PropertySystem.PropertyKey)">
1626
- <summary>
1627
- Returns whether this object is equal to another. This is vital for performance of value types.
1628
- </summary>
1629
- <param name="other">The object to compare against.</param>
1630
- <returns>Equality result.</returns>
1631
- </member>
1632
- <member name="M:Microsoft.WindowsAPICodePack.Shell.PropertySystem.PropertyKey.GetHashCode">
1633
- <summary>
1634
- Returns the hash code of the object. This is vital for performance of value types.
1635
- </summary>
1636
- <returns></returns>
1637
- </member>
1638
- <member name="M:Microsoft.WindowsAPICodePack.Shell.PropertySystem.PropertyKey.Equals(System.Object)">
1639
- <summary>
1640
- Returns whether this object is equal to another. This is vital for performance of value types.
1641
- </summary>
1642
- <param name="obj">The object to compare against.</param>
1643
- <returns>Equality result.</returns>
1644
- </member>
1645
- <member name="M:Microsoft.WindowsAPICodePack.Shell.PropertySystem.PropertyKey.op_Equality(Microsoft.WindowsAPICodePack.Shell.PropertySystem.PropertyKey,Microsoft.WindowsAPICodePack.Shell.PropertySystem.PropertyKey)">
1646
- <summary>
1647
- Implements the == (equality) operator.
1648
- </summary>
1649
- <param name="propKey1">First property key to compare.</param>
1650
- <param name="propKey2">Second property key to compare.</param>
1651
- <returns>true if object a equals object b. false otherwise.</returns>
1652
- </member>
1653
- <member name="M:Microsoft.WindowsAPICodePack.Shell.PropertySystem.PropertyKey.op_Inequality(Microsoft.WindowsAPICodePack.Shell.PropertySystem.PropertyKey,Microsoft.WindowsAPICodePack.Shell.PropertySystem.PropertyKey)">
1654
- <summary>
1655
- Implements the != (inequality) operator.
1656
- </summary>
1657
- <param name="propKey1">First property key to compare</param>
1658
- <param name="propKey2">Second property key to compare.</param>
1659
- <returns>true if object a does not equal object b. false otherwise.</returns>
1660
- </member>
1661
- <member name="M:Microsoft.WindowsAPICodePack.Shell.PropertySystem.PropertyKey.ToString">
1662
- <summary>
1663
- Override ToString() to provide a user friendly string representation
1664
- </summary>
1665
- <returns>String representing the property key</returns>
1666
- </member>
1667
- <member name="P:Microsoft.WindowsAPICodePack.Shell.PropertySystem.PropertyKey.FormatId">
1668
- <summary>
1669
- A unique GUID for the property
1670
- </summary>
1671
- </member>
1672
- <member name="P:Microsoft.WindowsAPICodePack.Shell.PropertySystem.PropertyKey.PropertyId">
1673
- <summary>
1674
- Property identifier (PID)
1675
- </summary>
1676
- </member>
1677
- <member name="T:MS.WindowsAPICodePack.Internal.PropVariant">
1678
- <summary>
1679
- Represents the OLE struct PROPVARIANT.
1680
- This class is intended for internal use only.
1681
- </summary>
1682
- <remarks>
1683
- Originally sourced from http://blogs.msdn.com/adamroot/pages/interop-with-propvariants-in-net.aspx
1684
- and modified to support additional types including vectors and ability to set values
1685
- </remarks>
1686
- </member>
1687
- <member name="M:MS.WindowsAPICodePack.Internal.PropVariant.FromObject(System.Object)">
1688
- <summary>
1689
- Attempts to create a PropVariant by finding an appropriate constructor.
1690
- </summary>
1691
- <param name="value">Object from which PropVariant should be created.</param>
1692
- </member>
1693
- <member name="M:MS.WindowsAPICodePack.Internal.PropVariant.#ctor">
1694
- <summary>
1695
- Default constrcutor
1696
- </summary>
1697
- </member>
1698
- <member name="M:MS.WindowsAPICodePack.Internal.PropVariant.#ctor(System.String)">
1699
- <summary>
1700
- Set a string value
1701
- </summary>
1702
- </member>
1703
- <member name="M:MS.WindowsAPICodePack.Internal.PropVariant.#ctor(System.String[])">
1704
- <summary>
1705
- Set a string vector
1706
- </summary>
1707
- </member>
1708
- <member name="M:MS.WindowsAPICodePack.Internal.PropVariant.#ctor(System.Boolean[])">
1709
- <summary>
1710
- Set a bool vector
1711
- </summary>
1712
- </member>
1713
- <member name="M:MS.WindowsAPICodePack.Internal.PropVariant.#ctor(System.Int16[])">
1714
- <summary>
1715
- Set a short vector
1716
- </summary>
1717
- </member>
1718
- <member name="M:MS.WindowsAPICodePack.Internal.PropVariant.#ctor(System.UInt16[])">
1719
- <summary>
1720
- Set a short vector
1721
- </summary>
1722
- </member>
1723
- <member name="M:MS.WindowsAPICodePack.Internal.PropVariant.#ctor(System.Int32[])">
1724
- <summary>
1725
- Set an int vector
1726
- </summary>
1727
- </member>
1728
- <member name="M:MS.WindowsAPICodePack.Internal.PropVariant.#ctor(System.UInt32[])">
1729
- <summary>
1730
- Set an uint vector
1731
- </summary>
1732
- </member>
1733
- <member name="M:MS.WindowsAPICodePack.Internal.PropVariant.#ctor(System.Int64[])">
1734
- <summary>
1735
- Set a long vector
1736
- </summary>
1737
- </member>
1738
- <member name="M:MS.WindowsAPICodePack.Internal.PropVariant.#ctor(System.UInt64[])">
1739
- <summary>
1740
- Set a ulong vector
1741
- </summary>
1742
- </member>
1743
- <member name="M:MS.WindowsAPICodePack.Internal.PropVariant.#ctor(System.Double[])">
1744
- <summary>>
1745
- Set a double vector
1746
- </summary>
1747
- </member>
1748
- <member name="M:MS.WindowsAPICodePack.Internal.PropVariant.#ctor(System.DateTime[])">
1749
- <summary>
1750
- Set a DateTime vector
1751
- </summary>
1752
- </member>
1753
- <member name="M:MS.WindowsAPICodePack.Internal.PropVariant.#ctor(System.Boolean)">
1754
- <summary>
1755
- Set a bool value
1756
- </summary>
1757
- </member>
1758
- <member name="M:MS.WindowsAPICodePack.Internal.PropVariant.#ctor(System.DateTime)">
1759
- <summary>
1760
- Set a DateTime value
1761
- </summary>
1762
- </member>
1763
- <member name="M:MS.WindowsAPICodePack.Internal.PropVariant.#ctor(System.Byte)">
1764
- <summary>
1765
- Set a byte value
1766
- </summary>
1767
- </member>
1768
- <member name="M:MS.WindowsAPICodePack.Internal.PropVariant.#ctor(System.SByte)">
1769
- <summary>
1770
- Set a sbyte value
1771
- </summary>
1772
- </member>
1773
- <member name="M:MS.WindowsAPICodePack.Internal.PropVariant.#ctor(System.Int16)">
1774
- <summary>
1775
- Set a short value
1776
- </summary>
1777
- </member>
1778
- <member name="M:MS.WindowsAPICodePack.Internal.PropVariant.#ctor(System.UInt16)">
1779
- <summary>
1780
- Set an unsigned short value
1781
- </summary>
1782
- </member>
1783
- <member name="M:MS.WindowsAPICodePack.Internal.PropVariant.#ctor(System.Int32)">
1784
- <summary>
1785
- Set an int value
1786
- </summary>
1787
- </member>
1788
- <member name="M:MS.WindowsAPICodePack.Internal.PropVariant.#ctor(System.UInt32)">
1789
- <summary>
1790
- Set an unsigned int value
1791
- </summary>
1792
- </member>
1793
- <member name="M:MS.WindowsAPICodePack.Internal.PropVariant.#ctor(System.Decimal)">
1794
- <summary>
1795
- Set a decimal value
1796
- </summary>
1797
- </member>
1798
- <member name="M:MS.WindowsAPICodePack.Internal.PropVariant.#ctor(System.Decimal[])">
1799
- <summary>
1800
- Create a PropVariant with a contained decimal array.
1801
- </summary>
1802
- <param name="value">Decimal array to wrap.</param>
1803
- </member>
1804
- <member name="M:MS.WindowsAPICodePack.Internal.PropVariant.#ctor(System.Single)">
1805
- <summary>
1806
- Create a PropVariant containing a float type.
1807
- </summary>
1808
- </member>
1809
- <member name="M:MS.WindowsAPICodePack.Internal.PropVariant.#ctor(System.Single[])">
1810
- <summary>
1811
- Creates a PropVariant containing a float[] array.
1812
- </summary>
1813
- </member>
1814
- <member name="M:MS.WindowsAPICodePack.Internal.PropVariant.#ctor(System.Int64)">
1815
- <summary>
1816
- Set a long
1817
- </summary>
1818
- </member>
1819
- <member name="M:MS.WindowsAPICodePack.Internal.PropVariant.#ctor(System.UInt64)">
1820
- <summary>
1821
- Set a ulong
1822
- </summary>
1823
- </member>
1824
- <member name="M:MS.WindowsAPICodePack.Internal.PropVariant.#ctor(System.Double)">
1825
- <summary>
1826
- Set a double
1827
- </summary>
1828
- </member>
1829
- <member name="M:MS.WindowsAPICodePack.Internal.PropVariant.SetIUnknown(System.Object)">
1830
- <summary>
1831
- Set an IUnknown value
1832
- </summary>
1833
- <param name="value">The new value to set.</param>
1834
- </member>
1835
- <member name="M:MS.WindowsAPICodePack.Internal.PropVariant.SetSafeArray(System.Array)">
1836
- <summary>
1837
- Set a safe array value
1838
- </summary>
1839
- <param name="array">The new value to set.</param>
1840
- </member>
1841
- <member name="M:MS.WindowsAPICodePack.Internal.PropVariant.Dispose">
1842
- <summary>
1843
- Disposes the object, calls the clear function.
1844
- </summary>
1845
- </member>
1846
- <member name="M:MS.WindowsAPICodePack.Internal.PropVariant.Finalize">
1847
- <summary>
1848
- Finalizer
1849
- </summary>
1850
- </member>
1851
- <member name="M:MS.WindowsAPICodePack.Internal.PropVariant.ToString">
1852
- <summary>
1853
- Provides an simple string representation of the contained data and type.
1854
- </summary>
1855
- <returns></returns>
1856
- </member>
1857
- <member name="P:MS.WindowsAPICodePack.Internal.PropVariant.VarType">
1858
- <summary>
1859
- Gets or sets the variant type.
1860
- </summary>
1861
- </member>
1862
- <member name="P:MS.WindowsAPICodePack.Internal.PropVariant.IsNullOrEmpty">
1863
- <summary>
1864
- Checks if this has an empty or null value
1865
- </summary>
1866
- <returns></returns>
1867
- </member>
1868
- <member name="P:MS.WindowsAPICodePack.Internal.PropVariant.Value">
1869
- <summary>
1870
- Gets the variant value.
1871
- </summary>
1872
- </member>
1873
- <member name="T:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages">
1874
- <summary>
1875
- A strongly-typed resource class, for looking up localized strings, etc.
1876
- </summary>
1877
- </member>
1878
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.ResourceManager">
1879
- <summary>
1880
- Returns the cached ResourceManager instance used by this class.
1881
- </summary>
1882
- </member>
1883
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.Culture">
1884
- <summary>
1885
- Overrides the current thread's CurrentUICulture property for all
1886
- resource lookups using this strongly typed resource class.
1887
- </summary>
1888
- </member>
1889
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.ApplicationRecoverFailedToRegisterForRestartBadParameters">
1890
- <summary>
1891
- Looks up a localized string similar to Failed to register application for restart due to bad parameters..
1892
- </summary>
1893
- </member>
1894
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.ApplicationRecoveryBadParameters">
1895
- <summary>
1896
- Looks up a localized string similar to Application was not registered for recovery due to bad parameters..
1897
- </summary>
1898
- </member>
1899
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.ApplicationRecoveryFailedToRegister">
1900
- <summary>
1901
- Looks up a localized string similar to Application failed to register for recovery..
1902
- </summary>
1903
- </member>
1904
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.ApplicationRecoveryFailedToRegisterForRestart">
1905
- <summary>
1906
- Looks up a localized string similar to Application failed to registered for restart..
1907
- </summary>
1908
- </member>
1909
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.ApplicationRecoveryFailedToUnregister">
1910
- <summary>
1911
- Looks up a localized string similar to Unregister for recovery failed..
1912
- </summary>
1913
- </member>
1914
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.ApplicationRecoveryFailedToUnregisterForRestart">
1915
- <summary>
1916
- Looks up a localized string similar to Unregister for restart failed..
1917
- </summary>
1918
- </member>
1919
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.ApplicationRecoveryMustBeCalledFromCallback">
1920
- <summary>
1921
- Looks up a localized string similar to This method must be called from the registered callback method..
1922
- </summary>
1923
- </member>
1924
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.BatteryStateStringRepresentation">
1925
- <summary>
1926
- Looks up a localized string similar to ACOnline: {1}{0}Max Charge: {2} mWh{0}Current Charge: {3} mWh{0}Discharge Rate: {4} mWh{0}Estimated Time Remaining: {5}{0}Suggested Critical Battery Charge: {6} mWh{0}Suggested Battery Warning Charge: {7} mWh{0}.
1927
- </summary>
1928
- </member>
1929
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.CancelableCannotBeChanged">
1930
- <summary>
1931
- Looks up a localized string similar to Cancelable cannot be changed while dialog is showing..
1932
- </summary>
1933
- </member>
1934
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.CaptionCannotBeChanged">
1935
- <summary>
1936
- Looks up a localized string similar to Dialog caption cannot be changed while dialog is showing..
1937
- </summary>
1938
- </member>
1939
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.CheckBoxCannotBeChanged">
1940
- <summary>
1941
- Looks up a localized string similar to CheckBox text cannot be changed while dialog is showing..
1942
- </summary>
1943
- </member>
1944
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.CollapsedTextCannotBeChanged">
1945
- <summary>
1946
- Looks up a localized string similar to Collapsed control text cannot be changed while dialog is showing..
1947
- </summary>
1948
- </member>
1949
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.CoreHelpersRunningOn7">
1950
- <summary>
1951
- Looks up a localized string similar to Only supported on Windows 7 or newer..
1952
- </summary>
1953
- </member>
1954
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.CoreHelpersRunningOnVista">
1955
- <summary>
1956
- Looks up a localized string similar to Only supported on Windows Vista or newer..
1957
- </summary>
1958
- </member>
1959
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.CoreHelpersRunningOnXp">
1960
- <summary>
1961
- Looks up a localized string similar to Only supported on Windows XP or newer..
1962
- </summary>
1963
- </member>
1964
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.DialogCollectionCannotHaveDuplicateNames">
1965
- <summary>
1966
- Looks up a localized string similar to Dialog cannot have more than one control with the same name..
1967
- </summary>
1968
- </member>
1969
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.DialogCollectionControlAlreadyHosted">
1970
- <summary>
1971
- Looks up a localized string similar to Dialog control must be removed from current collections first..
1972
- </summary>
1973
- </member>
1974
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.DialogCollectionControlNameNull">
1975
- <summary>
1976
- Looks up a localized string similar to Control name cannot be null or zero length..
1977
- </summary>
1978
- </member>
1979
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.DialogCollectionModifyShowingDialog">
1980
- <summary>
1981
- Looks up a localized string similar to Modifying controls collection while dialog is showing is not supported..
1982
- </summary>
1983
- </member>
1984
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.DialogControlNameCannotBeEmpty">
1985
- <summary>
1986
- Looks up a localized string similar to Dialog control name cannot be empty or null..
1987
- </summary>
1988
- </member>
1989
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.DialogControlsCannotBeRenamed">
1990
- <summary>
1991
- Looks up a localized string similar to Dialog controls cannot be renamed..
1992
- </summary>
1993
- </member>
1994
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.DialogDefaultCaption">
1995
- <summary>
1996
- Looks up a localized string similar to Application.
1997
- </summary>
1998
- </member>
1999
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.DialogDefaultContent">
2000
- <summary>
2001
- Looks up a localized string similar to .
2002
- </summary>
2003
- </member>
2004
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.DialogDefaultMainInstruction">
2005
- <summary>
2006
- Looks up a localized string similar to .
2007
- </summary>
2008
- </member>
2009
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.ExpandedDetailsCannotBeChanged">
2010
- <summary>
2011
- Looks up a localized string similar to Expanded information mode cannot be changed while dialog is showing..
2012
- </summary>
2013
- </member>
2014
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.ExpandedLabelCannotBeChanged">
2015
- <summary>
2016
- Looks up a localized string similar to Expanded control label cannot be changed while dialog is showing..
2017
- </summary>
2018
- </member>
2019
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.ExpandingStateCannotBeChanged">
2020
- <summary>
2021
- Looks up a localized string similar to Expanding state of the dialog cannot be changed while dialog is showing..
2022
- </summary>
2023
- </member>
2024
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.HyperlinksCannotBetSet">
2025
- <summary>
2026
- Looks up a localized string similar to Hyperlinks cannot be enabled/disabled while dialog is showing..
2027
- </summary>
2028
- </member>
2029
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.InvalidReferencePath">
2030
- <summary>
2031
- Looks up a localized string similar to Reference path is invalid..
2032
- </summary>
2033
- </member>
2034
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.MessageManagerHandlerNotRegistered">
2035
- <summary>
2036
- Looks up a localized string similar to The specified event handler has not been registered..
2037
- </summary>
2038
- </member>
2039
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.NativeTaskDialogConfigurationError">
2040
- <summary>
2041
- Looks up a localized string similar to An error has occurred in dialog configuration..
2042
- </summary>
2043
- </member>
2044
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.NativeTaskDialogInternalErrorArgs">
2045
- <summary>
2046
- Looks up a localized string similar to Invalid arguments to Win32 call..
2047
- </summary>
2048
- </member>
2049
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.NativeTaskDialogInternalErrorComplex">
2050
- <summary>
2051
- Looks up a localized string similar to Dialog contents too complex..
2052
- </summary>
2053
- </member>
2054
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.NativeTaskDialogInternalErrorUnexpected">
2055
- <summary>
2056
- Looks up a localized string similar to An unexpected internal error occurred in the Win32 call: {0:x}.
2057
- </summary>
2058
- </member>
2059
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.NativeTaskDialogVersionError">
2060
- <summary>
2061
- Looks up a localized string similar to TaskDialog feature needs to load version 6 of comctl32.dll but a different version is current loaded in memory..
2062
- </summary>
2063
- </member>
2064
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.OwnerCannotBeChanged">
2065
- <summary>
2066
- Looks up a localized string similar to Dialog owner cannot be changed while dialog is showing..
2067
- </summary>
2068
- </member>
2069
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.PowerExecutionStateFailed">
2070
- <summary>
2071
- Looks up a localized string similar to SetThreadExecutionState call failed..
2072
- </summary>
2073
- </member>
2074
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.PowerInsufficientAccessBatteryState">
2075
- <summary>
2076
- Looks up a localized string similar to The caller had insufficient access rights to get the system battery state..
2077
- </summary>
2078
- </member>
2079
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.PowerInsufficientAccessCapabilities">
2080
- <summary>
2081
- Looks up a localized string similar to The caller had insufficient access rights to get the system power capabilities..
2082
- </summary>
2083
- </member>
2084
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.PowerManagerActiveSchemeFailed">
2085
- <summary>
2086
- Looks up a localized string similar to Failed to get active power scheme..
2087
- </summary>
2088
- </member>
2089
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.PowerManagerBatteryNotPresent">
2090
- <summary>
2091
- Looks up a localized string similar to Battery is not present on this system..
2092
- </summary>
2093
- </member>
2094
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.ProgressBarCannotBeChanged">
2095
- <summary>
2096
- Looks up a localized string similar to Progress bar cannot be changed while dialog is showing..
2097
- </summary>
2098
- </member>
2099
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.ProgressBarCannotBeHostedInMultipleDialogs">
2100
- <summary>
2101
- Looks up a localized string similar to Progress bar cannot be hosted in multiple dialogs..
2102
- </summary>
2103
- </member>
2104
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.PropertyKeyFormatString">
2105
- <summary>
2106
- Looks up a localized string similar to {0}, {1}.
2107
- </summary>
2108
- </member>
2109
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.PropVariantInitializationError">
2110
- <summary>
2111
- Looks up a localized string similar to Unable to initialize PropVariant..
2112
- </summary>
2113
- </member>
2114
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.PropVariantMultiDimArray">
2115
- <summary>
2116
- Looks up a localized string similar to Multi-dimensional SafeArrays not supported..
2117
- </summary>
2118
- </member>
2119
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.PropVariantNullString">
2120
- <summary>
2121
- Looks up a localized string similar to String argument cannot be null or empty..
2122
- </summary>
2123
- </member>
2124
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.PropVariantTypeNotSupported">
2125
- <summary>
2126
- Looks up a localized string similar to This Value type is not supported..
2127
- </summary>
2128
- </member>
2129
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.PropVariantUnsupportedType">
2130
- <summary>
2131
- Looks up a localized string similar to Cannot be cast to unsupported type..
2132
- </summary>
2133
- </member>
2134
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.RecoverySettingsFormatString">
2135
- <summary>
2136
- Looks up a localized string similar to delegate: {0}, state: {1}, ping: {2}.
2137
- </summary>
2138
- </member>
2139
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.RestartSettingsFormatString">
2140
- <summary>
2141
- Looks up a localized string similar to command: {0} restrictions: {1}.
2142
- </summary>
2143
- </member>
2144
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.StandardButtonsCannotBeChanged">
2145
- <summary>
2146
- Looks up a localized string similar to StandardButtons cannot be changed while dialog is showing..
2147
- </summary>
2148
- </member>
2149
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.StartupLocationCannotBeChanged">
2150
- <summary>
2151
- Looks up a localized string similar to Startup location cannot be changed while dialog is showing..
2152
- </summary>
2153
- </member>
2154
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.TaskDialogBadButtonId">
2155
- <summary>
2156
- Looks up a localized string similar to Bad button ID in closing event..
2157
- </summary>
2158
- </member>
2159
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.TaskDialogButtonTextEmpty">
2160
- <summary>
2161
- Looks up a localized string similar to Button text must be non-empty..
2162
- </summary>
2163
- </member>
2164
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.TaskDialogCheckBoxTextRequiredToEnableCheckBox">
2165
- <summary>
2166
- Looks up a localized string similar to Check box text must be provided to enable the dialog check box..
2167
- </summary>
2168
- </member>
2169
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.TaskDialogCloseNonShowing">
2170
- <summary>
2171
- Looks up a localized string similar to Attempting to close a non-showing dialog..
2172
- </summary>
2173
- </member>
2174
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.TaskDialogDefaultCaption">
2175
- <summary>
2176
- Looks up a localized string similar to Application.
2177
- </summary>
2178
- </member>
2179
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.TaskDialogDefaultContent">
2180
- <summary>
2181
- Looks up a localized string similar to .
2182
- </summary>
2183
- </member>
2184
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.TaskDialogDefaultMainInstruction">
2185
- <summary>
2186
- Looks up a localized string similar to .
2187
- </summary>
2188
- </member>
2189
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.TaskDialogOnlyOneDefaultControl">
2190
- <summary>
2191
- Looks up a localized string similar to Cannot have more than one default button of a given type..
2192
- </summary>
2193
- </member>
2194
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.TaskDialogProgressBarMaxValueGreaterThanMin">
2195
- <summary>
2196
- Looks up a localized string similar to Maximum value provided must be greater than the minimum value..
2197
- </summary>
2198
- </member>
2199
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.TaskDialogProgressBarMinValueGreaterThanZero">
2200
- <summary>
2201
- Looks up a localized string similar to Minimum value provided must be a positive number..
2202
- </summary>
2203
- </member>
2204
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.TaskDialogProgressBarMinValueLessThanMax">
2205
- <summary>
2206
- Looks up a localized string similar to Minimum value provided must less than the maximum value..
2207
- </summary>
2208
- </member>
2209
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.TaskDialogProgressBarValueInRange">
2210
- <summary>
2211
- Looks up a localized string similar to Value provided must be greater than equal to the minimum value and less than the maximum value..
2212
- </summary>
2213
- </member>
2214
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.TaskDialogSupportedButtonsAndButtons">
2215
- <summary>
2216
- Looks up a localized string similar to Dialog cannot display both non-standard buttons and standard buttons..
2217
- </summary>
2218
- </member>
2219
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.TaskDialogSupportedButtonsAndLinks">
2220
- <summary>
2221
- Looks up a localized string similar to Dialog cannot display both non-standard buttons and command links..
2222
- </summary>
2223
- </member>
2224
- <member name="P:Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.TaskDialogUnkownControl">
2225
- <summary>
2226
- Looks up a localized string similar to Unknown dialog control type..
2227
- </summary>
2228
- </member>
2229
- <member name="T:MS.WindowsAPICodePack.Internal.ZeroInvalidHandle">
2230
- <summary>
2231
- Base class for Safe handles with Null IntPtr as invalid
2232
- </summary>
2233
- </member>
2234
- <member name="M:MS.WindowsAPICodePack.Internal.ZeroInvalidHandle.#ctor">
2235
- <summary>
2236
- Default constructor
2237
- </summary>
2238
- </member>
2239
- <member name="P:MS.WindowsAPICodePack.Internal.ZeroInvalidHandle.IsInvalid">
2240
- <summary>
2241
- Determines if this is a valid handle
2242
- </summary>
2243
- </member>
2244
- <member name="T:MS.WindowsAPICodePack.Internal.SafeIconHandle">
2245
- <summary>
2246
- Safe Icon Handle
2247
- </summary>
2248
- </member>
2249
- <member name="M:MS.WindowsAPICodePack.Internal.SafeIconHandle.ReleaseHandle">
2250
- <summary>
2251
- Release the handle
2252
- </summary>
2253
- <returns>true if handled is release successfully, false otherwise</returns>
2254
- </member>
2255
- <member name="T:MS.WindowsAPICodePack.Internal.SafeRegionHandle">
2256
- <summary>
2257
- Safe Region Handle
2258
- </summary>
2259
- </member>
2260
- <member name="M:MS.WindowsAPICodePack.Internal.SafeRegionHandle.ReleaseHandle">
2261
- <summary>
2262
- Release the handle
2263
- </summary>
2264
- <returns>true if handled is release successfully, false otherwise</returns>
2265
- </member>
2266
- <member name="T:MS.WindowsAPICodePack.Internal.SafeWindowHandle">
2267
- <summary>
2268
- Safe Window Handle
2269
- </summary>
2270
- </member>
2271
- <member name="M:MS.WindowsAPICodePack.Internal.SafeWindowHandle.ReleaseHandle">
2272
- <summary>
2273
- Release the handle
2274
- </summary>
2275
- <returns>true if handled is release successfully, false otherwise</returns>
2276
- </member>
2277
- <member name="T:Microsoft.WindowsAPICodePack.Dialogs.TaskDialog">
2278
- <summary>
2279
- Encapsulates a new-to-Vista Win32 TaskDialog window
2280
- - a powerful successor to the MessageBox available
2281
- in previous versions of Windows.
2282
- </summary>
2283
- </member>
2284
- <member name="M:Microsoft.WindowsAPICodePack.Dialogs.TaskDialog.#ctor">
2285
- <summary>
2286
- Creates a basic TaskDialog window
2287
- </summary>
2288
- </member>
2289
- <member name="M:Microsoft.WindowsAPICodePack.Dialogs.TaskDialog.Show(System.String)">
2290
- <summary>
2291
- Creates and shows a task dialog with the specified message text.
2292
- </summary>
2293
- <param name="text">The text to display.</param>
2294
- <returns>The dialog result.</returns>
2295
- </member>
2296
- <member name="M:Microsoft.WindowsAPICodePack.Dialogs.TaskDialog.Show(System.String,System.String)">
2297
- <summary>
2298
- Creates and shows a task dialog with the specified supporting text and main instruction.
2299
- </summary>
2300
- <param name="text">The supporting text to display.</param>
2301
- <param name="instructionText">The main instruction text to display.</param>
2302
- <returns>The dialog result.</returns>
2303
- </member>
2304
- <member name="M:Microsoft.WindowsAPICodePack.Dialogs.TaskDialog.Show(System.String,System.String,System.String)">
2305
- <summary>
2306
- Creates and shows a task dialog with the specified supporting text, main instruction, and dialog caption.
2307
- </summary>
2308
- <param name="text">The supporting text to display.</param>
2309
- <param name="instructionText">The main instruction text to display.</param>
2310
- <param name="caption">The caption for the dialog.</param>
2311
- <returns>The dialog result.</returns>
2312
- </member>
2313
- <member name="M:Microsoft.WindowsAPICodePack.Dialogs.TaskDialog.Show">
2314
- <summary>
2315
- Creates and shows a task dialog.
2316
- </summary>
2317
- <returns>The dialog result.</returns>
2318
- </member>
2319
- <member name="M:Microsoft.WindowsAPICodePack.Dialogs.TaskDialog.Close">
2320
- <summary>
2321
- Close TaskDialog
2322
- </summary>
2323
- <exception cref="T:System.InvalidOperationException">if TaskDialog is not showing.</exception>
2324
- </member>
2325
- <member name="M:Microsoft.WindowsAPICodePack.Dialogs.TaskDialog.Close(Microsoft.WindowsAPICodePack.Dialogs.TaskDialogResult)">
2326
- <summary>
2327
- Close TaskDialog with a given TaskDialogResult
2328
- </summary>
2329
- <param name="closingResult">TaskDialogResult to return from the TaskDialog.Show() method</param>
2330
- <exception cref="T:System.InvalidOperationException">if TaskDialog is not showing.</exception>
2331
- </member>
2332
- <member name="M:Microsoft.WindowsAPICodePack.Dialogs.TaskDialog.ApplyTextConfiguration(Microsoft.WindowsAPICodePack.Dialogs.TaskDialogNativeMethods.TaskDialogConfiguration)">
2333
- <summary>
2334
- Sets important text properties.
2335
- </summary>
2336
- <param name="dialogConfig">An instance of a <see cref="T:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogNativeMethods.TaskDialogConfiguration"/> object.</param>
2337
- </member>
2338
- <member name="M:Microsoft.WindowsAPICodePack.Dialogs.TaskDialog.Dispose">
2339
- <summary>
2340
- Dispose TaskDialog Resources
2341
- </summary>
2342
- </member>
2343
- <member name="M:Microsoft.WindowsAPICodePack.Dialogs.TaskDialog.Finalize">
2344
- <summary>
2345
- TaskDialog Finalizer
2346
- </summary>
2347
- </member>
2348
- <member name="M:Microsoft.WindowsAPICodePack.Dialogs.TaskDialog.Dispose(System.Boolean)">
2349
- <summary>
2350
- Dispose TaskDialog Resources
2351
- </summary>
2352
- <param name="disposing">If true, indicates that this is being called via Dispose rather than via the finalizer.</param>
2353
- </member>
2354
- <member name="E:Microsoft.WindowsAPICodePack.Dialogs.TaskDialog.Tick">
2355
- <summary>
2356
- Occurs when a progress bar changes.
2357
- </summary>
2358
- </member>
2359
- <member name="E:Microsoft.WindowsAPICodePack.Dialogs.TaskDialog.HyperlinkClick">
2360
- <summary>
2361
- Occurs when a user clicks a hyperlink.
2362
- </summary>
2363
- </member>
2364
- <member name="E:Microsoft.WindowsAPICodePack.Dialogs.TaskDialog.Closing">
2365
- <summary>
2366
- Occurs when the TaskDialog is closing.
2367
- </summary>
2368
- </member>
2369
- <member name="E:Microsoft.WindowsAPICodePack.Dialogs.TaskDialog.HelpInvoked">
2370
- <summary>
2371
- Occurs when a user clicks on Help.
2372
- </summary>
2373
- </member>
2374
- <member name="E:Microsoft.WindowsAPICodePack.Dialogs.TaskDialog.Opened">
2375
- <summary>
2376
- Occurs when the TaskDialog is opened.
2377
- </summary>
2378
- </member>
2379
- <member name="P:Microsoft.WindowsAPICodePack.Dialogs.TaskDialog.OwnerWindowHandle">
2380
- <summary>
2381
- Gets or sets a value that contains the owner window's handle.
2382
- </summary>
2383
- </member>
2384
- <member name="P:Microsoft.WindowsAPICodePack.Dialogs.TaskDialog.Text">
2385
- <summary>
2386
- Gets or sets a value that contains the message text.
2387
- </summary>
2388
- </member>
2389
- <member name="P:Microsoft.WindowsAPICodePack.Dialogs.TaskDialog.InstructionText">
2390
- <summary>
2391
- Gets or sets a value that contains the instruction text.
2392
- </summary>
2393
- </member>
2394
- <member name="P:Microsoft.WindowsAPICodePack.Dialogs.TaskDialog.Caption">
2395
- <summary>
2396
- Gets or sets a value that contains the caption text.
2397
- </summary>
2398
- </member>
2399
- <member name="P:Microsoft.WindowsAPICodePack.Dialogs.TaskDialog.FooterText">
2400
- <summary>
2401
- Gets or sets a value that contains the footer text.
2402
- </summary>
2403
- </member>
2404
- <member name="P:Microsoft.WindowsAPICodePack.Dialogs.TaskDialog.FooterCheckBoxText">
2405
- <summary>
2406
- Gets or sets a value that contains the footer check box text.
2407
- </summary>
2408
- </member>
2409
- <member name="P:Microsoft.WindowsAPICodePack.Dialogs.TaskDialog.DetailsExpandedText">
2410
- <summary>
2411
- Gets or sets a value that contains the expanded text in the details section.
2412
- </summary>
2413
- </member>
2414
- <member name="P:Microsoft.WindowsAPICodePack.Dialogs.TaskDialog.DetailsExpanded">
2415
- <summary>
2416
- Gets or sets a value that determines if the details section is expanded.
2417
- </summary>
2418
- </member>
2419
- <member name="P:Microsoft.WindowsAPICodePack.Dialogs.TaskDialog.DetailsExpandedLabel">
2420
- <summary>
2421
- Gets or sets a value that contains the expanded control text.
2422
- </summary>
2423
- </member>
2424
- <member name="P:Microsoft.WindowsAPICodePack.Dialogs.TaskDialog.DetailsCollapsedLabel">
2425
- <summary>
2426
- Gets or sets a value that contains the collapsed control text.
2427
- </summary>
2428
- </member>
2429
- <member name="P:Microsoft.WindowsAPICodePack.Dialogs.TaskDialog.Cancelable">
2430
- <summary>
2431
- Gets or sets a value that determines if Cancelable is set.
2432
- </summary>
2433
- </member>
2434
- <member name="P:Microsoft.WindowsAPICodePack.Dialogs.TaskDialog.Icon">
2435
- <summary>
2436
- Gets or sets a value that contains the TaskDialog main icon.
2437
- </summary>
2438
- </member>
2439
- <member name="P:Microsoft.WindowsAPICodePack.Dialogs.TaskDialog.FooterIcon">
2440
- <summary>
2441
- Gets or sets a value that contains the footer icon.
2442
- </summary>
2443
- </member>
2444
- <member name="P:Microsoft.WindowsAPICodePack.Dialogs.TaskDialog.StandardButtons">
2445
- <summary>
2446
- Gets or sets a value that contains the standard buttons.
2447
- </summary>
2448
- </member>
2449
- <member name="P:Microsoft.WindowsAPICodePack.Dialogs.TaskDialog.Controls">
2450
- <summary>
2451
- Gets a value that contains the TaskDialog controls.
2452
- </summary>
2453
- </member>
2454
- <member name="P:Microsoft.WindowsAPICodePack.Dialogs.TaskDialog.HyperlinksEnabled">
2455
- <summary>
2456
- Gets or sets a value that determines if hyperlinks are enabled.
2457
- </summary>
2458
- </member>
2459
- <member name="P:Microsoft.WindowsAPICodePack.Dialogs.TaskDialog.FooterCheckBoxChecked">
2460
- <summary>
2461
- Gets or sets a value that indicates if the footer checkbox is checked.
2462
- </summary>
2463
- </member>
2464
- <member name="P:Microsoft.WindowsAPICodePack.Dialogs.TaskDialog.ExpansionMode">
2465
- <summary>
2466
- Gets or sets a value that contains the expansion mode for this dialog.
2467
- </summary>
2468
- </member>
2469
- <member name="P:Microsoft.WindowsAPICodePack.Dialogs.TaskDialog.StartupLocation">
2470
- <summary>
2471
- Gets or sets a value that contains the startup location.
2472
- </summary>
2473
- </member>
2474
- <member name="P:Microsoft.WindowsAPICodePack.Dialogs.TaskDialog.ProgressBar">
2475
- <summary>
2476
- Gets or sets the progress bar on the taskdialog. ProgressBar a visual representation
2477
- of the progress of a long running operation.
2478
- </summary>
2479
- </member>
2480
- <member name="P:Microsoft.WindowsAPICodePack.Dialogs.TaskDialog.IsPlatformSupported">
2481
- <summary>
2482
- Indicates whether this feature is supported on the current platform.
2483
- </summary>
2484
- </member>
2485
- <member name="T:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogBar">
2486
- <summary>
2487
- Defines a common class for all task dialog bar controls, such as the progress and marquee bars.
2488
- </summary>
2489
- </member>
2490
- <member name="T:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogControl">
2491
- <summary>
2492
- Declares the abstract base class for all custom task dialog controls.
2493
- </summary>
2494
- </member>
2495
- <member name="M:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogControl.#ctor">
2496
- <summary>
2497
- Creates a new instance of a task dialog control.
2498
- </summary>
2499
- </member>
2500
- <member name="M:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogControl.#ctor(System.String)">
2501
- <summary>
2502
- Creates a new instance of a task dialog control with the specified name.
2503
- </summary>
2504
- <param name="name">The name for this control.</param>
2505
- </member>
2506
- <member name="M:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogBar.#ctor">
2507
- <summary>
2508
- Creates a new instance of this class.
2509
- </summary>
2510
- </member>
2511
- <member name="M:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogBar.#ctor(System.String)">
2512
- <summary>
2513
- Creates a new instance of this class with the specified name.
2514
- </summary>
2515
- <param name="name">The name for this control.</param>
2516
- </member>
2517
- <member name="M:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogBar.Reset">
2518
- <summary>
2519
- Resets the state of the control to normal.
2520
- </summary>
2521
- </member>
2522
- <member name="P:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogBar.State">
2523
- <summary>
2524
- Gets or sets the state of the progress bar.
2525
- </summary>
2526
- </member>
2527
- <member name="T:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogButton">
2528
- <summary>
2529
- Implements a button that can be hosted in a task dialog.
2530
- </summary>
2531
- </member>
2532
- <member name="T:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogButtonBase">
2533
- <summary>
2534
- Defines the abstract base class for task dialog buttons.
2535
- Classes that inherit from this class will inherit
2536
- the Text property defined in this class.
2537
- </summary>
2538
- </member>
2539
- <member name="M:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogButtonBase.#ctor">
2540
- <summary>
2541
- Creates a new instance on a task dialog button.
2542
- </summary>
2543
- </member>
2544
- <member name="M:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogButtonBase.#ctor(System.String,System.String)">
2545
- <summary>
2546
- Creates a new instance on a task dialog button with
2547
- the specified name and text.
2548
- </summary>
2549
- <param name="name">The name for this button.</param>
2550
- <param name="text">The label for this button.</param>
2551
- </member>
2552
- <member name="M:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogButtonBase.ToString">
2553
- <summary>
2554
- Returns the Text property value for this button.
2555
- </summary>
2556
- <returns>A <see cref="T:System.String"/>.</returns>
2557
- </member>
2558
- <member name="E:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogButtonBase.Click">
2559
- <summary>
2560
- Raised when the task dialog button is clicked.
2561
- </summary>
2562
- </member>
2563
- <member name="P:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogButtonBase.Text">
2564
- <summary>
2565
- Gets or sets the button text.
2566
- </summary>
2567
- </member>
2568
- <member name="P:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogButtonBase.Enabled">
2569
- <summary>
2570
- Gets or sets a value that determines whether the
2571
- button is enabled. The enabled state can cannot be changed
2572
- before the dialog is shown.
2573
- </summary>
2574
- </member>
2575
- <member name="P:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogButtonBase.Default">
2576
- <summary>
2577
- Gets or sets a value that indicates whether
2578
- this button is the default button.
2579
- </summary>
2580
- </member>
2581
- <member name="M:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogButton.#ctor">
2582
- <summary>
2583
- Creates a new instance of this class.
2584
- </summary>
2585
- </member>
2586
- <member name="M:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogButton.#ctor(System.String,System.String)">
2587
- <summary>
2588
- Creates a new instance of this class with the specified property settings.
2589
- </summary>
2590
- <param name="name">The name of the button.</param>
2591
- <param name="text">The button label.</param>
2592
- </member>
2593
- <member name="P:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogButton.UseElevationIcon">
2594
- <summary>
2595
- Gets or sets a value that controls whether the elevation icon is displayed.
2596
- </summary>
2597
- </member>
2598
- <member name="T:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogClosingEventArgs">
2599
- <summary>
2600
- Data associated with <see cref="E:Microsoft.WindowsAPICodePack.Dialogs.TaskDialog.Closing"/> event.
2601
- </summary>
2602
- </member>
2603
- <member name="P:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogClosingEventArgs.TaskDialogResult">
2604
- <summary>
2605
- Gets or sets the standard button that was clicked.
2606
- </summary>
2607
- </member>
2608
- <member name="P:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogClosingEventArgs.CustomButton">
2609
- <summary>
2610
- Gets or sets the text of the custom button that was clicked.
2611
- </summary>
2612
- </member>
2613
- <member name="T:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogCommandLink">
2614
- <summary>
2615
- Represents a command-link.
2616
- </summary>
2617
- </member>
2618
- <member name="M:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogCommandLink.#ctor">
2619
- <summary>
2620
- Creates a new instance of this class.
2621
- </summary>
2622
- </member>
2623
- <member name="M:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogCommandLink.#ctor(System.String,System.String)">
2624
- <summary>
2625
- Creates a new instance of this class with the specified name and label.
2626
- </summary>
2627
- <param name="name">The name for this button.</param>
2628
- <param name="text">The label for this button.</param>
2629
- </member>
2630
- <member name="M:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogCommandLink.#ctor(System.String,System.String,System.String)">
2631
- <summary>
2632
- Creates a new instance of this class with the specified name,label, and instruction.
2633
- </summary>
2634
- <param name="name">The name for this button.</param>
2635
- <param name="text">The label for this button.</param>
2636
- <param name="instruction">The instruction for this command link.</param>
2637
- </member>
2638
- <member name="M:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogCommandLink.ToString">
2639
- <summary>
2640
- Returns a string representation of this object.
2641
- </summary>
2642
- <returns>A <see cref="T:System.String"/></returns>
2643
- </member>
2644
- <member name="P:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogCommandLink.Instruction">
2645
- <summary>
2646
- Gets or sets the instruction associated with this command link button.
2647
- </summary>
2648
- </member>
2649
- <member name="T:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogExpandedDetailsLocation">
2650
- <summary>
2651
- Specifies the options for expand/collapse sections in dialogs.
2652
- </summary>
2653
- </member>
2654
- <member name="F:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogExpandedDetailsLocation.Hide">
2655
- <summary>
2656
- Do not show the content.
2657
- </summary>
2658
- </member>
2659
- <member name="F:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogExpandedDetailsLocation.ExpandContent">
2660
- <summary>
2661
- Show the content.
2662
- </summary>
2663
- </member>
2664
- <member name="F:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogExpandedDetailsLocation.ExpandFooter">
2665
- <summary>
2666
- Expand the footer content.
2667
- </summary>
2668
- </member>
2669
- <member name="T:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogHyperlinkClickedEventArgs">
2670
- <summary>
2671
- Defines event data associated with a HyperlinkClick event.
2672
- </summary>
2673
- </member>
2674
- <member name="M:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogHyperlinkClickedEventArgs.#ctor(System.String)">
2675
- <summary>
2676
- Creates a new instance of this class with the specified link text.
2677
- </summary>
2678
- <param name="linkText">The text of the hyperlink that was clicked.</param>
2679
- </member>
2680
- <member name="P:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogHyperlinkClickedEventArgs.LinkText">
2681
- <summary>
2682
- Gets or sets the text of the hyperlink that was clicked.
2683
- </summary>
2684
- </member>
2685
- <member name="T:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogProgressBar">
2686
- <summary>
2687
- Provides a visual representation of the progress of a long running operation.
2688
- </summary>
2689
- </member>
2690
- <member name="M:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogProgressBar.#ctor">
2691
- <summary>
2692
- Creates a new instance of this class.
2693
- </summary>
2694
- </member>
2695
- <member name="M:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogProgressBar.#ctor(System.String)">
2696
- <summary>
2697
- Creates a new instance of this class with the specified name.
2698
- And using the default values: Min = 0, Max = 100, Current = 0
2699
- </summary>
2700
- <param name="name">The name of the control.</param>
2701
- </member>
2702
- <member name="M:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogProgressBar.#ctor(System.Int32,System.Int32,System.Int32)">
2703
- <summary>
2704
- Creates a new instance of this class with the specified
2705
- minimum, maximum and current values.
2706
- </summary>
2707
- <param name="minimum">The minimum value for this control.</param>
2708
- <param name="maximum">The maximum value for this control.</param>
2709
- <param name="value">The current value for this control.</param>
2710
- </member>
2711
- <member name="M:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogProgressBar.Reset">
2712
- <summary>
2713
- Resets the control to its minimum value.
2714
- </summary>
2715
- </member>
2716
- <member name="P:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogProgressBar.Minimum">
2717
- <summary>
2718
- Gets or sets the minimum value for the control.
2719
- </summary>
2720
- </member>
2721
- <member name="P:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogProgressBar.Maximum">
2722
- <summary>
2723
- Gets or sets the maximum value for the control.
2724
- </summary>
2725
- </member>
2726
- <member name="P:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogProgressBar.Value">
2727
- <summary>
2728
- Gets or sets the current value for the control.
2729
- </summary>
2730
- </member>
2731
- <member name="P:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogProgressBar.HasValidValues">
2732
- <summary>
2733
- Verifies that the progress bar's value is between its minimum and maximum.
2734
- </summary>
2735
- </member>
2736
- <member name="T:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogProgressBarState">
2737
- <summary>
2738
- Sets the state of a task dialog progress bar.
2739
- </summary>
2740
- </member>
2741
- <member name="F:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogProgressBarState.None">
2742
- <summary>
2743
- Uninitialized state, this should never occur.
2744
- </summary>
2745
- </member>
2746
- <member name="F:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogProgressBarState.Normal">
2747
- <summary>
2748
- Normal state.
2749
- </summary>
2750
- </member>
2751
- <member name="F:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogProgressBarState.Error">
2752
- <summary>
2753
- An error occurred.
2754
- </summary>
2755
- </member>
2756
- <member name="F:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogProgressBarState.Paused">
2757
- <summary>
2758
- The progress is paused.
2759
- </summary>
2760
- </member>
2761
- <member name="F:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogProgressBarState.Marquee">
2762
- <summary>
2763
- Displays marquee (indeterminate) style progress
2764
- </summary>
2765
- </member>
2766
- <member name="T:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogRadioButton">
2767
- <summary>
2768
- Defines a radio button that can be hosted in by a
2769
- <see cref="T:Microsoft.WindowsAPICodePack.Dialogs.TaskDialog"/> object.
2770
- </summary>
2771
- </member>
2772
- <member name="M:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogRadioButton.#ctor">
2773
- <summary>
2774
- Creates a new instance of this class.
2775
- </summary>
2776
- </member>
2777
- <member name="M:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogRadioButton.#ctor(System.String,System.String)">
2778
- <summary>
2779
- Creates a new instance of this class with
2780
- the specified name and text.
2781
- </summary>
2782
- <param name="name">The name for this control.</param>
2783
- <param name="text">The value for this controls
2784
- <see cref="P:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogButtonBase.Text"/> property.</param>
2785
- </member>
2786
- <member name="T:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogResult">
2787
- <summary>
2788
- Indicates the various buttons and options clicked by the user on the task dialog.
2789
- </summary>
2790
- </member>
2791
- <member name="F:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogResult.None">
2792
- <summary>
2793
- No button was selected.
2794
- </summary>
2795
- </member>
2796
- <member name="F:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogResult.Ok">
2797
- <summary>
2798
- "OK" button was clicked
2799
- </summary>
2800
- </member>
2801
- <member name="F:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogResult.Yes">
2802
- <summary>
2803
- "Yes" button was clicked
2804
- </summary>
2805
- </member>
2806
- <member name="F:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogResult.No">
2807
- <summary>
2808
- "No" button was clicked
2809
- </summary>
2810
- </member>
2811
- <member name="F:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogResult.Cancel">
2812
- <summary>
2813
- "Cancel" button was clicked
2814
- </summary>
2815
- </member>
2816
- <member name="F:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogResult.Retry">
2817
- <summary>
2818
- "Retry" button was clicked
2819
- </summary>
2820
- </member>
2821
- <member name="F:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogResult.Close">
2822
- <summary>
2823
- "Close" button was clicked
2824
- </summary>
2825
- </member>
2826
- <member name="F:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogResult.CustomButtonClicked">
2827
- <summary>
2828
- A custom button was clicked.
2829
- </summary>
2830
- </member>
2831
- <member name="T:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogStandardButtons">
2832
- <summary>
2833
- Identifies one of the standard buttons that
2834
- can be displayed via TaskDialog.
2835
- </summary>
2836
- </member>
2837
- <member name="F:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogStandardButtons.None">
2838
- <summary>
2839
- No buttons on the dialog.
2840
- </summary>
2841
- </member>
2842
- <member name="F:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogStandardButtons.Ok">
2843
- <summary>
2844
- An "OK" button.
2845
- </summary>
2846
- </member>
2847
- <member name="F:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogStandardButtons.Yes">
2848
- <summary>
2849
- A "Yes" button.
2850
- </summary>
2851
- </member>
2852
- <member name="F:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogStandardButtons.No">
2853
- <summary>
2854
- A "No" button.
2855
- </summary>
2856
- </member>
2857
- <member name="F:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogStandardButtons.Cancel">
2858
- <summary>
2859
- A "Cancel" button.
2860
- </summary>
2861
- </member>
2862
- <member name="F:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogStandardButtons.Retry">
2863
- <summary>
2864
- A "Retry" button.
2865
- </summary>
2866
- </member>
2867
- <member name="F:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogStandardButtons.Close">
2868
- <summary>
2869
- A "Close" button.
2870
- </summary>
2871
- </member>
2872
- <member name="T:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogStandardIcon">
2873
- <summary>
2874
- Specifies the icon displayed in a task dialog.
2875
- </summary>
2876
- </member>
2877
- <member name="F:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogStandardIcon.None">
2878
- <summary>
2879
- Displays no icons (default).
2880
- </summary>
2881
- </member>
2882
- <member name="F:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogStandardIcon.Warning">
2883
- <summary>
2884
- Displays the warning icon.
2885
- </summary>
2886
- </member>
2887
- <member name="F:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogStandardIcon.Error">
2888
- <summary>
2889
- Displays the error icon.
2890
- </summary>
2891
- </member>
2892
- <member name="F:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogStandardIcon.Information">
2893
- <summary>
2894
- Displays the Information icon.
2895
- </summary>
2896
- </member>
2897
- <member name="F:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogStandardIcon.Shield">
2898
- <summary>
2899
- Displays the User Account Control shield.
2900
- </summary>
2901
- </member>
2902
- <member name="T:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogStartupLocation">
2903
- <summary>
2904
- Specifies the initial display location for a task dialog.
2905
- </summary>
2906
- </member>
2907
- <member name="F:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogStartupLocation.CenterScreen">
2908
- <summary>
2909
- The window placed in the center of the screen.
2910
- </summary>
2911
- </member>
2912
- <member name="F:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogStartupLocation.CenterOwner">
2913
- <summary>
2914
- The window centered relative to the window that launched the dialog.
2915
- </summary>
2916
- </member>
2917
- <member name="T:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogTickEventArgs">
2918
- <summary>
2919
- The event data for a TaskDialogTick event.
2920
- </summary>
2921
- </member>
2922
- <member name="M:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogTickEventArgs.#ctor(System.Int32)">
2923
- <summary>
2924
- Initializes the data associated with the TaskDialog tick event.
2925
- </summary>
2926
- <param name="ticks">The total number of ticks since the control was activated.</param>
2927
- </member>
2928
- <member name="P:Microsoft.WindowsAPICodePack.Dialogs.TaskDialogTickEventArgs.Ticks">
2929
- <summary>
2930
- Gets a value that determines the current number of ticks.
2931
- </summary>
2932
- </member>
2933
- </members>
2934
- </doc>