main
1<?xml version="1.0"?>
2<doc>
3 <assembly>
4 <name>XPExplorerBar</name>
5 </assembly>
6 <members>
7 <member name="T:XPExplorerBar.ExpandoEventHandler">
8 <summary>
9 Represents the method that will handle the StateChanged, ExpandoAdded,
10 and ExpandoRemoved events of an Expando or TaskPane
11 </summary>
12 <param name="sender">The source of the event</param>
13 <param name="e">A ExpandoEventArgs that contains the event data</param>
14 </member>
15 <member name="T:XPExplorerBar.Expando">
16 <summary>
17 A Control that replicates the collapsable panels found in
18 Windows XP's Explorer Bar
19 </summary>
20 </member>
21 <member name="F:XPExplorerBar.Expando.components">
22 <summary>
23 Required designer variable
24 </summary>
25 </member>
26 <member name="F:XPExplorerBar.Expando.systemSettings">
27 <summary>
28 System settings for the Expando
29 </summary>
30 </member>
31 <member name="F:XPExplorerBar.Expando.specialGroup">
32 <summary>
33 Is the Expando a special group
34 </summary>
35 </member>
36 <member name="F:XPExplorerBar.Expando.expandedHeight">
37 <summary>
38 The height of the Expando in its expanded state
39 </summary>
40 </member>
41 <member name="F:XPExplorerBar.Expando.titleImage">
42 <summary>
43 The image displayed on the left side of the titlebar
44 </summary>
45 </member>
46 <member name="F:XPExplorerBar.Expando.headerHeight">
47 <summary>
48 The height of the header section
49 (includes titlebar and title image)
50 </summary>
51 </member>
52 <member name="F:XPExplorerBar.Expando.collapsed">
53 <summary>
54 Is the Expando collapsed
55 </summary>
56 </member>
57 <member name="F:XPExplorerBar.Expando.focusState">
58 <summary>
59 The state of the titlebar
60 </summary>
61 </member>
62 <member name="F:XPExplorerBar.Expando.titleBarHeight">
63 <summary>
64 The height of the titlebar
65 </summary>
66 </member>
67 <member name="F:XPExplorerBar.Expando.animate">
68 <summary>
69 Specifies whether the Expando is allowed to animate
70 </summary>
71 </member>
72 <member name="F:XPExplorerBar.Expando.animatingFade">
73 <summary>
74 Spcifies whether the Expando is currently animating a fade
75 </summary>
76 </member>
77 <member name="F:XPExplorerBar.Expando.animatingSlide">
78 <summary>
79 Spcifies whether the Expando is we currently animating a slide
80 </summary>
81 </member>
82 <member name="F:XPExplorerBar.Expando.animationImage">
83 <summary>
84 An image of the "client area" which is used
85 during a fade animation
86 </summary>
87 </member>
88 <member name="F:XPExplorerBar.Expando.animationHelper">
89 <summary>
90 An AnimationHelper that help the Expando to animate
91 </summary>
92 </member>
93 <member name="F:XPExplorerBar.Expando.taskpane">
94 <summary>
95 The TaskPane the Expando belongs to
96 </summary>
97 </member>
98 <member name="F:XPExplorerBar.Expando.autoLayout">
99 <summary>
100 Should the Expando layout its items itself
101 </summary>
102 </member>
103 <member name="F:XPExplorerBar.Expando.oldWidth">
104 <summary>
105 The last known width of the Expando
106 (used while animating)
107 </summary>
108 </member>
109 <member name="F:XPExplorerBar.Expando.initialising">
110 <summary>
111 Specifies whether the Expando is currently initialising
112 </summary>
113 </member>
114 <member name="F:XPExplorerBar.Expando.itemList">
115 <summary>
116 Internal list of items contained in the Expando
117 </summary>
118 </member>
119 <member name="F:XPExplorerBar.Expando.hiddenControls">
120 <summary>
121 Internal list of controls that have been hidden
122 </summary>
123 </member>
124 <member name="F:XPExplorerBar.Expando.dummyPanel">
125 <summary>
126 A panel the Expando can move its controls onto when it is
127 animating from collapsed to expanded.
128 </summary>
129 </member>
130 <member name="F:XPExplorerBar.Expando.canCollapse">
131 <summary>
132 Specifies whether the Expando is allowed to collapse
133 </summary>
134 </member>
135 <member name="F:XPExplorerBar.Expando.slideEndHeight">
136 <summary>
137 The height of the Expando at the end of its slide animation
138 </summary>
139 </member>
140 <member name="F:XPExplorerBar.Expando.watermark">
141 <summary>
142 The index of the Image that is used as a watermark
143 </summary>
144 </member>
145 <member name="F:XPExplorerBar.Expando.showFocusCues">
146 <summary>
147 Specifies whether the Expando should draw a focus rectangle
148 when it has focus
149 </summary>
150 </member>
151 <member name="F:XPExplorerBar.Expando.layout">
152 <summary>
153 Specifies whether the Expando is currently performing a
154 layout operation
155 </summary>
156 </member>
157 <member name="F:XPExplorerBar.Expando.customSettings">
158 <summary>
159 Specifies the custom settings for the Expando
160 </summary>
161 </member>
162 <member name="F:XPExplorerBar.Expando.customHeaderSettings">
163 <summary>
164 Specifies the custom header settings for the Expando
165 </summary>
166 </member>
167 <member name="F:XPExplorerBar.Expando.fadeHeights">
168 <summary>
169 An array of pre-determined heights for use during a
170 fade animation
171 </summary>
172 </member>
173 <member name="F:XPExplorerBar.Expando.useDefaultTabHandling">
174 <summary>
175 Specifies whether the Expando should use Windows
176 defsult Tab handling mechanism
177 </summary>
178 </member>
179 <member name="F:XPExplorerBar.Expando.beginUpdateCount">
180 <summary>
181 Specifies the number of times BeginUpdate() has been called
182 </summary>
183 </member>
184 <member name="F:XPExplorerBar.Expando.slideAnimationBatched">
185 <summary>
186 Specifies whether slide animations should be batched
187 </summary>
188 </member>
189 <member name="F:XPExplorerBar.Expando.dragging">
190 <summary>
191 Specifies whether the Expando is currently being dragged
192 </summary>
193 </member>
194 <member name="F:XPExplorerBar.Expando.dragStart">
195 <summary>
196 Specifies the Point that a drag operation started at
197 </summary>
198 </member>
199 <member name="M:XPExplorerBar.Expando.#ctor">
200 <summary>
201 Initializes a new instance of the Expando class with default settings
202 </summary>
203 </member>
204 <member name="M:XPExplorerBar.Expando.Collapse">
205 <summary>
206 Collapses the group without any animation.
207 </summary>
208 </member>
209 <member name="M:XPExplorerBar.Expando.Expand">
210 <summary>
211 Expands the group without any animation.
212 </summary>
213 </member>
214 <member name="M:XPExplorerBar.Expando.StartFadeAnimation">
215 <summary>
216 Gets the Expando ready to start its collapse/expand animation
217 </summary>
218 </member>
219 <member name="M:XPExplorerBar.Expando.UpdateFadeAnimation(System.Int32,System.Int32)">
220 <summary>
221 Updates the next "frame" of the animation
222 </summary>
223 <param name="animationStepNum">The current step in the animation</param>
224 <param name="numAnimationSteps">The total number of steps in the animation</param>
225 </member>
226 <member name="M:XPExplorerBar.Expando.StopFadeAnimation">
227 <summary>
228 Gets the Expando to stop its animation
229 </summary>
230 </member>
231 <member name="M:XPExplorerBar.Expando.GetFadeAnimationImage">
232 <summary>
233 Returns an image of the group's display area to be used
234 in the fade animation
235 </summary>
236 <returns>The Image to use during the fade animation</returns>
237 </member>
238 <member name="M:XPExplorerBar.Expando.GetExpandedImage">
239 <summary>
240 Gets the image to be used in the animation while the
241 Expando is in its expanded state
242 </summary>
243 <returns>The Image to use during the fade animation</returns>
244 </member>
245 <member name="M:XPExplorerBar.Expando.GetCollapsedImage">
246 <summary>
247 Gets the image to be used in the animation while the
248 Expando is in its collapsed state
249 </summary>
250 <returns>The Image to use during the fade animation</returns>
251 </member>
252 <member name="M:XPExplorerBar.Expando.CalcAnimationHeights">
253 <summary>
254 Caches the heights that the Expando should be for each frame
255 of a fade animation
256 </summary>
257 </member>
258 <member name="M:XPExplorerBar.Expando.StartSlideAnimation">
259 <summary>
260 Gets the Expando ready to start its show/hide animation
261 </summary>
262 </member>
263 <member name="M:XPExplorerBar.Expando.UpdateSlideAnimation(System.Int32,System.Int32)">
264 <summary>
265 Updates the next "frame" of a slide animation
266 </summary>
267 <param name="animationStepNum">The current step in the animation</param>
268 <param name="numAnimationSteps">The total number of steps in the animation</param>
269 </member>
270 <member name="M:XPExplorerBar.Expando.StopSlideAnimation">
271 <summary>
272 Gets the Expando to stop its animation
273 </summary>
274 </member>
275 <member name="M:XPExplorerBar.Expando.HideControl(System.Windows.Forms.Control)">
276 <summary>
277 Hides the specified Control
278 </summary>
279 <param name="control">The Control to hide</param>
280 </member>
281 <member name="M:XPExplorerBar.Expando.HideControl(System.Windows.Forms.Control[])">
282 <summary>
283 Hides the Controls contained in the specified array
284 </summary>
285 <param name="controls">The array Controls to hide</param>
286 </member>
287 <member name="M:XPExplorerBar.Expando.ShowControl(System.Windows.Forms.Control)">
288 <summary>
289 Shows the specified Control
290 </summary>
291 <param name="control">The Control to show</param>
292 </member>
293 <member name="M:XPExplorerBar.Expando.ShowControl(System.Windows.Forms.Control[])">
294 <summary>
295 Shows the Controls contained in the specified array
296 </summary>
297 <param name="controls">The array Controls to show</param>
298 </member>
299 <member name="M:XPExplorerBar.Expando.Dispose(System.Boolean)">
300 <summary>
301 Releases the unmanaged resources used by the Expando and
302 optionally releases the managed resources
303 </summary>
304 <param name="disposing">True to release both managed and unmanaged
305 resources; false to release only unmanaged resources</param>
306 </member>
307 <member name="M:XPExplorerBar.Expando.InvalidateTitleBar">
308 <summary>
309 Invalidates the titlebar area
310 </summary>
311 </member>
312 <member name="M:XPExplorerBar.Expando.BeginInit">
313 <summary>
314 Signals the object that initialization is starting
315 </summary>
316 </member>
317 <member name="M:XPExplorerBar.Expando.EndInit">
318 <summary>
319 Signals the object that initialization is complete
320 </summary>
321 </member>
322 <member name="M:XPExplorerBar.Expando.ProcessDialogKey(System.Windows.Forms.Keys)">
323 <summary>
324 Processes a dialog key
325 </summary>
326 <param name="keyData">One of the Keys values that represents
327 the key to process</param>
328 <returns>true if the key was processed by the control;
329 otherwise, false</returns>
330 </member>
331 <member name="M:XPExplorerBar.Expando.ProcessTabKey(System.Boolean)">
332 <summary>
333 Selects the next available control and makes it the active control
334 </summary>
335 <param name="forward">true to cycle forward through the controls in
336 the Expando; otherwise, false</param>
337 <returns>true if a control is selected; otherwise, false</returns>
338 </member>
339 <member name="M:XPExplorerBar.Expando.ProcessArrowKey(System.Boolean)">
340 <summary>
341 Selects the next available control and makes it the active control
342 </summary>
343 <param name="forward">true to cycle forward through the controls in
344 the Expando; otherwise, false</param>
345 <returns>true if a control is selected; otherwise, false</returns>
346 </member>
347 <member name="M:XPExplorerBar.Expando.FindFocusedChild">
348 <summary>
349 Gets the control contained in the Expando that currently has focus
350 </summary>
351 <returns>The control contained in the Expando that currently has focus,
352 or null if no child controls have focus</returns>
353 </member>
354 <member name="M:XPExplorerBar.Expando.BeginUpdate">
355 <summary>
356 Prevents the Expando from drawing until the EndUpdate method is called
357 </summary>
358 </member>
359 <member name="M:XPExplorerBar.Expando.EndUpdate">
360 <summary>
361 Resumes drawing of the Expando after drawing is suspended by the
362 BeginUpdate method
363 </summary>
364 </member>
365 <member name="M:XPExplorerBar.Expando.DoLayout">
366 <summary>
367 Forces the control to apply layout logic to child controls,
368 and adjusts the height of the Expando if necessary
369 </summary>
370 </member>
371 <member name="M:XPExplorerBar.Expando.DoLayout(System.Boolean)">
372 <summary>
373 Forces the control to apply layout logic to child controls,
374 and adjusts the height of the Expando if necessary
375 </summary>
376 </member>
377 <member name="M:XPExplorerBar.Expando.CalcHeightAndLayout">
378 <summary>
379 Calculates the height that the Expando would be if a
380 call to DoLayout() were made
381 </summary>
382 <returns>The height that the Expando would be if a
383 call to DoLayout() were made</returns>
384 </member>
385 <member name="M:XPExplorerBar.Expando.UpdateItems">
386 <summary>
387 Updates the layout of the Expandos items while in design mode, and
388 adds/removes itemss from the ControlCollection as necessary
389 </summary>
390 </member>
391 <member name="M:XPExplorerBar.Expando.MatchControlCollToItemColl">
392 <summary>
393 Make sure the controls index in the ControlCollection
394 are the same as in the ItemCollection (indexes in the
395 ItemCollection may have changed due to the user moving
396 them around in the editor or calling ItemCollection.Move())
397 </summary>
398 </member>
399 <member name="M:XPExplorerBar.Expando.ScaleCore(System.Single,System.Single)">
400 <summary>
401 Performs the work of scaling the entire control and any child controls
402 </summary>
403 <param name="dx">The ratio by which to scale the control horizontally</param>
404 <param name="dy">The ratio by which to scale the control vertically</param>
405 </member>
406 <member name="M:XPExplorerBar.Expando.ShouldSerializeSize">
407 <summary>
408 Specifies whether the Size property should be
409 serialized at design time
410 </summary>
411 <returns>true if the Size property should be
412 serialized, false otherwise</returns>
413 </member>
414 <member name="M:XPExplorerBar.Expando.ResetCustomSettings">
415 <summary>
416 Resets the custom settings to their default values
417 </summary>
418 </member>
419 <member name="M:XPExplorerBar.Expando.OnControlAdded(System.Windows.Forms.ControlEventArgs)">
420 <summary>
421 Raises the ControlAdded event
422 </summary>
423 <param name="e">A ControlEventArgs that contains the event data</param>
424 </member>
425 <member name="M:XPExplorerBar.Expando.OnControlRemoved(System.Windows.Forms.ControlEventArgs)">
426 <summary>
427 Raises the ControlRemoved event
428 </summary>
429 <param name="e">A ControlEventArgs that contains the event data</param>
430 </member>
431 <member name="M:XPExplorerBar.Expando.FireCustomSettingsChanged(System.EventArgs)">
432 <summary>
433 Raises the CustomSettingsChanged event
434 </summary>
435 <param name="e">An EventArgs that contains the event data</param>
436 </member>
437 <member name="M:XPExplorerBar.Expando.OnCustomSettingsChanged(System.EventArgs)">
438 <summary>
439 Raises the CustomSettingsChanged event
440 </summary>
441 <param name="e">An EventArgs that contains the event data</param>
442 </member>
443 <member name="M:XPExplorerBar.Expando.OnStateChanged(XPExplorerBar.ExpandoEventArgs)">
444 <summary>
445 Raises the StateChanged event
446 </summary>
447 <param name="e">An ExpandoStateChangedEventArgs that contains the event data</param>
448 </member>
449 <member name="M:XPExplorerBar.Expando.OnTitleImageChanged(XPExplorerBar.ExpandoEventArgs)">
450 <summary>
451 Raises the TitleImageChanged event
452 </summary>
453 <param name="e">An ExpandoEventArgs that contains the event data</param>
454 </member>
455 <member name="M:XPExplorerBar.Expando.OnSpecialGroupChanged(XPExplorerBar.ExpandoEventArgs)">
456 <summary>
457 Raises the SpecialGroupChanged event
458 </summary>
459 <param name="e">An ExpandoEventArgs that contains the event data</param>
460 </member>
461 <member name="M:XPExplorerBar.Expando.OnWatermarkChanged(XPExplorerBar.ExpandoEventArgs)">
462 <summary>
463 Raises the WatermarkChanged event
464 </summary>
465 <param name="e">An ExpandoEventArgs that contains the event data</param>
466 </member>
467 <member name="M:XPExplorerBar.Expando.OnGotFocus(System.EventArgs)">
468 <summary>
469 Raises the GotFocus event
470 </summary>
471 <param name="e">An EventArgs that contains the event data</param>
472 </member>
473 <member name="M:XPExplorerBar.Expando.OnLostFocus(System.EventArgs)">
474 <summary>
475 Raises the LostFocus event
476 </summary>
477 <param name="e">An EventArgs that contains the event data</param>
478 </member>
479 <member name="M:XPExplorerBar.Expando.OnItemAdded(System.Windows.Forms.ControlEventArgs)">
480 <summary>
481 Raises the ItemAdded event
482 </summary>
483 <param name="e">A ControlEventArgs that contains the event data</param>
484 </member>
485 <member name="M:XPExplorerBar.Expando.OnItemRemoved(System.Windows.Forms.ControlEventArgs)">
486 <summary>
487 Raises the ItemRemoved event
488 </summary>
489 <param name="e">A ControlEventArgs that contains the event data</param>
490 </member>
491 <member name="M:XPExplorerBar.Expando.OnKeyUp(System.Windows.Forms.KeyEventArgs)">
492 <summary>
493 Raises the KeyUp event
494 </summary>
495 <param name="e">A KeyEventArgs that contains the event data</param>
496 </member>
497 <member name="M:XPExplorerBar.Expando.OnLocationChanged(System.EventArgs)">
498 <summary>
499 Raises the LocationChanged event
500 </summary>
501 <param name="e">An EventArgs that contains the event data</param>
502 </member>
503 <member name="M:XPExplorerBar.Expando.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
504 <summary>
505 Raises the MouseUp event
506 </summary>
507 <param name="e">A MouseEventArgs that contains the event data</param>
508 </member>
509 <member name="M:XPExplorerBar.Expando.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
510 <summary>
511 Raises the MouseDown event
512 </summary>
513 <param name="e">A MouseEventArgs that contains the event data</param>
514 </member>
515 <member name="M:XPExplorerBar.Expando.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
516 <summary>
517 Raises the MouseMove event
518 </summary>
519 <param name="e">A MouseEventArgs that contains the event data</param>
520 </member>
521 <member name="M:XPExplorerBar.Expando.OnMouseLeave(System.EventArgs)">
522 <summary>
523 Raises the MouseLeave event
524 </summary>
525 <param name="e">An EventArgs that contains the event data</param>
526 </member>
527 <member name="M:XPExplorerBar.Expando.OnPaintBackground(System.Windows.Forms.PaintEventArgs)">
528 <summary>
529 Raises the PaintBackground event
530 </summary>
531 <param name="e">A PaintEventArgs that contains the event data</param>
532 </member>
533 <member name="M:XPExplorerBar.Expando.OnPaint(System.Windows.Forms.PaintEventArgs)">
534 <summary>
535 Raises the Paint event
536 </summary>
537 <param name="e">A PaintEventArgs that contains the event data</param>
538 </member>
539 <member name="M:XPExplorerBar.Expando.OnPaintTitleBarBackground(System.Drawing.Graphics)">
540 <summary>
541 Paints the title bar background
542 </summary>
543 <param name="g">The Graphics used to paint the titlebar</param>
544 </member>
545 <member name="M:XPExplorerBar.Expando.OnPaintTitleBar(System.Drawing.Graphics)">
546 <summary>
547 Paints the title bar
548 </summary>
549 <param name="g">The Graphics used to paint the titlebar</param>
550 </member>
551 <member name="M:XPExplorerBar.Expando.OnPaintDisplayRect(System.Drawing.Graphics)">
552 <summary>
553 Paints the "Display Rectangle". This is the dockable
554 area of the control (ie non-titlebar/border area). This is
555 also the same as the PseudoClientRect.
556 </summary>
557 <param name="g">The Graphics used to paint the DisplayRectangle</param>
558 </member>
559 <member name="M:XPExplorerBar.Expando.OnPaintBorder(System.Drawing.Graphics)">
560 <summary>
561 Paints the borders
562 </summary>
563 <param name="g">The Graphics used to paint the border</param>
564 </member>
565 <member name="M:XPExplorerBar.Expando.PaintTransparentBackground(System.Drawing.Graphics,System.Drawing.Rectangle)">
566 <summary>
567 Simulates a transparent background by getting the Expandos parent
568 to paint its background and foreground into the specified Graphics
569 at the specified location
570 </summary>
571 <param name="g">The Graphics used to paint the background</param>
572 <param name="clipRect">The Rectangle that represents the rectangle
573 in which to paint</param>
574 </member>
575 <member name="M:XPExplorerBar.Expando.OnParentChanged(System.EventArgs)">
576 <summary>
577 Raises the ParentChanged event
578 </summary>
579 <param name="e">An EventArgs that contains the event data</param>
580 </member>
581 <member name="M:XPExplorerBar.Expando.OnSizeChanged(System.EventArgs)">
582 <summary>
583 Raises the SizeChanged event
584 </summary>
585 <param name="e">An EventArgs that contains the event data</param>
586 </member>
587 <member name="E:XPExplorerBar.Expando.StateChanged">
588 <summary>
589 Occurs when the value of the Collapsed property changes
590 </summary>
591 </member>
592 <member name="E:XPExplorerBar.Expando.TitleImageChanged">
593 <summary>
594 Occurs when the value of the TitleImage property changes
595 </summary>
596 </member>
597 <member name="E:XPExplorerBar.Expando.SpecialGroupChanged">
598 <summary>
599 Occurs when the value of the SpecialGroup property changes
600 </summary>
601 </member>
602 <member name="E:XPExplorerBar.Expando.WatermarkChanged">
603 <summary>
604 Occurs when the value of the Watermark property changes
605 </summary>
606 </member>
607 <member name="E:XPExplorerBar.Expando.ItemAdded">
608 <summary>
609 Occurs when an item (Control) is added to the Expando
610 </summary>
611 </member>
612 <member name="E:XPExplorerBar.Expando.ItemRemoved">
613 <summary>
614 Occurs when an item (Control) is removed from the Expando
615 </summary>
616 </member>
617 <member name="E:XPExplorerBar.Expando.CustomSettingsChanged">
618 <summary>
619 Occurs when a value in the CustomSettings or CustomHeaderSettings
620 proterties changes
621 </summary>
622 </member>
623 <member name="P:XPExplorerBar.Expando.Initialising">
624 <summary>
625 Gets whether the Expando is currently initializing
626 </summary>
627 </member>
628 <member name="P:XPExplorerBar.Expando.TitleAlignment">
629 <summary>
630 Gets the alignment of the text in the title bar.
631 </summary>
632 </member>
633 <member name="P:XPExplorerBar.Expando.Animate">
634 <summary>
635 Gets or sets whether the Expando is allowed to animate
636 </summary>
637 </member>
638 <member name="P:XPExplorerBar.Expando.Animating">
639 <summary>
640 Gets whether the Expando is currently animating
641 </summary>
642 </member>
643 <member name="P:XPExplorerBar.Expando.AnimationImage">
644 <summary>
645 Gets the Image used by the Expando while it is animating
646 </summary>
647 </member>
648 <member name="P:XPExplorerBar.Expando.SlideEndHeight">
649 <summary>
650 Gets the height that the Expando should be at the end of its
651 slide animation
652 </summary>
653 </member>
654 <member name="P:XPExplorerBar.Expando.Border">
655 <summary>
656 Gets the width of the border along each side of the Expando's pane.
657 </summary>
658 </member>
659 <member name="P:XPExplorerBar.Expando.BorderColor">
660 <summary>
661 Gets the color of the border along each side of the Expando's pane.
662 </summary>
663 </member>
664 <member name="P:XPExplorerBar.Expando.TitleBorder">
665 <summary>
666 Gets the width of the border along each side of the Expando's Title Bar.
667 </summary>
668 </member>
669 <member name="P:XPExplorerBar.Expando.TitleBackColor">
670 <summary>
671 Gets the background color of the titlebar
672 </summary>
673 </member>
674 <member name="P:XPExplorerBar.Expando.AnyCustomTitleGradientsEmpty">
675 <summary>
676 Gets whether any of the title bar's gradient colors are empty colors
677 </summary>
678 </member>
679 <member name="P:XPExplorerBar.Expando.PseudoClientRect">
680 <summary>
681 Returns a fake Client Rectangle.
682 The rectangle takes into account the size of the titlebar
683 and borders (these are actually parts of the real
684 ClientRectangle)
685 </summary>
686 </member>
687 <member name="P:XPExplorerBar.Expando.PseudoClientHeight">
688 <summary>
689 Returns the height of the fake client rectangle
690 </summary>
691 </member>
692 <member name="P:XPExplorerBar.Expando.DisplayRectangle">
693 <summary>
694 Overrides DisplayRectangle so that docked controls
695 don't cover the titlebar or borders
696 </summary>
697 </member>
698 <member name="P:XPExplorerBar.Expando.TitleBarRectangle">
699 <summary>
700 Gets a rectangle that contains the titlebar area
701 </summary>
702 </member>
703 <member name="P:XPExplorerBar.Expando.ShowFocusCues">
704 <summary>
705 Gets or sets a value indicating whether the Expando should display
706 focus rectangles
707 </summary>
708 </member>
709 <member name="P:XPExplorerBar.Expando.UseDefaultTabHandling">
710 <summary>
711 Gets or sets whether the Expando should use Windows
712 default Tab handling mechanism
713 </summary>
714 </member>
715 <member name="P:XPExplorerBar.Expando.TitleForeColor">
716 <summary>
717 Gets the color of the Title Bar's text.
718 </summary>
719 </member>
720 <member name="P:XPExplorerBar.Expando.TitleHotForeColor">
721 <summary>
722 Gets the color of the Title Bar's text when highlighted.
723 </summary>
724 </member>
725 <member name="P:XPExplorerBar.Expando.TitleColor">
726 <summary>
727 Gets the current color of the Title Bar's text, depending
728 on the current state of the Expando
729 </summary>
730 </member>
731 <member name="P:XPExplorerBar.Expando.TitleFont">
732 <summary>
733 Gets the font used to render the Title Bar's text.
734 </summary>
735 </member>
736 <member name="P:XPExplorerBar.Expando.ArrowImage">
737 <summary>
738 Gets the expand/collapse arrow image currently displayed
739 in the title bar, depending on the current state of the Expando
740 </summary>
741 </member>
742 <member name="P:XPExplorerBar.Expando.ArrowImageWidth">
743 <summary>
744 Gets the width of the expand/collapse arrow image
745 currently displayed in the title bar
746 </summary>
747 </member>
748 <member name="P:XPExplorerBar.Expando.ArrowImageHeight">
749 <summary>
750 Gets the height of the expand/collapse arrow image
751 currently displayed in the title bar
752 </summary>
753 </member>
754 <member name="P:XPExplorerBar.Expando.TitleBackImage">
755 <summary>
756 The background image used for the Title Bar.
757 </summary>
758 </member>
759 <member name="P:XPExplorerBar.Expando.TitleBackImageHeight">
760 <summary>
761 Gets the height of the background image used for the Title Bar.
762 </summary>
763 </member>
764 <member name="P:XPExplorerBar.Expando.TitleImage">
765 <summary>
766 The image used on the left side of the Title Bar.
767 </summary>
768 </member>
769 <member name="P:XPExplorerBar.Expando.TitleImageWidth">
770 <summary>
771 The width of the image used on the left side of the Title Bar.
772 </summary>
773 </member>
774 <member name="P:XPExplorerBar.Expando.TitleImageHeight">
775 <summary>
776 The height of the image used on the left side of the Title Bar.
777 </summary>
778 </member>
779 <member name="P:XPExplorerBar.Expando.Watermark">
780 <summary>
781 Gets the Image that is used as a watermark in the Expando's
782 client area
783 </summary>
784 </member>
785 <member name="P:XPExplorerBar.Expando.BackImage">
786 <summary>
787 The background image used for the Expandos content area.
788 </summary>
789 </member>
790 <member name="P:XPExplorerBar.Expando.Items">
791 <summary>
792 An Expando.ItemCollection representing the collection of
793 Controls contained within the Expando
794 </summary>
795 </member>
796 <member name="P:XPExplorerBar.Expando.Controls">
797 <summary>
798 A Control.ControlCollection representing the collection of
799 controls contained within the control
800 </summary>
801 </member>
802 <member name="P:XPExplorerBar.Expando.AutoLayout">
803 <summary>
804 Gets or sets whether the Expando will automagically layout its items
805 </summary>
806 </member>
807 <member name="P:XPExplorerBar.Expando.Padding">
808 <summary>
809 Gets the amount of space between the border and items along
810 each side of the Expando.
811 </summary>
812 </member>
813 <member name="P:XPExplorerBar.Expando.TitlePadding">
814 <summary>
815 Gets the amount of space between the border and items along
816 each side of the Title Bar.
817 </summary>
818 </member>
819 <member name="P:XPExplorerBar.Expando.Size">
820 <summary>
821 Gets or sets the height and width of the control
822 </summary>
823 </member>
824 <member name="P:XPExplorerBar.Expando.ExpandedHeight">
825 <summary>
826 Gets the height of the Expando in its expanded state
827 </summary>
828 </member>
829 <member name="P:XPExplorerBar.Expando.HeaderHeight">
830 <summary>
831 Gets the height of the header section of the Expando
832 </summary>
833 </member>
834 <member name="P:XPExplorerBar.Expando.TitleBarHeight">
835 <summary>
836 Gets the height of the titlebar
837 </summary>
838 </member>
839 <member name="P:XPExplorerBar.Expando.SpecialGroup">
840 <summary>
841 Gets or sets whether the Expando should be rendered as a Special Group.
842 </summary>
843 </member>
844 <member name="P:XPExplorerBar.Expando.Collapsed">
845 <summary>
846 Gets or sets whether the Expando is collapsed.
847 </summary>
848 </member>
849 <member name="P:XPExplorerBar.Expando.FocusState">
850 <summary>
851 Gets or sets whether the title bar is in a highlighted state.
852 </summary>
853 </member>
854 <member name="P:XPExplorerBar.Expando.CanCollapse">
855 <summary>
856 Gets or sets whether the Expando is able to collapse
857 </summary>
858 </member>
859 <member name="P:XPExplorerBar.Expando.SystemSettings">
860 <summary>
861 Gets or sets the system settings for the Expando
862 </summary>
863 </member>
864 <member name="P:XPExplorerBar.Expando.CustomSettings">
865 <summary>
866 Gets the custom settings for the Expando
867 </summary>
868 </member>
869 <member name="P:XPExplorerBar.Expando.CustomHeaderSettings">
870 <summary>
871 Gets the custom header settings for the Expando
872 </summary>
873 </member>
874 <member name="P:XPExplorerBar.Expando.TaskPane">
875 <summary>
876 Gets or sets the TaskPane the Expando belongs to
877 </summary>
878 </member>
879 <member name="P:XPExplorerBar.Expando.Text">
880 <summary>
881 Gets or sets the text displayed on the titlebar
882 </summary>
883 </member>
884 <member name="P:XPExplorerBar.Expando.Visible">
885 <summary>
886 Gets or sets a value indicating whether the Expando is displayed
887 </summary>
888 </member>
889 <member name="T:XPExplorerBar.Expando.ItemCollection">
890 <summary>
891 Represents a collection of Control objects
892 </summary>
893 </member>
894 <member name="F:XPExplorerBar.Expando.ItemCollection.owner">
895 <summary>
896 The Expando that owns this ControlCollection
897 </summary>
898 </member>
899 <member name="M:XPExplorerBar.Expando.ItemCollection.#ctor(XPExplorerBar.Expando)">
900 <summary>
901 Initializes a new instance of the Expando.ItemCollection class
902 </summary>
903 <param name="owner">An Expando representing the expando that owns
904 the Control collection</param>
905 </member>
906 <member name="M:XPExplorerBar.Expando.ItemCollection.Add(System.Windows.Forms.Control)">
907 <summary>
908 Adds the specified control to the control collection
909 </summary>
910 <param name="value">The Control to add to the control collection</param>
911 </member>
912 <member name="M:XPExplorerBar.Expando.ItemCollection.AddRange(System.Windows.Forms.Control[])">
913 <summary>
914 Adds an array of control objects to the collection
915 </summary>
916 <param name="controls">An array of Control objects to add
917 to the collection</param>
918 </member>
919 <member name="M:XPExplorerBar.Expando.ItemCollection.Clear">
920 <summary>
921 Removes all controls from the collection
922 </summary>
923 </member>
924 <member name="M:XPExplorerBar.Expando.ItemCollection.Contains(System.Windows.Forms.Control)">
925 <summary>
926 Determines whether the specified control is a member of the
927 collection
928 </summary>
929 <param name="control">The Control to locate in the collection</param>
930 <returns>true if the Control is a member of the collection;
931 otherwise, false</returns>
932 </member>
933 <member name="M:XPExplorerBar.Expando.ItemCollection.IndexOf(System.Windows.Forms.Control)">
934 <summary>
935 Retrieves the index of the specified control in the control
936 collection
937 </summary>
938 <param name="control">The Control to locate in the collection</param>
939 <returns>A zero-based index value that represents the position
940 of the specified Control in the Expando.ItemCollection</returns>
941 </member>
942 <member name="M:XPExplorerBar.Expando.ItemCollection.Remove(System.Windows.Forms.Control)">
943 <summary>
944 Removes the specified control from the control collection
945 </summary>
946 <param name="value">The Control to remove from the
947 Expando.ItemCollection</param>
948 </member>
949 <member name="M:XPExplorerBar.Expando.ItemCollection.RemoveAt(System.Int32)">
950 <summary>
951 Removes a control from the control collection at the
952 specified indexed location
953 </summary>
954 <param name="index">The index value of the Control to
955 remove</param>
956 </member>
957 <member name="M:XPExplorerBar.Expando.ItemCollection.Move(System.Windows.Forms.Control,System.Int32)">
958 <summary>
959 Moves the specified control to the specified indexed location
960 in the control collection
961 </summary>
962 <param name="value">The control to be moved</param>
963 <param name="index">The indexed location in the control collection
964 that the specified control will be moved to</param>
965 </member>
966 <member name="M:XPExplorerBar.Expando.ItemCollection.MoveToTop(System.Windows.Forms.Control)">
967 <summary>
968 Moves the specified control to the top of the control collection
969 </summary>
970 <param name="value">The control to be moved</param>
971 </member>
972 <member name="M:XPExplorerBar.Expando.ItemCollection.MoveToBottom(System.Windows.Forms.Control)">
973 <summary>
974 Moves the specified control to the bottom of the control collection
975 </summary>
976 <param name="value">The control to be moved</param>
977 </member>
978 <member name="P:XPExplorerBar.Expando.ItemCollection.Item(System.Int32)">
979 <summary>
980 The Control located at the specified index location within
981 the control collection
982 </summary>
983 <param name="index">The index of the control to retrieve
984 from the control collection</param>
985 </member>
986 <member name="T:XPExplorerBar.Expando.ItemCollectionEditor">
987 <summary>
988 A custom CollectionEditor for editing ItemCollections
989 </summary>
990 </member>
991 <member name="M:XPExplorerBar.Expando.ItemCollectionEditor.#ctor(System.Type)">
992 <summary>
993 Initializes a new instance of the CollectionEditor class
994 using the specified collection type
995 </summary>
996 <param name="type"></param>
997 </member>
998 <member name="M:XPExplorerBar.Expando.ItemCollectionEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
999 <summary>
1000 Edits the value of the specified object using the specified
1001 service provider and context
1002 </summary>
1003 <param name="context">An ITypeDescriptorContext that can be
1004 used to gain additional context information</param>
1005 <param name="isp">A service provider object through which
1006 editing services can be obtained</param>
1007 <param name="value">The object to edit the value of</param>
1008 <returns>The new value of the object. If the value of the
1009 object has not changed, this should return the same object
1010 it was passed</returns>
1011 </member>
1012 <member name="M:XPExplorerBar.Expando.ItemCollectionEditor.CreateNewItemTypes">
1013 <summary>
1014 Gets the data types that this collection editor can contain
1015 </summary>
1016 <returns>An array of data types that this collection can contain</returns>
1017 </member>
1018 <member name="M:XPExplorerBar.Expando.ItemCollectionEditor.CreateInstance(System.Type)">
1019 <summary>
1020 Creates a new instance of the specified collection item type
1021 </summary>
1022 <param name="itemType">The type of item to create</param>
1023 <returns>A new instance of the specified object</returns>
1024 </member>
1025 <member name="T:XPExplorerBar.Expando.AnimationPanel">
1026 <summary>
1027 An extremely stripped down version of an Expando that an
1028 Expando can use instead of itself to get an image of its
1029 "client area" and child controls
1030 </summary>
1031 </member>
1032 <member name="F:XPExplorerBar.Expando.AnimationPanel.headerHeight">
1033 <summary>
1034 The height of the header section
1035 (includes titlebar and title image)
1036 </summary>
1037 </member>
1038 <member name="F:XPExplorerBar.Expando.AnimationPanel.border">
1039 <summary>
1040 The border around the "client area"
1041 </summary>
1042 </member>
1043 <member name="F:XPExplorerBar.Expando.AnimationPanel.backImage">
1044 <summary>
1045 The background image displayed in the control
1046 </summary>
1047 </member>
1048 <member name="M:XPExplorerBar.Expando.AnimationPanel.#ctor">
1049 <summary>
1050 Initializes a new instance of the AnimationPanel class with default settings
1051 </summary>
1052 </member>
1053 <member name="M:XPExplorerBar.Expando.AnimationPanel.OnPaint(System.Windows.Forms.PaintEventArgs)">
1054 <summary>
1055 Raises the Paint event
1056 </summary>
1057 <param name="e">A PaintEventArgs that contains the event data</param>
1058 </member>
1059 <member name="P:XPExplorerBar.Expando.AnimationPanel.AutoScroll">
1060 <summary>
1061 Overrides AutoScroll to disable scrolling
1062 </summary>
1063 </member>
1064 <member name="P:XPExplorerBar.Expando.AnimationPanel.HeaderHeight">
1065 <summary>
1066 Gets or sets the height of the header section of the Expando
1067 </summary>
1068 </member>
1069 <member name="P:XPExplorerBar.Expando.AnimationPanel.Border">
1070 <summary>
1071 Gets or sets the border around the "client area"
1072 </summary>
1073 </member>
1074 <member name="P:XPExplorerBar.Expando.AnimationPanel.BackImage">
1075 <summary>
1076 Gets or sets the background image displayed in the control
1077 </summary>
1078 </member>
1079 <member name="P:XPExplorerBar.Expando.AnimationPanel.DisplayRectangle">
1080 <summary>
1081 Overrides DisplayRectangle so that docked controls
1082 don't cover the titlebar or borders
1083 </summary>
1084 </member>
1085 <member name="T:XPExplorerBar.Expando.AnimationHelper">
1086 <summary>
1087 A class that helps Expandos animate
1088 </summary>
1089 </member>
1090 <member name="F:XPExplorerBar.Expando.AnimationHelper.NumAnimationFrames">
1091 <summary>
1092 The number of frames in an animation
1093 </summary>
1094 </member>
1095 <member name="F:XPExplorerBar.Expando.AnimationHelper.FadeAnimation">
1096 <summary>
1097 Specifes that a fade animation is to be performed
1098 </summary>
1099 </member>
1100 <member name="F:XPExplorerBar.Expando.AnimationHelper.SlideAnimation">
1101 <summary>
1102 Specifes that a slide animation is to be performed
1103 </summary>
1104 </member>
1105 <member name="F:XPExplorerBar.Expando.AnimationHelper.animationType">
1106 <summary>
1107 The type of animation to perform
1108 </summary>
1109 </member>
1110 <member name="F:XPExplorerBar.Expando.AnimationHelper.expando">
1111 <summary>
1112 The Expando to animate
1113 </summary>
1114 </member>
1115 <member name="F:XPExplorerBar.Expando.AnimationHelper.animationStepNum">
1116 <summary>
1117 The current frame in animation
1118 </summary>
1119 </member>
1120 <member name="F:XPExplorerBar.Expando.AnimationHelper.numAnimationSteps">
1121 <summary>
1122 The number of frames in the animation
1123 </summary>
1124 </member>
1125 <member name="F:XPExplorerBar.Expando.AnimationHelper.animationFrameInterval">
1126 <summary>
1127 The amount of time each frame is shown (in milliseconds)
1128 </summary>
1129 </member>
1130 <member name="F:XPExplorerBar.Expando.AnimationHelper.animating">
1131 <summary>
1132 Specifies whether an animation is being performed
1133 </summary>
1134 </member>
1135 <member name="F:XPExplorerBar.Expando.AnimationHelper.animationTimer">
1136 <summary>
1137 A timer that notifies the helper when the next frame is due
1138 </summary>
1139 </member>
1140 <member name="M:XPExplorerBar.Expando.AnimationHelper.#ctor(XPExplorerBar.Expando,System.Int32)">
1141 <summary>
1142 Initializes a new instance of the AnimationHelper class with the specified settings
1143 </summary>
1144 <param name="expando">The Expando to be animated</param>
1145 <param name="animationType">The type of animation to perform</param>
1146 </member>
1147 <member name="M:XPExplorerBar.Expando.AnimationHelper.Dispose">
1148 <summary>
1149 Releases all resources used by the AnimationHelper
1150 </summary>
1151 </member>
1152 <member name="M:XPExplorerBar.Expando.AnimationHelper.StartAnimation">
1153 <summary>
1154 Starts the Expando collapse/expand animation
1155 </summary>
1156 </member>
1157 <member name="M:XPExplorerBar.Expando.AnimationHelper.PerformAnimation">
1158 <summary>
1159 Updates the animation for the Expando
1160 </summary>
1161 </member>
1162 <member name="M:XPExplorerBar.Expando.AnimationHelper.StopAnimation">
1163 <summary>
1164 Stops the Expando collapse/expand animation
1165 </summary>
1166 </member>
1167 <member name="M:XPExplorerBar.Expando.AnimationHelper.animationTimer_Tick(System.Object,System.EventArgs)">
1168 <summary>
1169 Event handler for the animation timer tick event
1170 </summary>
1171 <param name="sender">The object that fired the event</param>
1172 <param name="e">An EventArgs that contains the event data</param>
1173 </member>
1174 <member name="P:XPExplorerBar.Expando.AnimationHelper.Expando">
1175 <summary>
1176 Gets the Expando that is te be animated
1177 </summary>
1178 </member>
1179 <member name="P:XPExplorerBar.Expando.AnimationHelper.NumAnimationSteps">
1180 <summary>
1181 Gets or sets the number of steps that are needed for the Expando
1182 to get from fully expanded to fully collapsed, or visa versa
1183 </summary>
1184 </member>
1185 <member name="P:XPExplorerBar.Expando.AnimationHelper.AnimationFrameInterval">
1186 <summary>
1187 Gets or sets the number of milliseconds that each "frame"
1188 of the animation stays on the screen
1189 </summary>
1190 </member>
1191 <member name="P:XPExplorerBar.Expando.AnimationHelper.Animating">
1192 <summary>
1193 Gets whether the Expando is currently animating
1194 </summary>
1195 </member>
1196 <member name="P:XPExplorerBar.Expando.AnimationHelper.AnimationType">
1197 <summary>
1198 Gets the type of animation to perform
1199 </summary>
1200 </member>
1201 <member name="T:XPExplorerBar.Expando.ExpandoSurrogate">
1202 <summary>
1203 A class that is serialized instead of an Expando (as
1204 Expandos contain objects that cause serialization problems)
1205 </summary>
1206 </member>
1207 <member name="F:XPExplorerBar.Expando.ExpandoSurrogate.Name">
1208 <summary>
1209 See Expando.Name. This member is not intended to be used
1210 directly from your code.
1211 </summary>
1212 </member>
1213 <member name="F:XPExplorerBar.Expando.ExpandoSurrogate.Text">
1214 <summary>
1215 See Expando.Text. This member is not intended to be used
1216 directly from your code.
1217 </summary>
1218 </member>
1219 <member name="F:XPExplorerBar.Expando.ExpandoSurrogate.Size">
1220 <summary>
1221 See Expando.Size. This member is not intended to be used
1222 directly from your code.
1223 </summary>
1224 </member>
1225 <member name="F:XPExplorerBar.Expando.ExpandoSurrogate.Location">
1226 <summary>
1227 See Expando.Location. This member is not intended to be used
1228 directly from your code.
1229 </summary>
1230 </member>
1231 <member name="F:XPExplorerBar.Expando.ExpandoSurrogate.BackColor">
1232 <summary>
1233 See Expando.BackColor. This member is not intended to be used
1234 directly from your code.
1235 </summary>
1236 </member>
1237 <member name="F:XPExplorerBar.Expando.ExpandoSurrogate.ExpandedHeight">
1238 <summary>
1239 See Expando.ExpandedHeight. This member is not intended to be used
1240 directly from your code.
1241 </summary>
1242 </member>
1243 <member name="F:XPExplorerBar.Expando.ExpandoSurrogate.CustomSettings">
1244 <summary>
1245 See Expando.CustomSettings. This member is not intended to be used
1246 directly from your code.
1247 </summary>
1248 </member>
1249 <member name="F:XPExplorerBar.Expando.ExpandoSurrogate.CustomHeaderSettings">
1250 <summary>
1251 See Expando.CustomHeaderSettings. This member is not intended to be used
1252 directly from your code.
1253 </summary>
1254 </member>
1255 <member name="F:XPExplorerBar.Expando.ExpandoSurrogate.Animate">
1256 <summary>
1257 See Expando.Animate. This member is not intended to be used
1258 directly from your code.
1259 </summary>
1260 </member>
1261 <member name="F:XPExplorerBar.Expando.ExpandoSurrogate.ShowFocusCues">
1262 <summary>
1263 See Expando.ShowFocusCues. This member is not intended to be used
1264 directly from your code.
1265 </summary>
1266 </member>
1267 <member name="F:XPExplorerBar.Expando.ExpandoSurrogate.Collapsed">
1268 <summary>
1269 See Expando.Collapsed. This member is not intended to be used
1270 directly from your code.
1271 </summary>
1272 </member>
1273 <member name="F:XPExplorerBar.Expando.ExpandoSurrogate.CanCollapse">
1274 <summary>
1275 See Expando.CanCollapse. This member is not intended to be used
1276 directly from your code.
1277 </summary>
1278 </member>
1279 <member name="F:XPExplorerBar.Expando.ExpandoSurrogate.SpecialGroup">
1280 <summary>
1281 See Expando.SpecialGroup. This member is not intended to be used
1282 directly from your code.
1283 </summary>
1284 </member>
1285 <member name="F:XPExplorerBar.Expando.ExpandoSurrogate.TitleImage">
1286 <summary>
1287 See Expando.TitleImage. This member is not intended to be used
1288 directly from your code.
1289 </summary>
1290 </member>
1291 <member name="F:XPExplorerBar.Expando.ExpandoSurrogate.Watermark">
1292 <summary>
1293 See Expando.Watermark. This member is not intended to be used
1294 directly from your code.
1295 </summary>
1296 </member>
1297 <member name="F:XPExplorerBar.Expando.ExpandoSurrogate.Enabled">
1298 <summary>
1299 See Expando.Enabled. This member is not intended to be used
1300 directly from your code.
1301 </summary>
1302 </member>
1303 <member name="F:XPExplorerBar.Expando.ExpandoSurrogate.Visible">
1304 <summary>
1305 See Expando.Visible. This member is not intended to be used
1306 directly from your code.
1307 </summary>
1308 </member>
1309 <member name="F:XPExplorerBar.Expando.ExpandoSurrogate.AutoLayout">
1310 <summary>
1311 See Expando.AutoLayout. This member is not intended to be used
1312 directly from your code.
1313 </summary>
1314 </member>
1315 <member name="F:XPExplorerBar.Expando.ExpandoSurrogate.Anchor">
1316 <summary>
1317 See Expando.Anchor. This member is not intended to be used
1318 directly from your code.
1319 </summary>
1320 </member>
1321 <member name="F:XPExplorerBar.Expando.ExpandoSurrogate.Dock">
1322 <summary>
1323 See Expando.Dock. This member is not intended to be used
1324 directly from your code.
1325 </summary>
1326 </member>
1327 <member name="F:XPExplorerBar.Expando.ExpandoSurrogate.FontName">
1328 <summary>
1329 See Font.Name. This member is not intended to be used
1330 directly from your code.
1331 </summary>
1332 </member>
1333 <member name="F:XPExplorerBar.Expando.ExpandoSurrogate.FontSize">
1334 <summary>
1335 See Font.Size. This member is not intended to be used
1336 directly from your code.
1337 </summary>
1338 </member>
1339 <member name="F:XPExplorerBar.Expando.ExpandoSurrogate.FontDecoration">
1340 <summary>
1341 See Font.Style. This member is not intended to be used
1342 directly from your code.
1343 </summary>
1344 </member>
1345 <member name="F:XPExplorerBar.Expando.ExpandoSurrogate.Items">
1346 <summary>
1347 See Expando.Items. This member is not intended to be used
1348 directly from your code.
1349 </summary>
1350 </member>
1351 <member name="F:XPExplorerBar.Expando.ExpandoSurrogate.Tag">
1352 <summary>
1353 See Control.Tag. This member is not intended to be used
1354 directly from your code.
1355 </summary>
1356 </member>
1357 <member name="F:XPExplorerBar.Expando.ExpandoSurrogate.Version">
1358 <summary>
1359 Version number of the surrogate. This member is not intended
1360 to be used directly from your code.
1361 </summary>
1362 </member>
1363 <member name="M:XPExplorerBar.Expando.ExpandoSurrogate.#ctor">
1364 <summary>
1365 Initializes a new instance of the ExpandoSurrogate class with default settings
1366 </summary>
1367 </member>
1368 <member name="M:XPExplorerBar.Expando.ExpandoSurrogate.Load(XPExplorerBar.Expando)">
1369 <summary>
1370 Populates the ExpandoSurrogate with data that is to be
1371 serialized from the specified Expando
1372 </summary>
1373 <param name="expando">The Expando that contains the data
1374 to be serialized</param>
1375 </member>
1376 <member name="M:XPExplorerBar.Expando.ExpandoSurrogate.Save">
1377 <summary>
1378 Returns an Expando that contains the deserialized ExpandoSurrogate data
1379 </summary>
1380 <returns>An Expando that contains the deserialized ExpandoSurrogate data</returns>
1381 </member>
1382 <member name="M:XPExplorerBar.Expando.ExpandoSurrogate.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
1383 <summary>
1384 Populates a SerializationInfo with the data needed to serialize the ExpandoSurrogate
1385 </summary>
1386 <param name="info">The SerializationInfo to populate with data</param>
1387 <param name="context">The destination for this serialization</param>
1388 </member>
1389 <member name="M:XPExplorerBar.Expando.ExpandoSurrogate.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
1390 <summary>
1391 Initializes a new instance of the ExpandoSurrogate class using the information
1392 in the SerializationInfo
1393 </summary>
1394 <param name="info">The information to populate the ExpandoSurrogate</param>
1395 <param name="context">The source from which the ExpandoSurrogate is deserialized</param>
1396 </member>
1397 <member name="T:XPExplorerBar.ExpandoEventArgs">
1398 <summary>
1399 Provides data for the StateChanged, ExpandoAdded and
1400 ExpandoRemoved events
1401 </summary>
1402 </member>
1403 <member name="F:XPExplorerBar.ExpandoEventArgs.expando">
1404 <summary>
1405 The Expando that generated the event
1406 </summary>
1407 </member>
1408 <member name="M:XPExplorerBar.ExpandoEventArgs.#ctor">
1409 <summary>
1410 Initializes a new instance of the ExpandoEventArgs class with default settings
1411 </summary>
1412 </member>
1413 <member name="M:XPExplorerBar.ExpandoEventArgs.#ctor(XPExplorerBar.Expando)">
1414 <summary>
1415 Initializes a new instance of the ExpandoEventArgs class with specific Expando
1416 </summary>
1417 <param name="expando">The Expando that generated the event</param>
1418 </member>
1419 <member name="P:XPExplorerBar.ExpandoEventArgs.Expando">
1420 <summary>
1421 Gets the Expando that generated the event
1422 </summary>
1423 </member>
1424 <member name="P:XPExplorerBar.ExpandoEventArgs.Collapsed">
1425 <summary>
1426 Gets whether the Expando is collapsed
1427 </summary>
1428 </member>
1429 <member name="T:XPExplorerBar.ExpandoConverter">
1430 <summary>
1431 A custom TypeConverter used to help convert Expandos from
1432 one Type to another
1433 </summary>
1434 </member>
1435 <member name="M:XPExplorerBar.ExpandoConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
1436 <summary>
1437 Returns whether this converter can convert the object to the
1438 specified type, using the specified context
1439 </summary>
1440 <param name="context">An ITypeDescriptorContext that provides a
1441 format context</param>
1442 <param name="destinationType">A Type that represents the type
1443 you want to convert to</param>
1444 <returns>true if this converter can perform the conversion; o
1445 therwise, false</returns>
1446 </member>
1447 <member name="M:XPExplorerBar.ExpandoConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
1448 <summary>
1449 Converts the given value object to the specified type, using
1450 the specified context and culture information
1451 </summary>
1452 <param name="context">An ITypeDescriptorContext that provides
1453 a format context</param>
1454 <param name="culture">A CultureInfo object. If a null reference
1455 is passed, the current culture is assumed</param>
1456 <param name="value">The Object to convert</param>
1457 <param name="destinationType">The Type to convert the value
1458 parameter to</param>
1459 <returns>An Object that represents the converted value</returns>
1460 </member>
1461 <member name="T:XPExplorerBar.ExpandoDesigner">
1462 <summary>
1463 A custom designer used by Expandos to remove unwanted
1464 properties from the Property window in the designer
1465 </summary>
1466 </member>
1467 <member name="M:XPExplorerBar.ExpandoDesigner.#ctor">
1468 <summary>
1469 Initializes a new instance of the ExpandoDesigner class
1470 </summary>
1471 </member>
1472 <member name="M:XPExplorerBar.ExpandoDesigner.PreFilterProperties(System.Collections.IDictionary)">
1473 <summary>
1474 Adjusts the set of properties the component exposes through
1475 a TypeDescriptor
1476 </summary>
1477 <param name="properties">An IDictionary containing the properties
1478 for the class of the component</param>
1479 </member>
1480 <member name="T:XPExplorerBar.FocusStates">
1481 <summary>
1482 Defines the state of an Expandos title bar
1483 </summary>
1484 </member>
1485 <member name="F:XPExplorerBar.FocusStates.None">
1486 <summary>
1487 Normal state
1488 </summary>
1489 </member>
1490 <member name="F:XPExplorerBar.FocusStates.Mouse">
1491 <summary>
1492 The mouse is over the title bar
1493 </summary>
1494 </member>
1495 <member name="T:XPExplorerBar.ExplorerBarInfo">
1496 <summary>
1497 A class that contains system defined settings for an XPExplorerBar
1498 </summary>
1499 </member>
1500 <member name="F:XPExplorerBar.ExplorerBarInfo.taskPane">
1501 <summary>
1502 System defined settings for a TaskPane
1503 </summary>
1504 </member>
1505 <member name="F:XPExplorerBar.ExplorerBarInfo.taskItem">
1506 <summary>
1507 System defined settings for a TaskItem
1508 </summary>
1509 </member>
1510 <member name="F:XPExplorerBar.ExplorerBarInfo.expando">
1511 <summary>
1512 System defined settings for an Expando
1513 </summary>
1514 </member>
1515 <member name="F:XPExplorerBar.ExplorerBarInfo.header">
1516 <summary>
1517 System defined settings for an Expando's header
1518 </summary>
1519 </member>
1520 <member name="F:XPExplorerBar.ExplorerBarInfo.officialTheme">
1521 <summary>
1522 Specifies whether the ExplorerBarInfo represents an
1523 official Windows XP theme
1524 </summary>
1525 </member>
1526 <member name="F:XPExplorerBar.ExplorerBarInfo.classicTheme">
1527 <summary>
1528 Specifies whether the ExplorerBarInfo represents the
1529 Windows XP "classic" theme
1530 </summary>
1531 </member>
1532 <member name="F:XPExplorerBar.ExplorerBarInfo.shellStylePath">
1533 <summary>
1534 A string that contains the full path to the ShellStyle.dll
1535 that the ExplorerBarInfo was loaded from
1536 </summary>
1537 </member>
1538 <member name="M:XPExplorerBar.ExplorerBarInfo.#ctor">
1539 <summary>
1540 Initializes a new instance of the ExplorerBarInfo class with
1541 default settings
1542 </summary>
1543 </member>
1544 <member name="M:XPExplorerBar.ExplorerBarInfo.SetUnthemedArrowImages">
1545 <summary>
1546 Sets the arrow images for use when theming is not supported
1547 </summary>
1548 </member>
1549 <member name="M:XPExplorerBar.ExplorerBarInfo.UseClassicTheme">
1550 <summary>
1551 Force use of default values
1552 </summary>
1553 </member>
1554 <member name="M:XPExplorerBar.ExplorerBarInfo.Dispose">
1555 <summary>
1556 Releases all resources used by the ExplorerBarInfo
1557 </summary>
1558 </member>
1559 <member name="M:XPExplorerBar.ExplorerBarInfo.SetOfficialTheme(System.Boolean)">
1560 <summary>
1561 Sets whether the ExplorerBarInfo contains settings for
1562 an official Windows XP Visual Style
1563 </summary>
1564 <param name="officialTheme">true if the ExplorerBarInfo
1565 contains settings for an official Windows XP Visual Style,
1566 otherwise false</param>
1567 </member>
1568 <member name="P:XPExplorerBar.ExplorerBarInfo.TaskPane">
1569 <summary>
1570 Gets the ExplorerPane settings
1571 </summary>
1572 </member>
1573 <member name="P:XPExplorerBar.ExplorerBarInfo.TaskItem">
1574 <summary>
1575 Gets the TaskLink settings
1576 </summary>
1577 </member>
1578 <member name="P:XPExplorerBar.ExplorerBarInfo.Expando">
1579 <summary>
1580 Gets the Group settings
1581 </summary>
1582 </member>
1583 <member name="P:XPExplorerBar.ExplorerBarInfo.Header">
1584 <summary>
1585 Gets the Header settings
1586 </summary>
1587 </member>
1588 <member name="P:XPExplorerBar.ExplorerBarInfo.OfficialTheme">
1589 <summary>
1590 Gets whether the ExplorerBarInfo contains settings for
1591 an official Windows XP Visual Style
1592 </summary>
1593 </member>
1594 <member name="P:XPExplorerBar.ExplorerBarInfo.ClassicTheme">
1595 <summary>
1596 Gets whether the ExplorerBarInfo contains settings for
1597 the Windows XP "classic" Visual Style
1598 </summary>
1599 </member>
1600 <member name="P:XPExplorerBar.ExplorerBarInfo.ShellStylePath">
1601 <summary>
1602 Gets or sets a string that specifies the full path to the
1603 ShellStyle.dll that the ExplorerBarInfo was loaded from
1604 </summary>
1605 </member>
1606 <member name="T:XPExplorerBar.ExplorerBarInfo.ExplorerBarInfoSurrogate">
1607 <summary>
1608 A class that is serialized instead of an ExplorerBarInfo (as
1609 ExplorerBarInfos contain objects that cause serialization problems)
1610 </summary>
1611 </member>
1612 <member name="F:XPExplorerBar.ExplorerBarInfo.ExplorerBarInfoSurrogate.TaskPaneInfoSurrogate">
1613 <summary>
1614 This member is not intended to be used directly from your code.
1615 </summary>
1616 </member>
1617 <member name="F:XPExplorerBar.ExplorerBarInfo.ExplorerBarInfoSurrogate.TaskItemInfoSurrogate">
1618 <summary>
1619 This member is not intended to be used directly from your code.
1620 </summary>
1621 </member>
1622 <member name="F:XPExplorerBar.ExplorerBarInfo.ExplorerBarInfoSurrogate.ExpandoInfoSurrogate">
1623 <summary>
1624 This member is not intended to be used directly from your code.
1625 </summary>
1626 </member>
1627 <member name="F:XPExplorerBar.ExplorerBarInfo.ExplorerBarInfoSurrogate.HeaderInfoSurrogate">
1628 <summary>
1629 This member is not intended to be used directly from your code.
1630 </summary>
1631 </member>
1632 <member name="F:XPExplorerBar.ExplorerBarInfo.ExplorerBarInfoSurrogate.Version">
1633 <summary>
1634 Version number of the surrogate. This member is not intended
1635 to be used directly from your code.
1636 </summary>
1637 </member>
1638 <member name="M:XPExplorerBar.ExplorerBarInfo.ExplorerBarInfoSurrogate.#ctor">
1639 <summary>
1640 Initializes a new instance of the ExplorerBarInfoSurrogate class with default settings
1641 </summary>
1642 </member>
1643 <member name="M:XPExplorerBar.ExplorerBarInfo.ExplorerBarInfoSurrogate.Load(XPExplorerBar.ExplorerBarInfo)">
1644 <summary>
1645 Populates the ExplorerBarInfoSurrogate with data that is to be
1646 serialized from the specified ExplorerBarInfo
1647 </summary>
1648 <param name="explorerBarInfo">The ExplorerBarInfo that contains the data
1649 to be serialized</param>
1650 </member>
1651 <member name="M:XPExplorerBar.ExplorerBarInfo.ExplorerBarInfoSurrogate.Save">
1652 <summary>
1653 Returns an ExplorerBarInfo that contains the deserialized ExplorerBarInfoSurrogate data
1654 </summary>
1655 <returns>An ExplorerBarInfo that contains the deserialized ExplorerBarInfoSurrogate data</returns>
1656 </member>
1657 <member name="M:XPExplorerBar.ExplorerBarInfo.ExplorerBarInfoSurrogate.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
1658 <summary>
1659 Populates a SerializationInfo with the data needed to serialize the ExplorerBarInfoSurrogate
1660 </summary>
1661 <param name="info">The SerializationInfo to populate with data</param>
1662 <param name="context">The destination for this serialization</param>
1663 </member>
1664 <member name="M:XPExplorerBar.ExplorerBarInfo.ExplorerBarInfoSurrogate.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
1665 <summary>
1666 Initializes a new instance of the ExplorerBarInfoSurrogate class using the information
1667 in the SerializationInfo
1668 </summary>
1669 <param name="info">The information to populate the ExplorerBarInfoSurrogate</param>
1670 <param name="context">The source from which the ExplorerBarInfoSurrogate is deserialized</param>
1671 </member>
1672 <member name="T:XPExplorerBar.TaskPaneInfo">
1673 <summary>
1674 A class that contains system defined settings for TaskPanes
1675 </summary>
1676 </member>
1677 <member name="F:XPExplorerBar.TaskPaneInfo.gradientStartColor">
1678 <summary>
1679 The starting Color for the TaskPane's background gradient
1680 </summary>
1681 </member>
1682 <member name="F:XPExplorerBar.TaskPaneInfo.gradientEndColor">
1683 <summary>
1684 The ending Color for the TaskPane's background gradient
1685 </summary>
1686 </member>
1687 <member name="F:XPExplorerBar.TaskPaneInfo.direction">
1688 <summary>
1689 The direction of the TaskPane's gradient background
1690 </summary>
1691 </member>
1692 <member name="F:XPExplorerBar.TaskPaneInfo.padding">
1693 <summary>
1694 The amount of space between the Border and Expandos along
1695 each edge of the TaskPane
1696 </summary>
1697 </member>
1698 <member name="F:XPExplorerBar.TaskPaneInfo.backImage">
1699 <summary>
1700 The Image that is used as the TaskPane's background
1701 </summary>
1702 </member>
1703 <member name="F:XPExplorerBar.TaskPaneInfo.stretchMode">
1704 <summary>
1705 Specified how the TaskPane's background Image is drawn
1706 </summary>
1707 </member>
1708 <member name="F:XPExplorerBar.TaskPaneInfo.watermark">
1709 <summary>
1710 The Image that is used as a watermark
1711 </summary>
1712 </member>
1713 <member name="F:XPExplorerBar.TaskPaneInfo.watermarkAlignment">
1714 <summary>
1715 The alignment of the Image used as a watermark
1716 </summary>
1717 </member>
1718 <member name="F:XPExplorerBar.TaskPaneInfo.owner">
1719 <summary>
1720 The TaskPane that owns the TaskPaneInfo
1721 </summary>
1722 </member>
1723 <member name="M:XPExplorerBar.TaskPaneInfo.#ctor">
1724 <summary>
1725 Initializes a new instance of the TaskPaneInfo class with default settings
1726 </summary>
1727 </member>
1728 <member name="M:XPExplorerBar.TaskPaneInfo.SetDefaultValues">
1729 <summary>
1730 Forces the use of default values
1731 </summary>
1732 </member>
1733 <member name="M:XPExplorerBar.TaskPaneInfo.SetDefaultEmptyValues">
1734 <summary>
1735 Forces the use of default empty values
1736 </summary>
1737 </member>
1738 <member name="M:XPExplorerBar.TaskPaneInfo.Dispose">
1739 <summary>
1740 Releases all resources used by the TaskPaneInfo
1741 </summary>
1742 </member>
1743 <member name="M:XPExplorerBar.TaskPaneInfo.ShouldSerializeGradientStartColor">
1744 <summary>
1745 Specifies whether the GradientStartColor property should be
1746 serialized at design time
1747 </summary>
1748 <returns>true if the GradientStartColor property should be
1749 serialized, false otherwise</returns>
1750 </member>
1751 <member name="M:XPExplorerBar.TaskPaneInfo.ShouldSerializeGradientEndColor">
1752 <summary>
1753 Specifies whether the GradientEndColor property should be
1754 serialized at design time
1755 </summary>
1756 <returns>true if the GradientEndColor property should be
1757 serialized, false otherwise</returns>
1758 </member>
1759 <member name="M:XPExplorerBar.TaskPaneInfo.ShouldSerializePadding">
1760 <summary>
1761 Specifies whether the Padding property should be
1762 serialized at design time
1763 </summary>
1764 <returns>true if the Padding property should be
1765 serialized, false otherwise</returns>
1766 </member>
1767 <member name="P:XPExplorerBar.TaskPaneInfo.GradientStartColor">
1768 <summary>
1769 Gets or sets the TaskPane's first gradient background color
1770 </summary>
1771 </member>
1772 <member name="P:XPExplorerBar.TaskPaneInfo.GradientEndColor">
1773 <summary>
1774 Gets or sets the TaskPane's second gradient background color
1775 </summary>
1776 </member>
1777 <member name="P:XPExplorerBar.TaskPaneInfo.GradientDirection">
1778 <summary>
1779 Gets or sets the direction of the TaskPane's gradient
1780 </summary>
1781 </member>
1782 <member name="P:XPExplorerBar.TaskPaneInfo.BackImage">
1783 <summary>
1784 Gets or sets the Image that is used as the TaskPane's background
1785 </summary>
1786 </member>
1787 <member name="P:XPExplorerBar.TaskPaneInfo.StretchMode">
1788 <summary>
1789 Gets or sets how the TaskPane's background Image is drawn
1790 </summary>
1791 </member>
1792 <member name="P:XPExplorerBar.TaskPaneInfo.Watermark">
1793 <summary>
1794 Gets or sets the Image that is used as the TaskPane's watermark
1795 </summary>
1796 </member>
1797 <member name="P:XPExplorerBar.TaskPaneInfo.WatermarkAlignment">
1798 <summary>
1799 Gets or sets the alignment of the Image that is used as the
1800 TaskPane's watermark
1801 </summary>
1802 </member>
1803 <member name="P:XPExplorerBar.TaskPaneInfo.Padding">
1804 <summary>
1805 Gets or sets the TaskPane's padding between the border and any items
1806 </summary>
1807 </member>
1808 <member name="P:XPExplorerBar.TaskPaneInfo.TaskPane">
1809 <summary>
1810 Gets or sets the TaskPane the TaskPaneInfo belongs to
1811 </summary>
1812 </member>
1813 <member name="T:XPExplorerBar.TaskPaneInfo.TaskPaneInfoSurrogate">
1814 <summary>
1815 A class that is serialized instead of a TaskPaneInfo (as
1816 TaskPaneInfos contain objects that cause serialization problems)
1817 </summary>
1818 </member>
1819 <member name="F:XPExplorerBar.TaskPaneInfo.TaskPaneInfoSurrogate.GradientStartColor">
1820 <summary>
1821 See TaskPaneInfo.GradientStartColor. This member is not
1822 intended to be used directly from your code.
1823 </summary>
1824 </member>
1825 <member name="F:XPExplorerBar.TaskPaneInfo.TaskPaneInfoSurrogate.GradientEndColor">
1826 <summary>
1827 See TaskPaneInfo.GradientEndColor. This member is not
1828 intended to be used directly from your code.
1829 </summary>
1830 </member>
1831 <member name="F:XPExplorerBar.TaskPaneInfo.TaskPaneInfoSurrogate.GradientDirection">
1832 <summary>
1833 See TaskPaneInfo.GradientDirection. This member is not
1834 intended to be used directly from your code.
1835 </summary>
1836 </member>
1837 <member name="F:XPExplorerBar.TaskPaneInfo.TaskPaneInfoSurrogate.Padding">
1838 <summary>
1839 See TaskPaneInfo.Padding. This member is not
1840 intended to be used directly from your code.
1841 </summary>
1842 </member>
1843 <member name="F:XPExplorerBar.TaskPaneInfo.TaskPaneInfoSurrogate.BackImage">
1844 <summary>
1845 See TaskPaneInfo.BackImage. This member is not
1846 intended to be used directly from your code.
1847 </summary>
1848 </member>
1849 <member name="F:XPExplorerBar.TaskPaneInfo.TaskPaneInfoSurrogate.StretchMode">
1850 <summary>
1851 See TaskPaneInfo.StretchMode. This member is not
1852 intended to be used directly from your code.
1853 </summary>
1854 </member>
1855 <member name="F:XPExplorerBar.TaskPaneInfo.TaskPaneInfoSurrogate.Watermark">
1856 <summary>
1857 See TaskPaneInfo.Watermark. This member is not
1858 intended to be used directly from your code.
1859 </summary>
1860 </member>
1861 <member name="F:XPExplorerBar.TaskPaneInfo.TaskPaneInfoSurrogate.WatermarkAlignment">
1862 <summary>
1863 See TaskPaneInfo.WatermarkAlignment. This member is not
1864 intended to be used directly from your code.
1865 </summary>
1866 </member>
1867 <member name="F:XPExplorerBar.TaskPaneInfo.TaskPaneInfoSurrogate.Version">
1868 <summary>
1869 Version number of the surrogate. This member is not intended
1870 to be used directly from your code.
1871 </summary>
1872 </member>
1873 <member name="M:XPExplorerBar.TaskPaneInfo.TaskPaneInfoSurrogate.#ctor">
1874 <summary>
1875 Initializes a new instance of the TaskPaneInfoSurrogate class with default settings
1876 </summary>
1877 </member>
1878 <member name="M:XPExplorerBar.TaskPaneInfo.TaskPaneInfoSurrogate.Load(XPExplorerBar.TaskPaneInfo)">
1879 <summary>
1880 Populates the TaskPaneInfoSurrogate with data that is to be
1881 serialized from the specified TaskPaneInfo
1882 </summary>
1883 <param name="taskPaneInfo">The TaskPaneInfo that contains the data
1884 to be serialized</param>
1885 </member>
1886 <member name="M:XPExplorerBar.TaskPaneInfo.TaskPaneInfoSurrogate.Save">
1887 <summary>
1888 Returns a TaskPaneInfo that contains the deserialized TaskPaneInfoSurrogate data
1889 </summary>
1890 <returns>A TaskPaneInfo that contains the deserialized TaskPaneInfoSurrogate data</returns>
1891 </member>
1892 <member name="M:XPExplorerBar.TaskPaneInfo.TaskPaneInfoSurrogate.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
1893 <summary>
1894 Populates a SerializationInfo with the data needed to serialize the TaskPaneInfoSurrogate
1895 </summary>
1896 <param name="info">The SerializationInfo to populate with data</param>
1897 <param name="context">The destination for this serialization</param>
1898 </member>
1899 <member name="M:XPExplorerBar.TaskPaneInfo.TaskPaneInfoSurrogate.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
1900 <summary>
1901 Initializes a new instance of the TaskPaneInfoSurrogate class using the information
1902 in the SerializationInfo
1903 </summary>
1904 <param name="info">The information to populate the TaskPaneInfoSurrogate</param>
1905 <param name="context">The source from which the TaskPaneInfoSurrogate is deserialized</param>
1906 </member>
1907 <member name="T:XPExplorerBar.TaskPaneInfoConverter">
1908 <summary>
1909 A custom TypeConverter used to help convert TaskPaneInfo from
1910 one Type to another
1911 </summary>
1912 </member>
1913 <member name="M:XPExplorerBar.TaskPaneInfoConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
1914 <summary>
1915 Converts the given value object to the specified type, using
1916 the specified context and culture information
1917 </summary>
1918 <param name="context">An ITypeDescriptorContext that provides
1919 a format context</param>
1920 <param name="culture">A CultureInfo object. If a null reference
1921 is passed, the current culture is assumed</param>
1922 <param name="value">The Object to convert</param>
1923 <param name="destinationType">The Type to convert the value
1924 parameter to</param>
1925 <returns>An Object that represents the converted value</returns>
1926 </member>
1927 <member name="T:XPExplorerBar.TaskItemInfo">
1928 <summary>
1929 A class that contains system defined settings for TaskItems
1930 </summary>
1931 </member>
1932 <member name="F:XPExplorerBar.TaskItemInfo.padding">
1933 <summary>
1934 The amount of space around the text along each side of
1935 the TaskItem
1936 </summary>
1937 </member>
1938 <member name="F:XPExplorerBar.TaskItemInfo.margin">
1939 <summary>
1940 The amount of space between individual TaskItems
1941 along each side of the TaskItem
1942 </summary>
1943 </member>
1944 <member name="F:XPExplorerBar.TaskItemInfo.linkNormal">
1945 <summary>
1946 The Color of the text displayed in the TaskItem
1947 </summary>
1948 </member>
1949 <member name="F:XPExplorerBar.TaskItemInfo.linkHot">
1950 <summary>
1951 The Color of the text displayed in the TaskItem when
1952 highlighted
1953 </summary>
1954 </member>
1955 <member name="F:XPExplorerBar.TaskItemInfo.fontDecoration">
1956 <summary>
1957 The decoration to be used on the text while in a highlighted state
1958 </summary>
1959 </member>
1960 <member name="F:XPExplorerBar.TaskItemInfo.owner">
1961 <summary>
1962 The TaskItem that owns this TaskItemInfo
1963 </summary>
1964 </member>
1965 <member name="M:XPExplorerBar.TaskItemInfo.#ctor">
1966 <summary>
1967 Initializes a new instance of the TaskLinkInfo class with default settings
1968 </summary>
1969 </member>
1970 <member name="M:XPExplorerBar.TaskItemInfo.SetDefaultValues">
1971 <summary>
1972 Forces the use of default values
1973 </summary>
1974 </member>
1975 <member name="M:XPExplorerBar.TaskItemInfo.SetDefaultEmptyValues">
1976 <summary>
1977 Forces the use of default empty values
1978 </summary>
1979 </member>
1980 <member name="M:XPExplorerBar.TaskItemInfo.ShouldSerializeMargin">
1981 <summary>
1982 Specifies whether the Margin property should be
1983 serialized at design time
1984 </summary>
1985 <returns>true if the Margin property should be
1986 serialized, false otherwise</returns>
1987 </member>
1988 <member name="M:XPExplorerBar.TaskItemInfo.ShouldSerializePadding">
1989 <summary>
1990 Specifies whether the Padding property should be
1991 serialized at design time
1992 </summary>
1993 <returns>true if the Padding property should be
1994 serialized, false otherwise</returns>
1995 </member>
1996 <member name="M:XPExplorerBar.TaskItemInfo.ShouldSerializeLinkColor">
1997 <summary>
1998 Specifies whether the LinkColor property should be
1999 serialized at design time
2000 </summary>
2001 <returns>true if the LinkColor property should be
2002 serialized, false otherwise</returns>
2003 </member>
2004 <member name="M:XPExplorerBar.TaskItemInfo.ShouldSerializeHotLinkColor">
2005 <summary>
2006 Specifies whether the HotLinkColor property should be
2007 serialized at design time
2008 </summary>
2009 <returns>true if the HotLinkColor property should be
2010 serialized, false otherwise</returns>
2011 </member>
2012 <member name="P:XPExplorerBar.TaskItemInfo.Margin">
2013 <summary>
2014 Gets or sets the amount of space between individual TaskItems
2015 along each side of the TaskItem
2016 </summary>
2017 </member>
2018 <member name="P:XPExplorerBar.TaskItemInfo.Padding">
2019 <summary>
2020 Gets or sets the amount of space around the text along each
2021 side of the TaskItem
2022 </summary>
2023 </member>
2024 <member name="P:XPExplorerBar.TaskItemInfo.LinkColor">
2025 <summary>
2026 Gets or sets the foreground color of a normal link
2027 </summary>
2028 </member>
2029 <member name="P:XPExplorerBar.TaskItemInfo.HotLinkColor">
2030 <summary>
2031 Gets or sets the foreground color of a highlighted link
2032 </summary>
2033 </member>
2034 <member name="P:XPExplorerBar.TaskItemInfo.FontDecoration">
2035 <summary>
2036 Gets or sets the font decoration of a link
2037 </summary>
2038 </member>
2039 <member name="P:XPExplorerBar.TaskItemInfo.TaskItem">
2040 <summary>
2041 Gets or sets the TaskItem the TaskItemInfo belongs to
2042 </summary>
2043 </member>
2044 <member name="T:XPExplorerBar.TaskItemInfo.TaskItemInfoSurrogate">
2045 <summary>
2046 A class that is serialized instead of a TaskItemInfo (as
2047 TaskItemInfos contain objects that cause serialization problems)
2048 </summary>
2049 </member>
2050 <member name="F:XPExplorerBar.TaskItemInfo.TaskItemInfoSurrogate.Padding">
2051 <summary>
2052 See TaskItemInfo.Padding. This member is not
2053 intended to be used directly from your code.
2054 </summary>
2055 </member>
2056 <member name="F:XPExplorerBar.TaskItemInfo.TaskItemInfoSurrogate.Margin">
2057 <summary>
2058 See TaskItemInfo.Margin. This member is not
2059 intended to be used directly from your code.
2060 </summary>
2061 </member>
2062 <member name="F:XPExplorerBar.TaskItemInfo.TaskItemInfoSurrogate.LinkNormal">
2063 <summary>
2064 See TaskItemInfo.LinkColor. This member is not
2065 intended to be used directly from your code.
2066 </summary>
2067 </member>
2068 <member name="F:XPExplorerBar.TaskItemInfo.TaskItemInfoSurrogate.LinkHot">
2069 <summary>
2070 See TaskItemInfo.HotLinkColor. This member is not
2071 intended to be used directly from your code.
2072 </summary>
2073 </member>
2074 <member name="F:XPExplorerBar.TaskItemInfo.TaskItemInfoSurrogate.FontDecoration">
2075 <summary>
2076 See TaskItemInfo.FontDecoration. This member is not
2077 intended to be used directly from your code.
2078 </summary>
2079 </member>
2080 <member name="F:XPExplorerBar.TaskItemInfo.TaskItemInfoSurrogate.Version">
2081 <summary>
2082 Version number of the surrogate. This member is not intended
2083 to be used directly from your code.
2084 </summary>
2085 </member>
2086 <member name="M:XPExplorerBar.TaskItemInfo.TaskItemInfoSurrogate.#ctor">
2087 <summary>
2088 Initializes a new instance of the TaskItemInfoSurrogate class with default settings
2089 </summary>
2090 </member>
2091 <member name="M:XPExplorerBar.TaskItemInfo.TaskItemInfoSurrogate.Load(XPExplorerBar.TaskItemInfo)">
2092 <summary>
2093 Populates the TaskItemInfoSurrogate with data that is to be
2094 serialized from the specified TaskItemInfo
2095 </summary>
2096 <param name="taskItemInfo">The TaskItemInfo that contains the data
2097 to be serialized</param>
2098 </member>
2099 <member name="M:XPExplorerBar.TaskItemInfo.TaskItemInfoSurrogate.Save">
2100 <summary>
2101 Returns a TaskItemInfo that contains the deserialized TaskItemInfoSurrogate data
2102 </summary>
2103 <returns>A TaskItemInfo that contains the deserialized TaskItemInfoSurrogate data</returns>
2104 </member>
2105 <member name="M:XPExplorerBar.TaskItemInfo.TaskItemInfoSurrogate.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
2106 <summary>
2107 Populates a SerializationInfo with the data needed to serialize the TaskItemInfoSurrogate
2108 </summary>
2109 <param name="info">The SerializationInfo to populate with data</param>
2110 <param name="context">The destination for this serialization</param>
2111 </member>
2112 <member name="M:XPExplorerBar.TaskItemInfo.TaskItemInfoSurrogate.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
2113 <summary>
2114 Initializes a new instance of the TaskItemInfoSurrogate class using the information
2115 in the SerializationInfo
2116 </summary>
2117 <param name="info">The information to populate the TaskItemInfoSurrogate</param>
2118 <param name="context">The source from which the TaskItemInfoSurrogate is deserialized</param>
2119 </member>
2120 <member name="T:XPExplorerBar.TaskItemInfoConverter">
2121 <summary>
2122 A custom TypeConverter used to help convert TaskItemInfo from
2123 one Type to another
2124 </summary>
2125 </member>
2126 <member name="M:XPExplorerBar.TaskItemInfoConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
2127 <summary>
2128 Converts the given value object to the specified type, using
2129 the specified context and culture information
2130 </summary>
2131 <param name="context">An ITypeDescriptorContext that provides
2132 a format context</param>
2133 <param name="culture">A CultureInfo object. If a null reference
2134 is passed, the current culture is assumed</param>
2135 <param name="value">The Object to convert</param>
2136 <param name="destinationType">The Type to convert the value
2137 parameter to</param>
2138 <returns>An Object that represents the converted value</returns>
2139 </member>
2140 <member name="T:XPExplorerBar.ExpandoInfo">
2141 <summary>
2142 A class that contains system defined settings for Expandos
2143 </summary>
2144 </member>
2145 <member name="F:XPExplorerBar.ExpandoInfo.specialBackColor">
2146 <summary>
2147 The background Color of an Expando that is a special group
2148 </summary>
2149 </member>
2150 <member name="F:XPExplorerBar.ExpandoInfo.normalBackColor">
2151 <summary>
2152 The background Color of an Expando that is a normal group
2153 </summary>
2154 </member>
2155 <member name="F:XPExplorerBar.ExpandoInfo.specialBorder">
2156 <summary>
2157 The width of the Border along each edge of an Expando that
2158 is a special group
2159 </summary>
2160 </member>
2161 <member name="F:XPExplorerBar.ExpandoInfo.normalBorder">
2162 <summary>
2163 The width of the Border along each edge of an Expando that
2164 is a normal group
2165 </summary>
2166 </member>
2167 <member name="F:XPExplorerBar.ExpandoInfo.specialBorderColor">
2168 <summary>
2169 The Color of the Border an Expando that is a special group
2170 </summary>
2171 </member>
2172 <member name="F:XPExplorerBar.ExpandoInfo.normalBorderColor">
2173 <summary>
2174 The Color of the Border an Expando that is a normal group
2175 </summary>
2176 </member>
2177 <member name="F:XPExplorerBar.ExpandoInfo.specialPadding">
2178 <summary>
2179 The amount of space between the Border and items along
2180 each edge of an Expando that is a special group
2181 </summary>
2182 </member>
2183 <member name="F:XPExplorerBar.ExpandoInfo.normalPadding">
2184 <summary>
2185 The amount of space between the Border and items along
2186 each edge of an Expando that is a normal group
2187 </summary>
2188 </member>
2189 <member name="F:XPExplorerBar.ExpandoInfo.watermarkAlignment">
2190 <summary>
2191 The alignment of the Image that is to be used as a watermark
2192 </summary>
2193 </member>
2194 <member name="F:XPExplorerBar.ExpandoInfo.specialBackImage">
2195 <summary>
2196 The background image used for the content area of a special Expando
2197 </summary>
2198 </member>
2199 <member name="F:XPExplorerBar.ExpandoInfo.normalBackImage">
2200 <summary>
2201 The background image used for the content area of a normal Expando
2202 </summary>
2203 </member>
2204 <member name="F:XPExplorerBar.ExpandoInfo.owner">
2205 <summary>
2206 The Expando that the ExpandoInfo belongs to
2207 </summary>
2208 </member>
2209 <member name="M:XPExplorerBar.ExpandoInfo.#ctor">
2210 <summary>
2211 Initializes a new instance of the ExpandoInfo class with default settings
2212 </summary>
2213 </member>
2214 <member name="M:XPExplorerBar.ExpandoInfo.SetDefaultValues">
2215 <summary>
2216 Forces the use of default values
2217 </summary>
2218 </member>
2219 <member name="M:XPExplorerBar.ExpandoInfo.SetDefaultEmptyValues">
2220 <summary>
2221 Forces the use of default empty values
2222 </summary>
2223 </member>
2224 <member name="M:XPExplorerBar.ExpandoInfo.Dispose">
2225 <summary>
2226 Releases all resources used by the ExpandoInfo
2227 </summary>
2228 </member>
2229 <member name="M:XPExplorerBar.ExpandoInfo.ShouldSerializeSpecialBackColor">
2230 <summary>
2231 Specifies whether the SpecialBackColor property should be
2232 serialized at design time
2233 </summary>
2234 <returns>true if the SpecialBackColor property should be
2235 serialized, false otherwise</returns>
2236 </member>
2237 <member name="M:XPExplorerBar.ExpandoInfo.ShouldSerializeNormalBackColor">
2238 <summary>
2239 Specifies whether the NormalBackColor property should be
2240 serialized at design time
2241 </summary>
2242 <returns>true if the NormalBackColor property should be
2243 serialized, false otherwise</returns>
2244 </member>
2245 <member name="M:XPExplorerBar.ExpandoInfo.ShouldSerializeSpecialBorder">
2246 <summary>
2247 Specifies whether the SpecialBorder property should be
2248 serialized at design time
2249 </summary>
2250 <returns>true if the SpecialBorder property should be
2251 serialized, false otherwise</returns>
2252 </member>
2253 <member name="M:XPExplorerBar.ExpandoInfo.ShouldSerializeNormalBorder">
2254 <summary>
2255 Specifies whether the NormalBorder property should be
2256 serialized at design time
2257 </summary>
2258 <returns>true if the NormalBorder property should be
2259 serialized, false otherwise</returns>
2260 </member>
2261 <member name="M:XPExplorerBar.ExpandoInfo.ShouldSerializeSpecialBorderColor">
2262 <summary>
2263 Specifies whether the SpecialBorderColor property should be
2264 serialized at design time
2265 </summary>
2266 <returns>true if the SpecialBorderColor property should be
2267 serialized, false otherwise</returns>
2268 </member>
2269 <member name="M:XPExplorerBar.ExpandoInfo.ShouldSerializeNormalBorderColor">
2270 <summary>
2271 Specifies whether the NormalBorderColor property should be
2272 serialized at design time
2273 </summary>
2274 <returns>true if the NormalBorderColor property should be
2275 serialized, false otherwise</returns>
2276 </member>
2277 <member name="M:XPExplorerBar.ExpandoInfo.ShouldSerializeSpecialPadding">
2278 <summary>
2279 Specifies whether the SpecialPadding property should be
2280 serialized at design time
2281 </summary>
2282 <returns>true if the SpecialPadding property should be
2283 serialized, false otherwise</returns>
2284 </member>
2285 <member name="M:XPExplorerBar.ExpandoInfo.ShouldSerializeNormalPadding">
2286 <summary>
2287 Specifies whether the NormalPadding property should be
2288 serialized at design time
2289 </summary>
2290 <returns>true if the NormalPadding property should be
2291 serialized, false otherwise</returns>
2292 </member>
2293 <member name="P:XPExplorerBar.ExpandoInfo.SpecialBackColor">
2294 <summary>
2295 Gets or sets the background color of a special expando
2296 </summary>
2297 </member>
2298 <member name="P:XPExplorerBar.ExpandoInfo.NormalBackColor">
2299 <summary>
2300 Gets or sets the background color of a normal expando
2301 </summary>
2302 </member>
2303 <member name="P:XPExplorerBar.ExpandoInfo.WatermarkAlignment">
2304 <summary>
2305 Gets or sets the alignment for the expando's background image
2306 </summary>
2307 </member>
2308 <member name="P:XPExplorerBar.ExpandoInfo.SpecialBackImage">
2309 <summary>
2310 Gets or sets a special expando's background image
2311 </summary>
2312 </member>
2313 <member name="P:XPExplorerBar.ExpandoInfo.NormalBackImage">
2314 <summary>
2315 Gets or sets a normal expando's background image
2316 </summary>
2317 </member>
2318 <member name="P:XPExplorerBar.ExpandoInfo.SpecialBorder">
2319 <summary>
2320 Gets or sets the border for a special expando
2321 </summary>
2322 </member>
2323 <member name="P:XPExplorerBar.ExpandoInfo.NormalBorder">
2324 <summary>
2325 Gets or sets the border for a normal expando
2326 </summary>
2327 </member>
2328 <member name="P:XPExplorerBar.ExpandoInfo.SpecialBorderColor">
2329 <summary>
2330 Gets or sets the border color for a special expando
2331 </summary>
2332 </member>
2333 <member name="P:XPExplorerBar.ExpandoInfo.NormalBorderColor">
2334 <summary>
2335 Gets or sets the border color for a normal expando
2336 </summary>
2337 </member>
2338 <member name="P:XPExplorerBar.ExpandoInfo.SpecialPadding">
2339 <summary>
2340 Gets or sets the padding value for a special expando
2341 </summary>
2342 </member>
2343 <member name="P:XPExplorerBar.ExpandoInfo.NormalPadding">
2344 <summary>
2345 Gets or sets the padding value for a normal expando
2346 </summary>
2347 </member>
2348 <member name="P:XPExplorerBar.ExpandoInfo.Expando">
2349 <summary>
2350 Gets or sets the Expando that the ExpandoInfo belongs to
2351 </summary>
2352 </member>
2353 <member name="T:XPExplorerBar.ExpandoInfo.ExpandoInfoSurrogate">
2354 <summary>
2355 A class that is serialized instead of an ExpandoInfo (as
2356 ExpandoInfos contain objects that cause serialization problems)
2357 </summary>
2358 </member>
2359 <member name="F:XPExplorerBar.ExpandoInfo.ExpandoInfoSurrogate.SpecialBackColor">
2360 <summary>
2361 See ExpandoInfo.SpecialBackColor. This member is not
2362 intended to be used directly from your code.
2363 </summary>
2364 </member>
2365 <member name="F:XPExplorerBar.ExpandoInfo.ExpandoInfoSurrogate.NormalBackColor">
2366 <summary>
2367 See ExpandoInfo.NormalBackColor. This member is not
2368 intended to be used directly from your code.
2369 </summary>
2370 </member>
2371 <member name="F:XPExplorerBar.ExpandoInfo.ExpandoInfoSurrogate.SpecialBorder">
2372 <summary>
2373 See ExpandoInfo.SpecialBorder. This member is not
2374 intended to be used directly from your code.
2375 </summary>
2376 </member>
2377 <member name="F:XPExplorerBar.ExpandoInfo.ExpandoInfoSurrogate.NormalBorder">
2378 <summary>
2379 See ExpandoInfo.NormalBorder. This member is not
2380 intended to be used directly from your code.
2381 </summary>
2382 </member>
2383 <member name="F:XPExplorerBar.ExpandoInfo.ExpandoInfoSurrogate.SpecialBorderColor">
2384 <summary>
2385 See ExpandoInfo.SpecialBorderColor. This member is not
2386 intended to be used directly from your code.
2387 </summary>
2388 </member>
2389 <member name="F:XPExplorerBar.ExpandoInfo.ExpandoInfoSurrogate.NormalBorderColor">
2390 <summary>
2391 See ExpandoInfo.NormalBorderColor. This member is not
2392 intended to be used directly from your code.
2393 </summary>
2394 </member>
2395 <member name="F:XPExplorerBar.ExpandoInfo.ExpandoInfoSurrogate.SpecialPadding">
2396 <summary>
2397 See ExpandoInfo.SpecialPadding. This member is not
2398 intended to be used directly from your code.
2399 </summary>
2400 </member>
2401 <member name="F:XPExplorerBar.ExpandoInfo.ExpandoInfoSurrogate.NormalPadding">
2402 <summary>
2403 See ExpandoInfo.NormalPadding. This member is not
2404 intended to be used directly from your code.
2405 </summary>
2406 </member>
2407 <member name="F:XPExplorerBar.ExpandoInfo.ExpandoInfoSurrogate.SpecialBackImage">
2408 <summary>
2409 See ExpandoInfo.SpecialBackImage. This member is not
2410 intended to be used directly from your code.
2411 </summary>
2412 </member>
2413 <member name="F:XPExplorerBar.ExpandoInfo.ExpandoInfoSurrogate.NormalBackImage">
2414 <summary>
2415 See ExpandoInfo.NormalBackImage. This member is not
2416 intended to be used directly from your code.
2417 </summary>
2418 </member>
2419 <member name="F:XPExplorerBar.ExpandoInfo.ExpandoInfoSurrogate.WatermarkAlignment">
2420 <summary>
2421 See ExpandoInfo.WatermarkAlignment. This member is not
2422 intended to be used directly from your code.
2423 </summary>
2424 </member>
2425 <member name="F:XPExplorerBar.ExpandoInfo.ExpandoInfoSurrogate.Version">
2426 <summary>
2427 Version number of the surrogate. This member is not intended
2428 to be used directly from your code.
2429 </summary>
2430 </member>
2431 <member name="M:XPExplorerBar.ExpandoInfo.ExpandoInfoSurrogate.#ctor">
2432 <summary>
2433 Initializes a new instance of the ExpandoInfoSurrogate class with default settings
2434 </summary>
2435 </member>
2436 <member name="M:XPExplorerBar.ExpandoInfo.ExpandoInfoSurrogate.Load(XPExplorerBar.ExpandoInfo)">
2437 <summary>
2438 Populates the ExpandoInfoSurrogate with data that is to be
2439 serialized from the specified ExpandoInfo
2440 </summary>
2441 <param name="expandoInfo">The ExpandoInfo that contains the data
2442 to be serialized</param>
2443 </member>
2444 <member name="M:XPExplorerBar.ExpandoInfo.ExpandoInfoSurrogate.Save">
2445 <summary>
2446 Returns an ExpandoInfo that contains the deserialized ExpandoInfoSurrogate data
2447 </summary>
2448 <returns>An ExpandoInfo that contains the deserialized ExpandoInfoSurrogate data</returns>
2449 </member>
2450 <member name="M:XPExplorerBar.ExpandoInfo.ExpandoInfoSurrogate.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
2451 <summary>
2452 Populates a SerializationInfo with the data needed to serialize the ExpandoInfoSurrogate
2453 </summary>
2454 <param name="info">The SerializationInfo to populate with data</param>
2455 <param name="context">The destination for this serialization</param>
2456 </member>
2457 <member name="M:XPExplorerBar.ExpandoInfo.ExpandoInfoSurrogate.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
2458 <summary>
2459 Initializes a new instance of the ExpandoInfoSurrogate class using the information
2460 in the SerializationInfo
2461 </summary>
2462 <param name="info">The information to populate the ExpandoInfoSurrogate</param>
2463 <param name="context">The source from which the ExpandoInfoSurrogate is deserialized</param>
2464 </member>
2465 <member name="T:XPExplorerBar.ExpandoInfoConverter">
2466 <summary>
2467 A custom TypeConverter used to help convert ExpandoInfos from
2468 one Type to another
2469 </summary>
2470 </member>
2471 <member name="M:XPExplorerBar.ExpandoInfoConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
2472 <summary>
2473 Converts the given value object to the specified type, using
2474 the specified context and culture information
2475 </summary>
2476 <param name="context">An ITypeDescriptorContext that provides
2477 a format context</param>
2478 <param name="culture">A CultureInfo object. If a null reference
2479 is passed, the current culture is assumed</param>
2480 <param name="value">The Object to convert</param>
2481 <param name="destinationType">The Type to convert the value
2482 parameter to</param>
2483 <returns>An Object that represents the converted value</returns>
2484 </member>
2485 <member name="M:XPExplorerBar.ExpandoInfoConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
2486 <summary>
2487 Returns a collection of properties for the type of array specified
2488 by the value parameter, using the specified context and attributes
2489 </summary>
2490 <param name="context">An ITypeDescriptorContext that provides a format
2491 context</param>
2492 <param name="value">An Object that specifies the type of array for
2493 which to get properties</param>
2494 <param name="attributes">An array of type Attribute that is used as
2495 a filter</param>
2496 <returns>A PropertyDescriptorCollection with the properties that are
2497 exposed for this data type, or a null reference if there are no
2498 properties</returns>
2499 </member>
2500 <member name="T:XPExplorerBar.HeaderInfo">
2501 <summary>
2502 A class that contains system defined settings for an Expando's
2503 header section
2504 </summary>
2505 </member>
2506 <member name="F:XPExplorerBar.HeaderInfo.titleFont">
2507 <summary>
2508 The Font used to draw the text on the title bar
2509 </summary>
2510 </member>
2511 <member name="F:XPExplorerBar.HeaderInfo.margin">
2512 <summary>
2513 The Margin around the header
2514 </summary>
2515 </member>
2516 <member name="F:XPExplorerBar.HeaderInfo.specialBackImage">
2517 <summary>
2518 The Image used as the title bar's background for a special Expando
2519 </summary>
2520 </member>
2521 <member name="F:XPExplorerBar.HeaderInfo.normalBackImage">
2522 <summary>
2523 The Image used as the title bar's background for a normal Expando
2524 </summary>
2525 </member>
2526 <member name="F:XPExplorerBar.HeaderInfo.backImageWidth">
2527 <summary>
2528 The width of the Image used as the title bar's background
2529 </summary>
2530 </member>
2531 <member name="F:XPExplorerBar.HeaderInfo.backImageHeight">
2532 <summary>
2533 The height of the Image used as the title bar's background
2534 </summary>
2535 </member>
2536 <member name="F:XPExplorerBar.HeaderInfo.specialTitle">
2537 <summary>
2538 The Color of the text on the title bar for a special Expando
2539 </summary>
2540 </member>
2541 <member name="F:XPExplorerBar.HeaderInfo.normalTitle">
2542 <summary>
2543 The Color of the text on the title bar for a normal Expando
2544 </summary>
2545 </member>
2546 <member name="F:XPExplorerBar.HeaderInfo.specialTitleHot">
2547 <summary>
2548 The Color of the text on the title bar for a special Expando
2549 when highlighted
2550 </summary>
2551 </member>
2552 <member name="F:XPExplorerBar.HeaderInfo.normalTitleHot">
2553 <summary>
2554 The Color of the text on the title bar for a normal Expando
2555 when highlighted
2556 </summary>
2557 </member>
2558 <member name="F:XPExplorerBar.HeaderInfo.specialAlignment">
2559 <summary>
2560 The alignment of the text on the title bar for a special Expando
2561 </summary>
2562 </member>
2563 <member name="F:XPExplorerBar.HeaderInfo.normalAlignment">
2564 <summary>
2565 The alignment of the text on the title bar for a normal Expando
2566 </summary>
2567 </member>
2568 <member name="F:XPExplorerBar.HeaderInfo.specialPadding">
2569 <summary>
2570 The amount of space between the border and items along
2571 each edge of the title bar for a special Expando
2572 </summary>
2573 </member>
2574 <member name="F:XPExplorerBar.HeaderInfo.normalPadding">
2575 <summary>
2576 The amount of space between the border and items along
2577 each edge of the title bar for a normal Expando
2578 </summary>
2579 </member>
2580 <member name="F:XPExplorerBar.HeaderInfo.specialBorder">
2581 <summary>
2582 The width of the Border along each edge of the title bar
2583 for a special Expando
2584 </summary>
2585 </member>
2586 <member name="F:XPExplorerBar.HeaderInfo.normalBorder">
2587 <summary>
2588 The width of the Border along each edge of the title bar
2589 for a normal Expando
2590 </summary>
2591 </member>
2592 <member name="F:XPExplorerBar.HeaderInfo.specialBorderColor">
2593 <summary>
2594 The Color of the title bar's Border for a special Expando
2595 </summary>
2596 </member>
2597 <member name="F:XPExplorerBar.HeaderInfo.normalBorderColor">
2598 <summary>
2599 The Color of the title bar's Border for a normal Expando
2600 </summary>
2601 </member>
2602 <member name="F:XPExplorerBar.HeaderInfo.specialBackColor">
2603 <summary>
2604 The Color of the title bar's background for a special Expando
2605 </summary>
2606 </member>
2607 <member name="F:XPExplorerBar.HeaderInfo.normalBackColor">
2608 <summary>
2609 The Color of the title bar's background for a normal Expando
2610 </summary>
2611 </member>
2612 <member name="F:XPExplorerBar.HeaderInfo.specialArrowUp">
2613 <summary>
2614 The Image that is used as a collapse arrow on the title bar
2615 for a special Expando
2616 </summary>
2617 </member>
2618 <member name="F:XPExplorerBar.HeaderInfo.specialArrowUpHot">
2619 <summary>
2620 The Image that is used as a collapse arrow on the title bar
2621 for a special Expando when highlighted
2622 </summary>
2623 </member>
2624 <member name="F:XPExplorerBar.HeaderInfo.specialArrowDown">
2625 <summary>
2626 The Image that is used as an expand arrow on the title bar
2627 for a special Expando
2628 </summary>
2629 </member>
2630 <member name="F:XPExplorerBar.HeaderInfo.specialArrowDownHot">
2631 <summary>
2632 The Image that is used as an expand arrow on the title bar
2633 for a special Expando when highlighted
2634 </summary>
2635 </member>
2636 <member name="F:XPExplorerBar.HeaderInfo.normalArrowUp">
2637 <summary>
2638 The Image that is used as a collapse arrow on the title bar
2639 for a normal Expando
2640 </summary>
2641 </member>
2642 <member name="F:XPExplorerBar.HeaderInfo.normalArrowUpHot">
2643 <summary>
2644 The Image that is used as a collapse arrow on the title bar
2645 for a normal Expando when highlighted
2646 </summary>
2647 </member>
2648 <member name="F:XPExplorerBar.HeaderInfo.normalArrowDown">
2649 <summary>
2650 The Image that is used as an expand arrow on the title bar
2651 for a normal Expando
2652 </summary>
2653 </member>
2654 <member name="F:XPExplorerBar.HeaderInfo.normalArrowDownHot">
2655 <summary>
2656 The Image that is used as an expand arrow on the title bar
2657 for a normal Expando when highlighted
2658 </summary>
2659 </member>
2660 <member name="F:XPExplorerBar.HeaderInfo.useTitleGradient">
2661 <summary>
2662 Specifies whether the title bar should use a gradient fill
2663 </summary>
2664 </member>
2665 <member name="F:XPExplorerBar.HeaderInfo.specialGradientStartColor">
2666 <summary>
2667 The start Color of a title bar's gradient fill for a special
2668 Expando
2669 </summary>
2670 </member>
2671 <member name="F:XPExplorerBar.HeaderInfo.specialGradientEndColor">
2672 <summary>
2673 The end Color of a title bar's gradient fill for a special
2674 Expando
2675 </summary>
2676 </member>
2677 <member name="F:XPExplorerBar.HeaderInfo.normalGradientStartColor">
2678 <summary>
2679 The start Color of a title bar's gradient fill for a normal
2680 Expando
2681 </summary>
2682 </member>
2683 <member name="F:XPExplorerBar.HeaderInfo.normalGradientEndColor">
2684 <summary>
2685 The end Color of a title bar's gradient fill for a normal
2686 Expando
2687 </summary>
2688 </member>
2689 <member name="F:XPExplorerBar.HeaderInfo.gradientOffset">
2690 <summary>
2691 How far along the title bar the gradient starts
2692 </summary>
2693 </member>
2694 <member name="F:XPExplorerBar.HeaderInfo.titleRadius">
2695 <summary>
2696 The radius of the corners on the title bar
2697 </summary>
2698 </member>
2699 <member name="F:XPExplorerBar.HeaderInfo.owner">
2700 <summary>
2701 The Expando that the HeaderInfo belongs to
2702 </summary>
2703 </member>
2704 <member name="F:XPExplorerBar.HeaderInfo.rightToLeft">
2705 <summary>
2706
2707 </summary>
2708 </member>
2709 <member name="M:XPExplorerBar.HeaderInfo.#ctor">
2710 <summary>
2711 Initializes a new instance of the HeaderInfo class with default settings
2712 </summary>
2713 </member>
2714 <member name="M:XPExplorerBar.HeaderInfo.SetDefaultValues">
2715 <summary>
2716 Forces the use of default values
2717 </summary>
2718 </member>
2719 <member name="M:XPExplorerBar.HeaderInfo.SetDefaultEmptyValues">
2720 <summary>
2721 Forces the use of default empty values
2722 </summary>
2723 </member>
2724 <member name="M:XPExplorerBar.HeaderInfo.Dispose">
2725 <summary>
2726 Releases all resources used by the HeaderInfo
2727 </summary>
2728 </member>
2729 <member name="M:XPExplorerBar.HeaderInfo.ShouldSerializeSpecialBorder">
2730 <summary>
2731 Specifies whether the SpecialBorder property should be
2732 serialized at design time
2733 </summary>
2734 <returns>true if the SpecialBorder property should be
2735 serialized, false otherwise</returns>
2736 </member>
2737 <member name="M:XPExplorerBar.HeaderInfo.ShouldSerializeSpecialBorderColor">
2738 <summary>
2739 Specifies whether the SpecialBorderColor property should be
2740 serialized at design time
2741 </summary>
2742 <returns>true if the SpecialBorderColor property should be
2743 serialized, false otherwise</returns>
2744 </member>
2745 <member name="M:XPExplorerBar.HeaderInfo.ShouldSerializeSpecialBackColor">
2746 <summary>
2747 Specifies whether the SpecialBackColor property should be
2748 serialized at design time
2749 </summary>
2750 <returns>true if the SpecialBackColor property should be
2751 serialized, false otherwise</returns>
2752 </member>
2753 <member name="M:XPExplorerBar.HeaderInfo.ShouldSerializeNormalBorder">
2754 <summary>
2755 Specifies whether the NormalBorder property should be
2756 serialized at design time
2757 </summary>
2758 <returns>true if the NormalBorder property should be
2759 serialized, false otherwise</returns>
2760 </member>
2761 <member name="M:XPExplorerBar.HeaderInfo.ShouldSerializeNormalBorderColor">
2762 <summary>
2763 Specifies whether the NormalBorderColor property should be
2764 serialized at design time
2765 </summary>
2766 <returns>true if the NormalBorderColor property should be
2767 serialized, false otherwise</returns>
2768 </member>
2769 <member name="M:XPExplorerBar.HeaderInfo.ShouldSerializeNormalBackColor">
2770 <summary>
2771 Specifies whether the NormalBackColor property should be
2772 serialized at design time
2773 </summary>
2774 <returns>true if the NormalBackColor property should be
2775 serialized, false otherwise</returns>
2776 </member>
2777 <member name="M:XPExplorerBar.HeaderInfo.SetUnthemedArrowImages">
2778 <summary>
2779 Sets the arrow images for use when theming is not supported
2780 </summary>
2781 </member>
2782 <member name="M:XPExplorerBar.HeaderInfo.ShouldSerializeSpecialPadding">
2783 <summary>
2784 Specifies whether the SpecialPadding property should be
2785 serialized at design time
2786 </summary>
2787 <returns>true if the SpecialPadding property should be
2788 serialized, false otherwise</returns>
2789 </member>
2790 <member name="M:XPExplorerBar.HeaderInfo.ShouldSerializeNormalPadding">
2791 <summary>
2792 Specifies whether the NormalPadding property should be
2793 serialized at design time
2794 </summary>
2795 <returns>true if the NormalPadding property should be
2796 serialized, false otherwise</returns>
2797 </member>
2798 <member name="M:XPExplorerBar.HeaderInfo.ShouldSerializeSpecialTitleColor">
2799 <summary>
2800 Specifies whether the SpecialTitleColor property should be
2801 serialized at design time
2802 </summary>
2803 <returns>true if the SpecialTitleColor property should be
2804 serialized, false otherwise</returns>
2805 </member>
2806 <member name="M:XPExplorerBar.HeaderInfo.ShouldSerializeSpecialTitleHotColor">
2807 <summary>
2808 Specifies whether the SpecialTitleHotColor property should be
2809 serialized at design time
2810 </summary>
2811 <returns>true if the SpecialTitleHotColor property should be
2812 serialized, false otherwise</returns>
2813 </member>
2814 <member name="M:XPExplorerBar.HeaderInfo.ShouldSerializeNormalTitleColor">
2815 <summary>
2816 Specifies whether the NormalTitleColor property should be
2817 serialized at design time
2818 </summary>
2819 <returns>true if the NormalTitleColor property should be
2820 serialized, false otherwise</returns>
2821 </member>
2822 <member name="M:XPExplorerBar.HeaderInfo.ShouldSerializeNormalTitleHotColor">
2823 <summary>
2824 Specifies whether the NormalTitleHotColor property should be
2825 serialized at design time
2826 </summary>
2827 <returns>true if the NormalTitleHotColor property should be
2828 serialized, false otherwise</returns>
2829 </member>
2830 <member name="M:XPExplorerBar.HeaderInfo.ShouldSerializeSpecialGradientStartColor">
2831 <summary>
2832 Specifies whether the SpecialGradientStartColor property should be
2833 serialized at design time
2834 </summary>
2835 <returns>true if the SpecialGradientStartColor property should be
2836 serialized, false otherwise</returns>
2837 </member>
2838 <member name="M:XPExplorerBar.HeaderInfo.ShouldSerializeSpecialGradientEndColor">
2839 <summary>
2840 Specifies whether the SpecialGradientEndColor property should be
2841 serialized at design time
2842 </summary>
2843 <returns>true if the SpecialGradientEndColor property should be
2844 serialized, false otherwise</returns>
2845 </member>
2846 <member name="M:XPExplorerBar.HeaderInfo.ShouldSerializeNormalGradientStartColor">
2847 <summary>
2848 Specifies whether the NormalGradientStartColor property should be
2849 serialized at design time
2850 </summary>
2851 <returns>true if the NormalGradientStartColor property should be
2852 serialized, false otherwise</returns>
2853 </member>
2854 <member name="M:XPExplorerBar.HeaderInfo.ShouldSerializeNormalGradientEndColor">
2855 <summary>
2856 Specifies whether the NormalGradientEndColor property should be
2857 serialized at design time
2858 </summary>
2859 <returns>true if the NormalGradientEndColor property should be
2860 serialized, false otherwise</returns>
2861 </member>
2862 <member name="P:XPExplorerBar.HeaderInfo.SpecialBorder">
2863 <summary>
2864 Gets or sets the border value for a special header
2865 </summary>
2866 </member>
2867 <member name="P:XPExplorerBar.HeaderInfo.SpecialBorderColor">
2868 <summary>
2869 Gets or sets the border color for a special header
2870 </summary>
2871 </member>
2872 <member name="P:XPExplorerBar.HeaderInfo.SpecialBackColor">
2873 <summary>
2874 Gets or sets the background Color for a special header
2875 </summary>
2876 </member>
2877 <member name="P:XPExplorerBar.HeaderInfo.NormalBorder">
2878 <summary>
2879 Gets or sets the border value for a normal header
2880 </summary>
2881 </member>
2882 <member name="P:XPExplorerBar.HeaderInfo.NormalBorderColor">
2883 <summary>
2884 Gets or sets the border color for a normal header
2885 </summary>
2886 </member>
2887 <member name="P:XPExplorerBar.HeaderInfo.NormalBackColor">
2888 <summary>
2889 Gets or sets the background Color for a normal header
2890 </summary>
2891 </member>
2892 <member name="P:XPExplorerBar.HeaderInfo.TitleFont">
2893 <summary>
2894 Gets the Font used to render the header's text
2895 </summary>
2896 </member>
2897 <member name="P:XPExplorerBar.HeaderInfo.FontName">
2898 <summary>
2899 Gets or sets the name of the font used to render the header's text.
2900 </summary>
2901 </member>
2902 <member name="P:XPExplorerBar.HeaderInfo.FontSize">
2903 <summary>
2904 Gets or sets the size of the font used to render the header's text.
2905 </summary>
2906 </member>
2907 <member name="P:XPExplorerBar.HeaderInfo.FontWeight">
2908 <summary>
2909 Gets or sets the weight of the font used to render the header's text.
2910 </summary>
2911 </member>
2912 <member name="P:XPExplorerBar.HeaderInfo.FontStyle">
2913 <summary>
2914 Gets or sets the style of the Font used to render the header's text.
2915 </summary>
2916 </member>
2917 <member name="P:XPExplorerBar.HeaderInfo.SpecialBackImage">
2918 <summary>
2919 Gets or sets the background image for a special header
2920 </summary>
2921 </member>
2922 <member name="P:XPExplorerBar.HeaderInfo.NormalBackImage">
2923 <summary>
2924 Gets or sets the background image for a normal header
2925 </summary>
2926 </member>
2927 <member name="P:XPExplorerBar.HeaderInfo.BackImageWidth">
2928 <summary>
2929 Gets or sets the width of the header's background image
2930 </summary>
2931 </member>
2932 <member name="P:XPExplorerBar.HeaderInfo.BackImageHeight">
2933 <summary>
2934 Gets or sets the height of the header's background image
2935 </summary>
2936 </member>
2937 <member name="P:XPExplorerBar.HeaderInfo.SpecialArrowUp">
2938 <summary>
2939 Gets or sets a special header's collapse arrow image in it's normal state
2940 </summary>
2941 </member>
2942 <member name="P:XPExplorerBar.HeaderInfo.SpecialArrowUpHot">
2943 <summary>
2944 Gets or sets a special header's collapse arrow image in it's highlighted state
2945 </summary>
2946 </member>
2947 <member name="P:XPExplorerBar.HeaderInfo.SpecialArrowDown">
2948 <summary>
2949 Gets or sets a special header's expand arrow image in it's normal state
2950 </summary>
2951 </member>
2952 <member name="P:XPExplorerBar.HeaderInfo.SpecialArrowDownHot">
2953 <summary>
2954 Gets or sets a special header's expend arrow image in it's highlighted state
2955 </summary>
2956 </member>
2957 <member name="P:XPExplorerBar.HeaderInfo.NormalArrowUp">
2958 <summary>
2959 Gets or sets a normal header's collapse arrow image in it's normal state
2960 </summary>
2961 </member>
2962 <member name="P:XPExplorerBar.HeaderInfo.NormalArrowUpHot">
2963 <summary>
2964 Gets or sets a normal header's collapse arrow image in it's highlighted state
2965 </summary>
2966 </member>
2967 <member name="P:XPExplorerBar.HeaderInfo.NormalArrowDown">
2968 <summary>
2969 Gets or sets a normal header's expand arrow image in it's normal state
2970 </summary>
2971 </member>
2972 <member name="P:XPExplorerBar.HeaderInfo.NormalArrowDownHot">
2973 <summary>
2974 Gets or sets a normal header's expand arrow image in it's highlighted state
2975 </summary>
2976 </member>
2977 <member name="P:XPExplorerBar.HeaderInfo.Margin">
2978 <summary>
2979 Gets or sets the margin around the header
2980 </summary>
2981 </member>
2982 <member name="P:XPExplorerBar.HeaderInfo.SpecialPadding">
2983 <summary>
2984 Gets or sets the padding for a special header
2985 </summary>
2986 </member>
2987 <member name="P:XPExplorerBar.HeaderInfo.NormalPadding">
2988 <summary>
2989 Gets or sets the padding for a normal header
2990 </summary>
2991 </member>
2992 <member name="P:XPExplorerBar.HeaderInfo.SpecialTitleColor">
2993 <summary>
2994 Gets or sets the color of the text displayed in a special
2995 header in it's normal state
2996 </summary>
2997 </member>
2998 <member name="P:XPExplorerBar.HeaderInfo.SpecialTitleHotColor">
2999 <summary>
3000 Gets or sets the color of the text displayed in a special
3001 header in it's highlighted state
3002 </summary>
3003 </member>
3004 <member name="P:XPExplorerBar.HeaderInfo.NormalTitleColor">
3005 <summary>
3006 Gets or sets the color of the text displayed in a normal
3007 header in it's normal state
3008 </summary>
3009 </member>
3010 <member name="P:XPExplorerBar.HeaderInfo.NormalTitleHotColor">
3011 <summary>
3012 Gets or sets the color of the text displayed in a normal
3013 header in it's highlighted state
3014 </summary>
3015 </member>
3016 <member name="P:XPExplorerBar.HeaderInfo.SpecialAlignment">
3017 <summary>
3018 Gets or sets the alignment of the text displayed in a special header
3019 </summary>
3020 </member>
3021 <member name="P:XPExplorerBar.HeaderInfo.NormalAlignment">
3022 <summary>
3023 Gets or sets the alignment of the text displayed in a normal header
3024 </summary>
3025 </member>
3026 <member name="P:XPExplorerBar.HeaderInfo.TitleGradient">
3027 <summary>
3028 Gets or sets whether the header's background should use a gradient fill
3029 </summary>
3030 </member>
3031 <member name="P:XPExplorerBar.HeaderInfo.SpecialGradientStartColor">
3032 <summary>
3033 Gets or sets the start Color of a header's gradient fill for a special
3034 Expando
3035 </summary>
3036 </member>
3037 <member name="P:XPExplorerBar.HeaderInfo.SpecialGradientEndColor">
3038 <summary>
3039 Gets or sets the end Color of a header's gradient fill for a special
3040 Expando
3041 </summary>
3042 </member>
3043 <member name="P:XPExplorerBar.HeaderInfo.NormalGradientStartColor">
3044 <summary>
3045 Gets or sets the start Color of a header's gradient fill for a normal
3046 Expando
3047 </summary>
3048 </member>
3049 <member name="P:XPExplorerBar.HeaderInfo.NormalGradientEndColor">
3050 <summary>
3051 Gets or sets the end Color of a header's gradient fill for a normal
3052 Expando
3053 </summary>
3054 </member>
3055 <member name="P:XPExplorerBar.HeaderInfo.GradientOffset">
3056 <summary>
3057 Gets or sets how far along the header the gradient starts
3058 </summary>
3059 </member>
3060 <member name="P:XPExplorerBar.HeaderInfo.TitleRadius">
3061 <summary>
3062 Gets or sets the radius of the corners on the header
3063 </summary>
3064 </member>
3065 <member name="P:XPExplorerBar.HeaderInfo.Expando">
3066 <summary>
3067 Gets or sets the Expando the HeaderInfo belongs to
3068 </summary>
3069 </member>
3070 <member name="P:XPExplorerBar.HeaderInfo.RightToLeft">
3071 <summary>
3072
3073 </summary>
3074 </member>
3075 <member name="T:XPExplorerBar.HeaderInfo.HeaderInfoSurrogate">
3076 <summary>
3077 A class that is serialized instead of a HeaderInfo (as
3078 HeaderInfos contain objects that cause serialization problems)
3079 </summary>
3080 </member>
3081 <member name="F:XPExplorerBar.HeaderInfo.HeaderInfoSurrogate.FontName">
3082 <summary>
3083 See Font.Name. This member is not intended to be used
3084 directly from your code.
3085 </summary>
3086 </member>
3087 <member name="F:XPExplorerBar.HeaderInfo.HeaderInfoSurrogate.FontSize">
3088 <summary>
3089 See Font.Size. This member is not intended to be used
3090 directly from your code.
3091 </summary>
3092 </member>
3093 <member name="F:XPExplorerBar.HeaderInfo.HeaderInfoSurrogate.FontStyle">
3094 <summary>
3095 See Font.Style. This member is not intended to be used
3096 directly from your code.
3097 </summary>
3098 </member>
3099 <member name="F:XPExplorerBar.HeaderInfo.HeaderInfoSurrogate.Margin">
3100 <summary>
3101 See HeaderInfo.Margin. This member is not
3102 intended to be used directly from your code.
3103 </summary>
3104 </member>
3105 <member name="F:XPExplorerBar.HeaderInfo.HeaderInfoSurrogate.SpecialBackImage">
3106 <summary>
3107 See HeaderInfo.SpecialBackImage. This member is not
3108 intended to be used directly from your code.
3109 </summary>
3110 </member>
3111 <member name="F:XPExplorerBar.HeaderInfo.HeaderInfoSurrogate.NormalBackImage">
3112 <summary>
3113 See HeaderInfo.NormalBackImage. This member is not
3114 intended to be used directly from your code.
3115 </summary>
3116 </member>
3117 <member name="F:XPExplorerBar.HeaderInfo.HeaderInfoSurrogate.SpecialTitle">
3118 <summary>
3119 See HeaderInfo.SpecialTitle. This member is not
3120 intended to be used directly from your code.
3121 </summary>
3122 </member>
3123 <member name="F:XPExplorerBar.HeaderInfo.HeaderInfoSurrogate.NormalTitle">
3124 <summary>
3125 See HeaderInfo.NormalTitle. This member is not
3126 intended to be used directly from your code.
3127 </summary>
3128 </member>
3129 <member name="F:XPExplorerBar.HeaderInfo.HeaderInfoSurrogate.SpecialTitleHot">
3130 <summary>
3131 See HeaderInfo.SpecialTitleHot. This member is not
3132 intended to be used directly from your code.
3133 </summary>
3134 </member>
3135 <member name="F:XPExplorerBar.HeaderInfo.HeaderInfoSurrogate.NormalTitleHot">
3136 <summary>
3137 See HeaderInfo.NormalTitleHot. This member is not
3138 intended to be used directly from your code.
3139 </summary>
3140 </member>
3141 <member name="F:XPExplorerBar.HeaderInfo.HeaderInfoSurrogate.SpecialAlignment">
3142 <summary>
3143 See HeaderInfo.SpecialAlignment. This member is not
3144 intended to be used directly from your code.
3145 </summary>
3146 </member>
3147 <member name="F:XPExplorerBar.HeaderInfo.HeaderInfoSurrogate.NormalAlignment">
3148 <summary>
3149 See HeaderInfo.NormalAlignment. This member is not
3150 intended to be used directly from your code.
3151 </summary>
3152 </member>
3153 <member name="F:XPExplorerBar.HeaderInfo.HeaderInfoSurrogate.SpecialPadding">
3154 <summary>
3155 See HeaderInfo.SpecialPadding. This member is not
3156 intended to be used directly from your code.
3157 </summary>
3158 </member>
3159 <member name="F:XPExplorerBar.HeaderInfo.HeaderInfoSurrogate.NormalPadding">
3160 <summary>
3161 See HeaderInfo.NormalPadding. This member is not
3162 intended to be used directly from your code.
3163 </summary>
3164 </member>
3165 <member name="F:XPExplorerBar.HeaderInfo.HeaderInfoSurrogate.SpecialBorder">
3166 <summary>
3167 See HeaderInfo.SpecialBorder. This member is not
3168 intended to be used directly from your code.
3169 </summary>
3170 </member>
3171 <member name="F:XPExplorerBar.HeaderInfo.HeaderInfoSurrogate.NormalBorder">
3172 <summary>
3173 See HeaderInfo.NormalBorder. This member is not
3174 intended to be used directly from your code.
3175 </summary>
3176 </member>
3177 <member name="F:XPExplorerBar.HeaderInfo.HeaderInfoSurrogate.SpecialBorderColor">
3178 <summary>
3179 See HeaderInfo.SpecialBorderColor. This member is not
3180 intended to be used directly from your code.
3181 </summary>
3182 </member>
3183 <member name="F:XPExplorerBar.HeaderInfo.HeaderInfoSurrogate.NormalBorderColor">
3184 <summary>
3185 See HeaderInfo.NormalBorderColor. This member is not
3186 intended to be used directly from your code.
3187 </summary>
3188 </member>
3189 <member name="F:XPExplorerBar.HeaderInfo.HeaderInfoSurrogate.SpecialBackColor">
3190 <summary>
3191 See HeaderInfo.SpecialBackColor. This member is not
3192 intended to be used directly from your code.
3193 </summary>
3194 </member>
3195 <member name="F:XPExplorerBar.HeaderInfo.HeaderInfoSurrogate.NormalBackColor">
3196 <summary>
3197 See HeaderInfo.NormalBackColor. This member is not
3198 intended to be used directly from your code.
3199 </summary>
3200 </member>
3201 <member name="F:XPExplorerBar.HeaderInfo.HeaderInfoSurrogate.SpecialArrowUp">
3202 <summary>
3203 See HeaderInfo.SpecialArrowUp. This member is not
3204 intended to be used directly from your code.
3205 </summary>
3206 </member>
3207 <member name="F:XPExplorerBar.HeaderInfo.HeaderInfoSurrogate.SpecialArrowUpHot">
3208 <summary>
3209 See HeaderInfo.SpecialArrowUpHot. This member is not
3210 intended to be used directly from your code.
3211 </summary>
3212 </member>
3213 <member name="F:XPExplorerBar.HeaderInfo.HeaderInfoSurrogate.SpecialArrowDown">
3214 <summary>
3215 See HeaderInfo.SpecialArrowDown. This member is not
3216 intended to be used directly from your code.
3217 </summary>
3218 </member>
3219 <member name="F:XPExplorerBar.HeaderInfo.HeaderInfoSurrogate.SpecialArrowDownHot">
3220 <summary>
3221 See HeaderInfo.SpecialArrowDownHot. This member is not
3222 intended to be used directly from your code.
3223 </summary>
3224 </member>
3225 <member name="F:XPExplorerBar.HeaderInfo.HeaderInfoSurrogate.NormalArrowUp">
3226 <summary>
3227 See HeaderInfo.NormalArrowUp. This member is not
3228 intended to be used directly from your code.
3229 </summary>
3230 </member>
3231 <member name="F:XPExplorerBar.HeaderInfo.HeaderInfoSurrogate.NormalArrowUpHot">
3232 <summary>
3233 See HeaderInfo.NormalArrowUpHot. This member is not
3234 intended to be used directly from your code.
3235 </summary>
3236 </member>
3237 <member name="F:XPExplorerBar.HeaderInfo.HeaderInfoSurrogate.NormalArrowDown">
3238 <summary>
3239 See HeaderInfo.NormalArrowDown. This member is not
3240 intended to be used directly from your code.
3241 </summary>
3242 </member>
3243 <member name="F:XPExplorerBar.HeaderInfo.HeaderInfoSurrogate.NormalArrowDownHot">
3244 <summary>
3245 See HeaderInfo.NormalArrowDownHot. This member is not
3246 intended to be used directly from your code.
3247 </summary>
3248 </member>
3249 <member name="F:XPExplorerBar.HeaderInfo.HeaderInfoSurrogate.TitleGradient">
3250 <summary>
3251 See HeaderInfo.TitleGradient. This member is not
3252 intended to be used directly from your code.
3253 </summary>
3254 </member>
3255 <member name="F:XPExplorerBar.HeaderInfo.HeaderInfoSurrogate.SpecialGradientStartColor">
3256 <summary>
3257 See HeaderInfo.SpecialGradientStartColor. This member is not
3258 intended to be used directly from your code.
3259 </summary>
3260 </member>
3261 <member name="F:XPExplorerBar.HeaderInfo.HeaderInfoSurrogate.SpecialGradientEndColor">
3262 <summary>
3263 See HeaderInfo.SpecialGradientEndColor. This member is not
3264 intended to be used directly from your code.
3265 </summary>
3266 </member>
3267 <member name="F:XPExplorerBar.HeaderInfo.HeaderInfoSurrogate.NormalGradientStartColor">
3268 <summary>
3269 See HeaderInfo.NormalGradientStartColor. This member is not
3270 intended to be used directly from your code.
3271 </summary>
3272 </member>
3273 <member name="F:XPExplorerBar.HeaderInfo.HeaderInfoSurrogate.NormalGradientEndColor">
3274 <summary>
3275 See HeaderInfo.NormalGradientEndColor. This member is not
3276 intended to be used directly from your code.
3277 </summary>
3278 </member>
3279 <member name="F:XPExplorerBar.HeaderInfo.HeaderInfoSurrogate.GradientOffset">
3280 <summary>
3281 See HeaderInfo.GradientOffset. This member is not
3282 intended to be used directly from your code.
3283 </summary>
3284 </member>
3285 <member name="F:XPExplorerBar.HeaderInfo.HeaderInfoSurrogate.TitleRadius">
3286 <summary>
3287 See HeaderInfo.TitleRadius. This member is not
3288 intended to be used directly from your code.
3289 </summary>
3290 </member>
3291 <member name="F:XPExplorerBar.HeaderInfo.HeaderInfoSurrogate.Version">
3292 <summary>
3293 Version number of the surrogate. This member is not intended
3294 to be used directly from your code.
3295 </summary>
3296 </member>
3297 <member name="M:XPExplorerBar.HeaderInfo.HeaderInfoSurrogate.#ctor">
3298 <summary>
3299 Initializes a new instance of the HeaderInfoSurrogate class with default settings
3300 </summary>
3301 </member>
3302 <member name="M:XPExplorerBar.HeaderInfo.HeaderInfoSurrogate.Load(XPExplorerBar.HeaderInfo)">
3303 <summary>
3304 Populates the HeaderInfoSurrogate with data that is to be
3305 serialized from the specified HeaderInfo
3306 </summary>
3307 <param name="headerInfo">The HeaderInfo that contains the data
3308 to be serialized</param>
3309 </member>
3310 <member name="M:XPExplorerBar.HeaderInfo.HeaderInfoSurrogate.Save">
3311 <summary>
3312 Returns a HeaderInfo that contains the deserialized HeaderInfoSurrogate data
3313 </summary>
3314 <returns>A HeaderInfo that contains the deserialized HeaderInfoSurrogate data</returns>
3315 </member>
3316 <member name="M:XPExplorerBar.HeaderInfo.HeaderInfoSurrogate.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
3317 <summary>
3318 Populates a SerializationInfo with the data needed to serialize the HeaderInfoSurrogate
3319 </summary>
3320 <param name="info">The SerializationInfo to populate with data</param>
3321 <param name="context">The destination for this serialization</param>
3322 </member>
3323 <member name="M:XPExplorerBar.HeaderInfo.HeaderInfoSurrogate.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
3324 <summary>
3325 Initializes a new instance of the HeaderInfoSurrogate class using the information
3326 in the SerializationInfo
3327 </summary>
3328 <param name="info">The information to populate the HeaderInfoSurrogate</param>
3329 <param name="context">The source from which the HeaderInfoSurrogate is deserialized</param>
3330 </member>
3331 <member name="T:XPExplorerBar.HeaderInfoConverter">
3332 <summary>
3333 A custom TypeConverter used to help convert HeaderInfos from
3334 one Type to another
3335 </summary>
3336 </member>
3337 <member name="M:XPExplorerBar.HeaderInfoConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
3338 <summary>
3339 Converts the given value object to the specified type, using
3340 the specified context and culture information
3341 </summary>
3342 <param name="context">An ITypeDescriptorContext that provides
3343 a format context</param>
3344 <param name="culture">A CultureInfo object. If a null reference
3345 is passed, the current culture is assumed</param>
3346 <param name="value">The Object to convert</param>
3347 <param name="destinationType">The Type to convert the value
3348 parameter to</param>
3349 <returns>An Object that represents the converted value</returns>
3350 </member>
3351 <member name="M:XPExplorerBar.HeaderInfoConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
3352 <summary>
3353 Returns a collection of properties for the type of array specified
3354 by the value parameter, using the specified context and attributes
3355 </summary>
3356 <param name="context">An ITypeDescriptorContext that provides a format
3357 context</param>
3358 <param name="value">An Object that specifies the type of array for
3359 which to get properties</param>
3360 <param name="attributes">An array of type Attribute that is used as
3361 a filter</param>
3362 <returns>A PropertyDescriptorCollection with the properties that are
3363 exposed for this data type, or a null reference if there are no
3364 properties</returns>
3365 </member>
3366 <member name="T:XPExplorerBar.Border">
3367 <summary>
3368 Specifies the width of the border along each edge of an object
3369 </summary>
3370 </member>
3371 <member name="F:XPExplorerBar.Border.Empty">
3372 <summary>
3373 Represents a Border structure with its properties
3374 left uninitialized
3375 </summary>
3376 </member>
3377 <member name="F:XPExplorerBar.Border.left">
3378 <summary>
3379 The width of the left border
3380 </summary>
3381 </member>
3382 <member name="F:XPExplorerBar.Border.right">
3383 <summary>
3384 The width of the right border
3385 </summary>
3386 </member>
3387 <member name="F:XPExplorerBar.Border.top">
3388 <summary>
3389 The width of the top border
3390 </summary>
3391 </member>
3392 <member name="F:XPExplorerBar.Border.bottom">
3393 <summary>
3394 The width of the bottom border
3395 </summary>
3396 </member>
3397 <member name="M:XPExplorerBar.Border.#ctor">
3398 <summary>
3399 Initializes a new instance of the Border class with default settings
3400 </summary>
3401 </member>
3402 <member name="M:XPExplorerBar.Border.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)">
3403 <summary>
3404 Initializes a new instance of the Border class
3405 </summary>
3406 <param name="left">The width of the left border</param>
3407 <param name="top">The Height of the top border</param>
3408 <param name="right">The width of the right border</param>
3409 <param name="bottom">The Height of the bottom border</param>
3410 </member>
3411 <member name="M:XPExplorerBar.Border.Equals(System.Object)">
3412 <summary>
3413 Tests whether obj is a Border structure with the same values as
3414 this Border structure
3415 </summary>
3416 <param name="obj">The Object to test</param>
3417 <returns>This method returns true if obj is a Border structure
3418 and its Left, Top, Right, and Bottom properties are equal to
3419 the corresponding properties of this Border structure;
3420 otherwise, false</returns>
3421 </member>
3422 <member name="M:XPExplorerBar.Border.GetHashCode">
3423 <summary>
3424 Returns the hash code for this Border structure
3425 </summary>
3426 <returns>An integer that represents the hashcode for this
3427 border</returns>
3428 </member>
3429 <member name="M:XPExplorerBar.Border.op_Equality(XPExplorerBar.Border,XPExplorerBar.Border)">
3430 <summary>
3431 Tests whether two Border structures have equal Left, Top,
3432 Right, and Bottom properties
3433 </summary>
3434 <param name="left">The Border structure that is to the left
3435 of the equality operator</param>
3436 <param name="right">The Border structure that is to the right
3437 of the equality operator</param>
3438 <returns>This operator returns true if the two Border structures
3439 have equal Left, Top, Right, and Bottom properties</returns>
3440 </member>
3441 <member name="M:XPExplorerBar.Border.op_Inequality(XPExplorerBar.Border,XPExplorerBar.Border)">
3442 <summary>
3443 Tests whether two Border structures differ in their Left, Top,
3444 Right, and Bottom properties
3445 </summary>
3446 <param name="left">The Border structure that is to the left
3447 of the equality operator</param>
3448 <param name="right">The Border structure that is to the right
3449 of the equality operator</param>
3450 <returns>This operator returns true if any of the Left, Top, Right,
3451 and Bottom properties of the two Border structures are unequal;
3452 otherwise false</returns>
3453 </member>
3454 <member name="P:XPExplorerBar.Border.Left">
3455 <summary>
3456 Gets or sets the value of the left border
3457 </summary>
3458 </member>
3459 <member name="P:XPExplorerBar.Border.Right">
3460 <summary>
3461 Gets or sets the value of the right border
3462 </summary>
3463 </member>
3464 <member name="P:XPExplorerBar.Border.Top">
3465 <summary>
3466 Gets or sets the value of the top border
3467 </summary>
3468 </member>
3469 <member name="P:XPExplorerBar.Border.Bottom">
3470 <summary>
3471 Gets or sets the value of the bottom border
3472 </summary>
3473 </member>
3474 <member name="P:XPExplorerBar.Border.IsEmpty">
3475 <summary>
3476 Tests whether all numeric properties of this Border have
3477 values of zero
3478 </summary>
3479 </member>
3480 <member name="T:XPExplorerBar.BorderConverter">
3481 <summary>
3482 A custom TypeConverter used to help convert Borders from
3483 one Type to another
3484 </summary>
3485 </member>
3486 <member name="M:XPExplorerBar.BorderConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
3487 <summary>
3488 Returns whether this converter can convert the object to the
3489 specified type, using the specified context
3490 </summary>
3491 <param name="context">An ITypeDescriptorContext that provides
3492 a format context</param>
3493 <param name="sourceType">A Type that represents the type you
3494 want to convert from</param>
3495 <returns>true if this converter can perform the conversion;
3496 otherwise, false</returns>
3497 </member>
3498 <member name="M:XPExplorerBar.BorderConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
3499 <summary>
3500 Returns whether this converter can convert the object to the
3501 specified type, using the specified context
3502 </summary>
3503 <param name="context">An ITypeDescriptorContext that provides a
3504 format context</param>
3505 <param name="destinationType">A Type that represents the type you
3506 want to convert to</param>
3507 <returns>true if this converter can perform the conversion;
3508 otherwise, false</returns>
3509 </member>
3510 <member name="M:XPExplorerBar.BorderConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
3511 <summary>
3512 Converts the given object to the type of this converter, using
3513 the specified context and culture information
3514 </summary>
3515 <param name="context">An ITypeDescriptorContext that provides a
3516 format context</param>
3517 <param name="culture">The CultureInfo to use as the current culture</param>
3518 <param name="value">The Object to convert</param>
3519 <returns>An Object that represents the converted value</returns>
3520 </member>
3521 <member name="M:XPExplorerBar.BorderConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
3522 <summary>
3523 Converts the given value object to the specified type, using
3524 the specified context and culture information
3525 </summary>
3526 <param name="context">An ITypeDescriptorContext that provides
3527 a format context</param>
3528 <param name="culture">A CultureInfo object. If a null reference
3529 is passed, the current culture is assumed</param>
3530 <param name="value">The Object to convert</param>
3531 <param name="destinationType">The Type to convert the value
3532 parameter to</param>
3533 <returns>An Object that represents the converted value</returns>
3534 </member>
3535 <member name="M:XPExplorerBar.BorderConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)">
3536 <summary>
3537 Creates an instance of the Type that this TypeConverter is associated
3538 with, using the specified context, given a set of property values for
3539 the object
3540 </summary>
3541 <param name="context">An ITypeDescriptorContext that provides a format
3542 context</param>
3543 <param name="propertyValues">An IDictionary of new property values</param>
3544 <returns>An Object representing the given IDictionary, or a null
3545 reference if the object cannot be created</returns>
3546 </member>
3547 <member name="M:XPExplorerBar.BorderConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
3548 <summary>
3549 Returns whether changing a value on this object requires a call to
3550 CreateInstance to create a new value, using the specified context
3551 </summary>
3552 <param name="context">An ITypeDescriptorContext that provides a
3553 format context</param>
3554 <returns>true if changing a property on this object requires a call
3555 to CreateInstance to create a new value; otherwise, false</returns>
3556 </member>
3557 <member name="M:XPExplorerBar.BorderConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
3558 <summary>
3559 Returns a collection of properties for the type of array specified
3560 by the value parameter, using the specified context and attributes
3561 </summary>
3562 <param name="context">An ITypeDescriptorContext that provides a format
3563 context</param>
3564 <param name="value">An Object that specifies the type of array for
3565 which to get properties</param>
3566 <param name="attributes">An array of type Attribute that is used as
3567 a filter</param>
3568 <returns>A PropertyDescriptorCollection with the properties that are
3569 exposed for this data type, or a null reference if there are no
3570 properties</returns>
3571 </member>
3572 <member name="M:XPExplorerBar.BorderConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
3573 <summary>
3574 Returns whether this object supports properties, using the specified context
3575 </summary>
3576 <param name="context">An ITypeDescriptorContext that provides a format context</param>
3577 <returns>true if GetProperties should be called to find the properties of this
3578 object; otherwise, false</returns>
3579 </member>
3580 <member name="T:XPExplorerBar.Padding">
3581 <summary>
3582 Specifies the amount of space between the border and any contained
3583 items along each edge of an object
3584 </summary>
3585 </member>
3586 <member name="F:XPExplorerBar.Padding.Empty">
3587 <summary>
3588 Represents a Padding structure with its properties
3589 left uninitialized
3590 </summary>
3591 </member>
3592 <member name="F:XPExplorerBar.Padding.left">
3593 <summary>
3594 The width of the left padding
3595 </summary>
3596 </member>
3597 <member name="F:XPExplorerBar.Padding.right">
3598 <summary>
3599 The width of the right padding
3600 </summary>
3601 </member>
3602 <member name="F:XPExplorerBar.Padding.top">
3603 <summary>
3604 The width of the top padding
3605 </summary>
3606 </member>
3607 <member name="F:XPExplorerBar.Padding.bottom">
3608 <summary>
3609 The width of the bottom padding
3610 </summary>
3611 </member>
3612 <member name="M:XPExplorerBar.Padding.#ctor">
3613 <summary>
3614 Initializes a new instance of the Padding class with default settings
3615 </summary>
3616 </member>
3617 <member name="M:XPExplorerBar.Padding.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)">
3618 <summary>
3619 Initializes a new instance of the Padding class
3620 </summary>
3621 <param name="left">The width of the left padding value</param>
3622 <param name="top">The height of top padding value</param>
3623 <param name="right">The width of the right padding value</param>
3624 <param name="bottom">The height of bottom padding value</param>
3625 </member>
3626 <member name="M:XPExplorerBar.Padding.Equals(System.Object)">
3627 <summary>
3628 Tests whether obj is a Padding structure with the same values as
3629 this Padding structure
3630 </summary>
3631 <param name="obj">The Object to test</param>
3632 <returns>This method returns true if obj is a Padding structure
3633 and its Left, Top, Right, and Bottom properties are equal to
3634 the corresponding properties of this Padding structure;
3635 otherwise, false</returns>
3636 </member>
3637 <member name="M:XPExplorerBar.Padding.GetHashCode">
3638 <summary>
3639 Returns the hash code for this Padding structure
3640 </summary>
3641 <returns>An integer that represents the hashcode for this
3642 padding</returns>
3643 </member>
3644 <member name="M:XPExplorerBar.Padding.op_Equality(XPExplorerBar.Padding,XPExplorerBar.Padding)">
3645 <summary>
3646 Tests whether two Padding structures have equal Left, Top,
3647 Right, and Bottom properties
3648 </summary>
3649 <param name="left">The Padding structure that is to the left
3650 of the equality operator</param>
3651 <param name="right">The Padding structure that is to the right
3652 of the equality operator</param>
3653 <returns>This operator returns true if the two Padding structures
3654 have equal Left, Top, Right, and Bottom properties</returns>
3655 </member>
3656 <member name="M:XPExplorerBar.Padding.op_Inequality(XPExplorerBar.Padding,XPExplorerBar.Padding)">
3657 <summary>
3658 Tests whether two Padding structures differ in their Left, Top,
3659 Right, and Bottom properties
3660 </summary>
3661 <param name="left">The Padding structure that is to the left
3662 of the equality operator</param>
3663 <param name="right">The Padding structure that is to the right
3664 of the equality operator</param>
3665 <returns>This operator returns true if any of the Left, Top, Right,
3666 and Bottom properties of the two Padding structures are unequal;
3667 otherwise false</returns>
3668 </member>
3669 <member name="P:XPExplorerBar.Padding.Left">
3670 <summary>
3671 Gets or sets the width of the left padding value
3672 </summary>
3673 </member>
3674 <member name="P:XPExplorerBar.Padding.Right">
3675 <summary>
3676 Gets or sets the width of the right padding value
3677 </summary>
3678 </member>
3679 <member name="P:XPExplorerBar.Padding.Top">
3680 <summary>
3681 Gets or sets the height of the top padding value
3682 </summary>
3683 </member>
3684 <member name="P:XPExplorerBar.Padding.Bottom">
3685 <summary>
3686 Gets or sets the height of the bottom padding value
3687 </summary>
3688 </member>
3689 <member name="P:XPExplorerBar.Padding.IsEmpty">
3690 <summary>
3691 Tests whether all numeric properties of this Padding have
3692 values of zero
3693 </summary>
3694 </member>
3695 <member name="T:XPExplorerBar.PaddingConverter">
3696 <summary>
3697 A custom TypeConverter used to help convert Padding objects from
3698 one Type to another
3699 </summary>
3700 </member>
3701 <member name="M:XPExplorerBar.PaddingConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
3702 <summary>
3703 Returns whether this converter can convert an object of the
3704 given type to the type of this converter, using the specified context
3705 </summary>
3706 <param name="context">An ITypeDescriptorContext that provides
3707 a format context</param>
3708 <param name="sourceType">A Type that represents the type you
3709 want to convert from</param>
3710 <returns>true if this converter can perform the conversion;
3711 otherwise, false</returns>
3712 </member>
3713 <member name="M:XPExplorerBar.PaddingConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
3714 <summary>
3715 Returns whether this converter can convert the object to the
3716 specified type, using the specified context
3717 </summary>
3718 <param name="context">An ITypeDescriptorContext that provides a
3719 format context</param>
3720 <param name="destinationType">A Type that represents the type you
3721 want to convert to</param>
3722 <returns>true if this converter can perform the conversion;
3723 otherwise, false</returns>
3724 </member>
3725 <member name="M:XPExplorerBar.PaddingConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
3726 <summary>
3727 Converts the given object to the type of this converter, using
3728 the specified context and culture information
3729 </summary>
3730 <param name="context">An ITypeDescriptorContext that provides a
3731 format context</param>
3732 <param name="culture">The CultureInfo to use as the current culture</param>
3733 <param name="value">The Object to convert</param>
3734 <returns>An Object that represents the converted value</returns>
3735 </member>
3736 <member name="M:XPExplorerBar.PaddingConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
3737 <summary>
3738 Converts the given value object to the specified type, using
3739 the specified context and culture information
3740 </summary>
3741 <param name="context">An ITypeDescriptorContext that provides
3742 a format context</param>
3743 <param name="culture">A CultureInfo object. If a null reference
3744 is passed, the current culture is assumed</param>
3745 <param name="value">The Object to convert</param>
3746 <param name="destinationType">The Type to convert the value
3747 parameter to</param>
3748 <returns>An Object that represents the converted value</returns>
3749 </member>
3750 <member name="M:XPExplorerBar.PaddingConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)">
3751 <summary>
3752 Creates an instance of the Type that this TypeConverter is associated
3753 with, using the specified context, given a set of property values for
3754 the object
3755 </summary>
3756 <param name="context">An ITypeDescriptorContext that provides a format
3757 context</param>
3758 <param name="propertyValues">An IDictionary of new property values</param>
3759 <returns>An Object representing the given IDictionary, or a null
3760 reference if the object cannot be created</returns>
3761 </member>
3762 <member name="M:XPExplorerBar.PaddingConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
3763 <summary>
3764 Returns whether changing a value on this object requires a call to
3765 CreateInstance to create a new value, using the specified context
3766 </summary>
3767 <param name="context">An ITypeDescriptorContext that provides a
3768 format context</param>
3769 <returns>true if changing a property on this object requires a call
3770 to CreateInstance to create a new value; otherwise, false</returns>
3771 </member>
3772 <member name="M:XPExplorerBar.PaddingConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
3773 <summary>
3774 Returns a collection of properties for the type of array specified
3775 by the value parameter, using the specified context and attributes
3776 </summary>
3777 <param name="context">An ITypeDescriptorContext that provides a format
3778 context</param>
3779 <param name="value">An Object that specifies the type of array for
3780 which to get properties</param>
3781 <param name="attributes">An array of type Attribute that is used as
3782 a filter</param>
3783 <returns>A PropertyDescriptorCollection with the properties that are
3784 exposed for this data type, or a null reference if there are no
3785 properties</returns>
3786 </member>
3787 <member name="M:XPExplorerBar.PaddingConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
3788 <summary>
3789 Returns whether this object supports properties, using the specified context
3790 </summary>
3791 <param name="context">An ITypeDescriptorContext that provides a format context</param>
3792 <returns>true if GetProperties should be called to find the properties of this
3793 object; otherwise, false</returns>
3794 </member>
3795 <member name="T:XPExplorerBar.Margin">
3796 <summary>
3797 Specifies the amount of space arouund an object along each side
3798 </summary>
3799 </member>
3800 <member name="F:XPExplorerBar.Margin.Empty">
3801 <summary>
3802 Represents a Margin structure with its properties
3803 left uninitialized
3804 </summary>
3805 </member>
3806 <member name="F:XPExplorerBar.Margin.left">
3807 <summary>
3808 The width of the left margin
3809 </summary>
3810 </member>
3811 <member name="F:XPExplorerBar.Margin.right">
3812 <summary>
3813 The width of the right margin
3814 </summary>
3815 </member>
3816 <member name="F:XPExplorerBar.Margin.top">
3817 <summary>
3818 The width of the top margin
3819 </summary>
3820 </member>
3821 <member name="F:XPExplorerBar.Margin.bottom">
3822 <summary>
3823 The width of the bottom margin
3824 </summary>
3825 </member>
3826 <member name="M:XPExplorerBar.Margin.#ctor">
3827 <summary>
3828 Initializes a new instance of the Margin class with default settings
3829 </summary>
3830 </member>
3831 <member name="M:XPExplorerBar.Margin.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)">
3832 <summary>
3833 Initializes a new instance of the Margin class
3834 </summary>
3835 <param name="left">The width of the left margin value</param>
3836 <param name="top">The height of the top margin value</param>
3837 <param name="right">The width of the right margin value</param>
3838 <param name="bottom">The height of the bottom margin value</param>
3839 </member>
3840 <member name="M:XPExplorerBar.Margin.Equals(System.Object)">
3841 <summary>
3842 Tests whether obj is a Margin structure with the same values as
3843 this Border structure
3844 </summary>
3845 <param name="obj">The Object to test</param>
3846 <returns>This method returns true if obj is a Margin structure
3847 and its Left, Top, Right, and Bottom properties are equal to
3848 the corresponding properties of this Margin structure;
3849 otherwise, false</returns>
3850 </member>
3851 <member name="M:XPExplorerBar.Margin.GetHashCode">
3852 <summary>
3853 Returns the hash code for this Margin structure
3854 </summary>
3855 <returns>An integer that represents the hashcode for this
3856 margin</returns>
3857 </member>
3858 <member name="M:XPExplorerBar.Margin.op_Equality(XPExplorerBar.Margin,XPExplorerBar.Margin)">
3859 <summary>
3860 Tests whether two Margin structures have equal Left, Top,
3861 Right, and Bottom properties
3862 </summary>
3863 <param name="left">The Margin structure that is to the left
3864 of the equality operator</param>
3865 <param name="right">The Margin structure that is to the right
3866 of the equality operator</param>
3867 <returns>This operator returns true if the two Margin structures
3868 have equal Left, Top, Right, and Bottom properties</returns>
3869 </member>
3870 <member name="M:XPExplorerBar.Margin.op_Inequality(XPExplorerBar.Margin,XPExplorerBar.Margin)">
3871 <summary>
3872 Tests whether two Margin structures differ in their Left, Top,
3873 Right, and Bottom properties
3874 </summary>
3875 <param name="left">The Margin structure that is to the left
3876 of the equality operator</param>
3877 <param name="right">The Margin structure that is to the right
3878 of the equality operator</param>
3879 <returns>This operator returns true if any of the Left, Top, Right,
3880 and Bottom properties of the two Margin structures are unequal;
3881 otherwise false</returns>
3882 </member>
3883 <member name="P:XPExplorerBar.Margin.Left">
3884 <summary>
3885 Gets or sets the left margin value
3886 </summary>
3887 </member>
3888 <member name="P:XPExplorerBar.Margin.Right">
3889 <summary>
3890 Gets or sets the right margin value
3891 </summary>
3892 </member>
3893 <member name="P:XPExplorerBar.Margin.Top">
3894 <summary>
3895 Gets or sets the top margin value
3896 </summary>
3897 </member>
3898 <member name="P:XPExplorerBar.Margin.Bottom">
3899 <summary>
3900 Gets or sets the bottom margin value
3901 </summary>
3902 </member>
3903 <member name="P:XPExplorerBar.Margin.IsEmpty">
3904 <summary>
3905 Tests whether all numeric properties of this Margin have
3906 values of zero
3907 </summary>
3908 </member>
3909 <member name="T:XPExplorerBar.MarginConverter">
3910 <summary>
3911 A custom TypeConverter used to help convert Margins from
3912 one Type to another
3913 </summary>
3914 </member>
3915 <member name="M:XPExplorerBar.MarginConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
3916 <summary>
3917 Returns whether this converter can convert an object of the
3918 given type to the type of this converter, using the specified context
3919 </summary>
3920 <param name="context">An ITypeDescriptorContext that provides
3921 a format context</param>
3922 <param name="sourceType">A Type that represents the type you
3923 want to convert from</param>
3924 <returns>true if this converter can perform the conversion;
3925 otherwise, false</returns>
3926 </member>
3927 <member name="M:XPExplorerBar.MarginConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
3928 <summary>
3929 Returns whether this converter can convert the object to the
3930 specified type, using the specified context
3931 </summary>
3932 <param name="context">An ITypeDescriptorContext that provides a
3933 format context</param>
3934 <param name="destinationType">A Type that represents the type you
3935 want to convert to</param>
3936 <returns>true if this converter can perform the conversion;
3937 otherwise, false</returns>
3938 </member>
3939 <member name="M:XPExplorerBar.MarginConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
3940 <summary>
3941 Converts the given object to the type of this converter, using
3942 the specified context and culture information
3943 </summary>
3944 <param name="context">An ITypeDescriptorContext that provides a
3945 format context</param>
3946 <param name="culture">The CultureInfo to use as the current culture</param>
3947 <param name="value">The Object to convert</param>
3948 <returns>An Object that represents the converted value</returns>
3949 </member>
3950 <member name="M:XPExplorerBar.MarginConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
3951 <summary>
3952 Converts the given value object to the specified type, using
3953 the specified context and culture information
3954 </summary>
3955 <param name="context">An ITypeDescriptorContext that provides
3956 a format context</param>
3957 <param name="culture">A CultureInfo object. If a null reference
3958 is passed, the current culture is assumed</param>
3959 <param name="value">The Object to convert</param>
3960 <param name="destinationType">The Type to convert the value
3961 parameter to</param>
3962 <returns>An Object that represents the converted value</returns>
3963 </member>
3964 <member name="M:XPExplorerBar.MarginConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)">
3965 <summary>
3966 Creates an instance of the Type that this TypeConverter is associated
3967 with, using the specified context, given a set of property values for
3968 the object
3969 </summary>
3970 <param name="context">An ITypeDescriptorContext that provides a format
3971 context</param>
3972 <param name="propertyValues">An IDictionary of new property values</param>
3973 <returns>An Object representing the given IDictionary, or a null
3974 reference if the object cannot be created</returns>
3975 </member>
3976 <member name="M:XPExplorerBar.MarginConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
3977 <summary>
3978 Returns whether changing a value on this object requires a call to
3979 CreateInstance to create a new value, using the specified context
3980 </summary>
3981 <param name="context">An ITypeDescriptorContext that provides a
3982 format context</param>
3983 <returns>true if changing a property on this object requires a call
3984 to CreateInstance to create a new value; otherwise, false</returns>
3985 </member>
3986 <member name="M:XPExplorerBar.MarginConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
3987 <summary>
3988 Returns a collection of properties for the type of array specified
3989 by the value parameter, using the specified context and attributes
3990 </summary>
3991 <param name="context">An ITypeDescriptorContext that provides a format
3992 context</param>
3993 <param name="value">An Object that specifies the type of array for
3994 which to get properties</param>
3995 <param name="attributes">An array of type Attribute that is used as
3996 a filter</param>
3997 <returns>A PropertyDescriptorCollection with the properties that are
3998 exposed for this data type, or a null reference if there are no
3999 properties</returns>
4000 </member>
4001 <member name="M:XPExplorerBar.MarginConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
4002 <summary>
4003 Returns whether this object supports properties, using the specified context
4004 </summary>
4005 <param name="context">An ITypeDescriptorContext that provides a format context</param>
4006 <returns>true if GetProperties should be called to find the properties of this
4007 object; otherwise, false</returns>
4008 </member>
4009 <member name="T:XPExplorerBar.ImageStretchMode">
4010 <summary>
4011 Specifies how images should fill objects
4012 </summary>
4013 </member>
4014 <member name="F:XPExplorerBar.ImageStretchMode.Normal">
4015 <summary>
4016 Use default settings
4017 </summary>
4018 </member>
4019 <member name="F:XPExplorerBar.ImageStretchMode.Transparent">
4020 <summary>
4021 The image is transparent
4022 </summary>
4023 </member>
4024 <member name="F:XPExplorerBar.ImageStretchMode.Tile">
4025 <summary>
4026 The image should be tiled
4027 </summary>
4028 </member>
4029 <member name="F:XPExplorerBar.ImageStretchMode.Horizontal">
4030 <summary>
4031 The image should be stretched to fit the objects width
4032 </summary>
4033 </member>
4034 <member name="F:XPExplorerBar.ImageStretchMode.Stretch">
4035 <summary>
4036 The image should be stretched to fill the object
4037 </summary>
4038 </member>
4039 <member name="F:XPExplorerBar.ImageStretchMode.ARGBImage">
4040 <summary>
4041 The image is stored in ARGB format
4042 </summary>
4043 </member>
4044 <member name="T:XPExplorerBar.NativeMethods">
4045 <summary>
4046 A class that provides access to the Win32 API
4047 </summary>
4048 </member>
4049 <member name="M:XPExplorerBar.NativeMethods.LoadLibrary(System.String)">
4050 <summary>
4051 The LoadLibrary function maps the specified executable module into the
4052 address space of the calling process
4053 </summary>
4054 <param name="lpFileName">Pointer to a null-terminated string that names
4055 the executable module (either a .dll or .exe file). The name specified
4056 is the file name of the module and is not related to the name stored in
4057 the library module itself, as specified by the LIBRARY keyword in the
4058 module-definition (.def) file.
4059 If the string specifies a path but the file does not exist in the specified
4060 directory, the function fails. When specifying a path, be sure to use
4061 backslashes (\), not forward slashes (/).
4062 If the string does not specify a path, the function uses a standard search
4063 strategy to find the file.</param>
4064 <returns>If the function succeeds, the return value is a handle to the module.
4065 If the function fails, the return value is NULL</returns>
4066 </member>
4067 <member name="M:XPExplorerBar.NativeMethods.LoadLibraryEx(System.String,XPExplorerBar.LoadLibraryExFlags)">
4068 <summary>
4069 The LoadLibraryEx function maps the specified executable module into the
4070 address space of the calling process. The executable module can be a .dll
4071 or an .exe file. The specified module may cause other modules to be mapped
4072 into the address space
4073 </summary>
4074 <param name="lpfFileName">Pointer to a null-terminated string that names
4075 the executable module (either a .dll or an .exe file). The name specified
4076 is the file name of the executable module. This name is not related to the
4077 name stored in a library module itself, as specified by the LIBRARY keyword
4078 in the module-definition (.def) file. If the string specifies a path, but
4079 the file does not exist in the specified directory, the function fails. When
4080 specifying a path, be sure to use backslashes (\), not forward slashes (/).
4081 If the string does not specify a path, and the file name extension is omitted,
4082 the function appends the default library extension .dll to the file name.
4083 However, the file name string can include a trailing point character (.) to
4084 indicate that the module name has no extension. If the string does not specify
4085 a path, the function uses a standard search strategy to find the file. If
4086 mapping the specified module into the address space causes the system to map
4087 in other, associated executable modules, the function can use either the
4088 standard search strategy or an alternate search strategy to find those modules.</param>
4089 <param name="flags">Action to take when loading the module. If no flags are
4090 specified, the behavior of this function is identical to that of the LoadLibrary
4091 function. This parameter can be one of the LoadLibraryExFlags values</param>
4092 <returns>If the function succeeds, the return value is a handle to the mapped
4093 executable module. If the function fails, the return value is NULL.</returns>
4094 </member>
4095 <member name="M:XPExplorerBar.NativeMethods.FreeLibrary(System.IntPtr)">
4096 <summary>
4097 The FreeLibrary function decrements the reference count of the loaded
4098 dynamic-link library (DLL). When the reference count reaches zero, the
4099 module is unmapped from the address space of the calling process and the
4100 handle is no longer valid
4101 </summary>
4102 <param name="hModule">Handle to the loaded DLL module. The LoadLibrary
4103 function returns this handle</param>
4104 <returns>If the function succeeds, the return value is nonzero. If the
4105 function fails, the return value is zero</returns>
4106 </member>
4107 <member name="M:XPExplorerBar.NativeMethods.FindResource(System.IntPtr,System.String,System.Int32)">
4108 <summary>
4109 The FindResource function determines the location of a resource with the
4110 specified type and name in the specified module
4111 </summary>
4112 <param name="hModule">Handle to the module whose executable file contains
4113 the resource. A value of NULL specifies the module handle associated with
4114 the image file that the operating system used to create the current process</param>
4115 <param name="lpName">Specifies the name of the resource</param>
4116 <param name="lpType">Specifies the resource type</param>
4117 <returns>If the function succeeds, the return value is a handle to the
4118 specified resource's information block. To obtain a handle to the resource,
4119 pass this handle to the LoadResource function. If the function fails, the
4120 return value is NULL</returns>
4121 </member>
4122 <member name="M:XPExplorerBar.NativeMethods.FindResource(System.IntPtr,System.String,System.String)">
4123 <summary>
4124 The FindResource function determines the location of a resource with the
4125 specified type and name in the specified module
4126 </summary>
4127 <param name="hModule">Handle to the module whose executable file contains
4128 the resource. A value of NULL specifies the module handle associated with
4129 the image file that the operating system used to create the current process</param>
4130 <param name="lpName">Specifies the name of the resource</param>
4131 <param name="lpType">Specifies the resource type</param>
4132 <returns>If the function succeeds, the return value is a handle to the
4133 specified resource's information block. To obtain a handle to the resource,
4134 pass this handle to the LoadResource function. If the function fails, the
4135 return value is NULL</returns>
4136 </member>
4137 <member name="M:XPExplorerBar.NativeMethods.SizeofResource(System.IntPtr,System.IntPtr)">
4138 <summary>
4139 The SizeofResource function returns the size, in bytes, of the specified
4140 resource
4141 </summary>
4142 <param name="hModule">Handle to the module whose executable file contains
4143 the resource</param>
4144 <param name="hResInfo">Handle to the resource. This handle must be created
4145 by using the FindResource or FindResourceEx function</param>
4146 <returns>If the function succeeds, the return value is the number of bytes
4147 in the resource. If the function fails, the return value is zero</returns>
4148 </member>
4149 <member name="M:XPExplorerBar.NativeMethods.LoadResource(System.IntPtr,System.IntPtr)">
4150 <summary>
4151 The LoadResource function loads the specified resource into global memory
4152 </summary>
4153 <param name="hModule">Handle to the module whose executable file contains
4154 the resource. If hModule is NULL, the system loads the resource from the
4155 module that was used to create the current process</param>
4156 <param name="hResInfo">Handle to the resource to be loaded. This handle is
4157 returned by the FindResource or FindResourceEx function</param>
4158 <returns>If the function succeeds, the return value is a handle to the data
4159 associated with the resource. If the function fails, the return value is NULL</returns>
4160 </member>
4161 <member name="M:XPExplorerBar.NativeMethods.FreeResource(System.IntPtr)">
4162 <summary>
4163 The FreeResource function decrements (decreases by one) the reference count
4164 of a loaded resource. When the reference count reaches zero, the memory occupied
4165 by the resource is freed
4166 </summary>
4167 <param name="hglbResource">Handle of the resource. It is assumed that hglbResource
4168 was created by LoadResource</param>
4169 <returns>If the function succeeds, the return value is zero. If the function fails,
4170 the return value is non-zero, which indicates that the resource has not been freed</returns>
4171 </member>
4172 <member name="M:XPExplorerBar.NativeMethods.CopyMemory(System.IntPtr,System.IntPtr,System.Int32)">
4173 <summary>
4174 The CopyMemory function copies a block of memory from one location to another
4175 </summary>
4176 <param name="Destination">Pointer to the starting address of the copied
4177 block's destination</param>
4178 <param name="Source">Pointer to the starting address of the block of memory
4179 to copy</param>
4180 <param name="Length">Size of the block of memory to copy, in bytes</param>
4181 </member>
4182 <member name="M:XPExplorerBar.NativeMethods.LoadBitmap(System.IntPtr,System.Int64)">
4183 <summary>
4184 The LoadBitmap function loads the specified bitmap resource from a module's
4185 executable file
4186 </summary>
4187 <param name="hInstance">Handle to the instance of the module whose executable
4188 file contains the bitmap to be loaded</param>
4189 <param name="lpBitmapName">Pointer to a null-terminated string that contains
4190 the name of the bitmap resource to be loaded. Alternatively, this parameter
4191 can consist of the resource identifier in the low-order word and zero in the
4192 high-order word</param>
4193 <returns>If the function succeeds, the return value is the handle to the specified
4194 bitmap. If the function fails, the return value is NULL</returns>
4195 </member>
4196 <member name="M:XPExplorerBar.NativeMethods.LoadBitmap(System.IntPtr,System.String)">
4197 <summary>
4198 The LoadBitmap function loads the specified bitmap resource from a module's
4199 executable file
4200 </summary>
4201 <param name="hInstance">Handle to the instance of the module whose executable
4202 file contains the bitmap to be loaded</param>
4203 <param name="lpBitmapName">Pointer to a null-terminated string that contains
4204 the name of the bitmap resource to be loaded. Alternatively, this parameter
4205 can consist of the resource identifier in the low-order word and zero in the
4206 high-order word</param>
4207 <returns>If the function succeeds, the return value is the handle to the specified
4208 bitmap. If the function fails, the return value is NULL</returns>
4209 </member>
4210 <member name="M:XPExplorerBar.NativeMethods.GdiFlush">
4211 <summary>
4212 The GdiFlush function flushes the calling thread's current batch
4213 </summary>
4214 <returns>If all functions in the current batch succeed, the return value is
4215 nonzero. If not all functions in the current batch succeed, the return value
4216 is zero, indicating that at least one function returned an error</returns>
4217 </member>
4218 <member name="M:XPExplorerBar.NativeMethods.LoadString(System.IntPtr,System.Int32,System.Text.StringBuilder,System.Int32)">
4219 <summary>
4220 The LoadString function loads a string resource from the executable file
4221 associated with a specified module, copies the string into a buffer, and
4222 appends a terminating null character
4223 </summary>
4224 <param name="hInstance">Handle to an instance of the module whose executable
4225 file contains the string resource</param>
4226 <param name="uID">Specifies the integer identifier of the string to be loaded</param>
4227 <param name="lpBuffer">Pointer to the buffer to receive the string</param>
4228 <param name="nBufferMax">Specifies the size of the buffer, in TCHARs. This
4229 refers to bytes for versions of the function or WCHARs for Unicode versions.
4230 The string is truncated and null terminated if it is longer than the number
4231 of characters specified</param>
4232 <returns>If the function succeeds, the return value is the number of TCHARs
4233 copied into the buffer, not including the null-terminating character, or
4234 zero if the string resource does not exist</returns>
4235 </member>
4236 <member name="M:XPExplorerBar.NativeMethods.SendMessage(System.IntPtr,XPExplorerBar.WindowMessageFlags,System.IntPtr,System.IntPtr)">
4237 <summary>
4238 The SendMessage function sends the specified message to a
4239 window or windows. It calls the window procedure for the
4240 specified window and does not return until the window
4241 procedure has processed the message
4242 </summary>
4243 <param name="hwnd">Handle to the window whose window procedure will
4244 receive the message</param>
4245 <param name="msg">Specifies the message to be sent</param>
4246 <param name="wParam">Specifies additional message-specific information</param>
4247 <param name="lParam">Specifies additional message-specific information</param>
4248 <returns>The return value specifies the result of the message processing;
4249 it depends on the message sent</returns>
4250 </member>
4251 <member name="M:XPExplorerBar.NativeMethods.DllGetVersion(XPExplorerBar.DLLVERSIONINFO@)">
4252 <summary>
4253 Implemented by many of the Microsoft® Windows® Shell dynamic-link libraries
4254 (DLLs) to allow applications to obtain DLL-specific version information
4255 </summary>
4256 <param name="pdvi">Pointer to a DLLVERSIONINFO structure that receives the
4257 version information. The cbSize member must be filled in before calling
4258 the function</param>
4259 <returns>Returns NOERROR if successful, or an OLE-defined error value otherwise</returns>
4260 </member>
4261 <member name="M:XPExplorerBar.NativeMethods.GetProcAddress(System.IntPtr,System.String)">
4262 <summary>
4263 The GetProcAddress function retrieves the address of an exported function
4264 or variable from the specified dynamic-link library (DLL)
4265 </summary>
4266 <param name="hModule">Handle to the DLL module that contains the function
4267 or variable. The LoadLibrary or GetModuleHandle function returns this handle</param>
4268 <param name="procName">Pointer to a null-terminated string that specifies
4269 the function or variable name, or the function's ordinal value. If this
4270 parameter is an ordinal value, it must be in the low-order word; the
4271 high-order word must be zero</param>
4272 <returns>If the function succeeds, the return value is the address of the
4273 exported function or variable. If the function fails, the return value is NULL</returns>
4274 </member>
4275 <member name="M:XPExplorerBar.NativeMethods.SetErrorMode(XPExplorerBar.SetErrorModeFlags)">
4276 <summary>
4277 The SetErrorMode function controls whether the system will handle the
4278 specified types of serious errors, or whether the process will handle them
4279 </summary>
4280 <param name="uMode">Process error mode. This parameter can be one or more of
4281 the SetErrorModeFlags values</param>
4282 <returns>The return value is the previous state of the error-mode bit flags</returns>
4283 </member>
4284 <member name="M:XPExplorerBar.NativeMethods.GetSystemMetrics(System.Int32)">
4285 <summary>
4286 The GetSystemMetrics function retrieves various system metrics (widths and
4287 heights of display elements) and system configuration settings. All dimensions
4288 retrieved by GetSystemMetrics are in pixels
4289 </summary>
4290 <param name="nIndex">System metric or configuration setting to retrieve. This
4291 parameter can be one of the SysMetricsFlags values. Note that all SM_CX* values
4292 are widths and all SM_CY* values are heights</param>
4293 <returns>If the function succeeds, the return value is the requested system
4294 metric or configuration setting. If the function fails, the return value is zero</returns>
4295 </member>
4296 <member name="M:XPExplorerBar.NativeMethods.GetDC(System.IntPtr)">
4297 <summary>
4298 The GetDC function retrieves a handle to a display device context (DC) for
4299 the client area of a specified window or for the entire screen. You can use
4300 the returned handle in subsequent GDI functions to draw in the DC
4301 </summary>
4302 <param name="hWnd">Handle to the window whose DC is to be retrieved. If this
4303 value is IntPtr.Zero, GetDC retrieves the DC for the entire screen</param>
4304 <returns>If the function succeeds, the return value is an IntPtr that points
4305 to the handle to the DC for the specified window's client area. If the function
4306 fails, the return value is IntPtr.Zero</returns>
4307 </member>
4308 <member name="M:XPExplorerBar.NativeMethods.ReleaseDC(System.IntPtr,System.IntPtr)">
4309 <summary>
4310 The ReleaseDC function releases a device context (DC), freeing it for use by
4311 other applications. The effect of the ReleaseDC function depends on the type
4312 of DC. It frees only common and window DCs. It has no effect on class or
4313 private DCs
4314 </summary>
4315 <param name="hWnd">Handle to the window whose DC is to be released</param>
4316 <param name="hDC">Handle to the DC to be released</param>
4317 <returns>If the DC was released, the return value is 1, otherwise the return
4318 value is zero</returns>
4319 </member>
4320 <member name="M:XPExplorerBar.NativeMethods.GetDeviceCaps(System.IntPtr,System.Int32)">
4321 <summary>
4322 The GetDeviceCaps function retrieves device-specific information for the
4323 specified device
4324 </summary>
4325 <param name="hDC">Handle to the DC</param>
4326 <param name="nIndex">Specifies the item to return. This parameter can be one of
4327 the DeviceCapsFlags values</param>
4328 <returns>The return value specifies the value of the desired item</returns>
4329 </member>
4330 <member name="M:XPExplorerBar.NativeMethods.CreateIconFromResourceEx(System.Byte*,System.Int32,System.Boolean,System.Int32,System.Int32,System.Int32,System.Int32)">
4331 <summary>
4332 The CreateIconFromResourceEx function creates an icon or cursor from resource
4333 bits describing the icon
4334 </summary>
4335 <param name="pbIconBits">Pointer to a buffer containing the icon or cursor
4336 resource bits. These bits are typically loaded by calls to the
4337 LookupIconIdFromDirectoryEx and LoadResource functions</param>
4338 <param name="cbIconBits">Specifies the size, in bytes, of the set of bits
4339 pointed to by the pbIconBits parameter</param>
4340 <param name="fIcon">Specifies whether an icon or a cursor is to be created.
4341 If this parameter is TRUE, an icon is to be created. If it is FALSE, a cursor
4342 is to be created</param>
4343 <param name="dwVersion">Specifies the version number of the icon or cursor
4344 format for the resource bits pointed to by the pbIconBits parameter. This
4345 parameter can be 0x00030000</param>
4346 <param name="csDesired">Specifies the desired width, in pixels, of the icon
4347 or cursor. If this parameter is zero, the function uses the SM_CXICON or
4348 SM_CXCURSOR system metric value to set the width</param>
4349 <param name="cyDesired">Specifies the desired height, in pixels, of the icon
4350 or cursor. If this parameter is zero, the function uses the SM_CYICON or
4351 SM_CYCURSOR system metric value to set the height</param>
4352 <param name="flags"></param>
4353 <returns>If the function succeeds, the return value is a handle to the icon
4354 or cursor. If the function fails, the return value is NULL</returns>
4355 </member>
4356 <member name="M:XPExplorerBar.NativeMethods.SelectObject(System.IntPtr,System.IntPtr)">
4357 <summary>
4358
4359 </summary>
4360 <param name="hdc"></param>
4361 <param name="hgdiobj"></param>
4362 <returns></returns>
4363 </member>
4364 <member name="M:XPExplorerBar.NativeMethods.DeleteObject(System.IntPtr)">
4365 <summary>
4366
4367 </summary>
4368 <param name="hObject"></param>
4369 <returns></returns>
4370 </member>
4371 <member name="M:XPExplorerBar.NativeMethods.DrawText(System.IntPtr,System.String,System.Int32,XPExplorerBar.RECT@,XPExplorerBar.DrawTextFlags)">
4372 <summary>
4373
4374 </summary>
4375 <param name="hdc"></param>
4376 <param name="lpString"></param>
4377 <param name="nCount"></param>
4378 <param name="lpRect"></param>
4379 <param name="uFormat"></param>
4380 <returns></returns>
4381 </member>
4382 <member name="M:XPExplorerBar.NativeMethods.SetBkMode(System.IntPtr,System.Int32)">
4383 <summary>
4384
4385 </summary>
4386 <param name="hdc"></param>
4387 <param name="iBkMode"></param>
4388 <returns></returns>
4389 </member>
4390 <member name="M:XPExplorerBar.NativeMethods.SetTextColor(System.IntPtr,System.Int32)">
4391 <summary>
4392
4393 </summary>
4394 <param name="hdc"></param>
4395 <param name="crColor"></param>
4396 <returns></returns>
4397 </member>
4398 <member name="T:XPExplorerBar.POINT">
4399 <summary>
4400 The POINT structure defines the x- and y- coordinates of a point
4401 </summary>
4402 </member>
4403 <member name="F:XPExplorerBar.POINT.x">
4404 <summary>
4405 Specifies the x-coordinate of the point
4406 </summary>
4407 </member>
4408 <member name="F:XPExplorerBar.POINT.y">
4409 <summary>
4410 Specifies the y-coordinate of the point
4411 </summary>
4412 </member>
4413 <member name="M:XPExplorerBar.POINT.#ctor(System.Int32,System.Int32)">
4414 <summary>
4415 Creates a new RECT struct with the specified x and y coordinates
4416 </summary>
4417 <param name="x">The x-coordinate of the point</param>
4418 <param name="y">The y-coordinate of the point</param>
4419 </member>
4420 <member name="M:XPExplorerBar.POINT.FromPoint(System.Drawing.Point)">
4421 <summary>
4422 Creates a new POINT struct from the specified Point
4423 </summary>
4424 <param name="p">The Point to create the POINT from</param>
4425 <returns>A POINT struct with the same x and y coordinates as
4426 the specified Point</returns>
4427 </member>
4428 <member name="M:XPExplorerBar.POINT.ToPoint">
4429 <summary>
4430 Returns a Point with the same x and y coordinates as the POINT
4431 </summary>
4432 <returns>A Point with the same x and y coordinates as the POINT</returns>
4433 </member>
4434 <member name="T:XPExplorerBar.RECT">
4435 <summary>
4436 The RECT structure defines the coordinates of the upper-left
4437 and lower-right corners of a rectangle
4438 </summary>
4439 </member>
4440 <member name="F:XPExplorerBar.RECT.left">
4441 <summary>
4442 Specifies the x-coordinate of the upper-left corner of the RECT
4443 </summary>
4444 </member>
4445 <member name="F:XPExplorerBar.RECT.top">
4446 <summary>
4447 Specifies the y-coordinate of the upper-left corner of the RECT
4448 </summary>
4449 </member>
4450 <member name="F:XPExplorerBar.RECT.right">
4451 <summary>
4452 Specifies the x-coordinate of the lower-right corner of the RECT
4453 </summary>
4454 </member>
4455 <member name="F:XPExplorerBar.RECT.bottom">
4456 <summary>
4457 Specifies the y-coordinate of the lower-right corner of the RECT
4458 </summary>
4459 </member>
4460 <member name="M:XPExplorerBar.RECT.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)">
4461 <summary>
4462 Creates a new RECT struct with the specified location and size
4463 </summary>
4464 <param name="left">The x-coordinate of the upper-left corner of the RECT</param>
4465 <param name="top">The y-coordinate of the upper-left corner of the RECT</param>
4466 <param name="right">The x-coordinate of the lower-right corner of the RECT</param>
4467 <param name="bottom">The y-coordinate of the lower-right corner of the RECT</param>
4468 </member>
4469 <member name="M:XPExplorerBar.RECT.FromRectangle(System.Drawing.Rectangle)">
4470 <summary>
4471 Creates a new RECT struct from the specified Rectangle
4472 </summary>
4473 <param name="rect">The Rectangle to create the RECT from</param>
4474 <returns>A RECT struct with the same location and size as
4475 the specified Rectangle</returns>
4476 </member>
4477 <member name="M:XPExplorerBar.RECT.FromXYWH(System.Int32,System.Int32,System.Int32,System.Int32)">
4478 <summary>
4479 Creates a new RECT struct with the specified location and size
4480 </summary>
4481 <param name="x">The x-coordinate of the upper-left corner of the RECT</param>
4482 <param name="y">The y-coordinate of the upper-left corner of the RECT</param>
4483 <param name="width">The width of the RECT</param>
4484 <param name="height">The height of the RECT</param>
4485 <returns>A RECT struct with the specified location and size</returns>
4486 </member>
4487 <member name="M:XPExplorerBar.RECT.ToRectangle">
4488 <summary>
4489 Returns a Rectangle with the same location and size as the RECT
4490 </summary>
4491 <returns>A Rectangle with the same location and size as the RECT</returns>
4492 </member>
4493 <member name="T:XPExplorerBar.DLLVERSIONINFO">
4494 <summary>
4495 Receives dynamic-link library (DLL)-specific version information.
4496 It is used with the DllGetVersion function
4497 </summary>
4498 </member>
4499 <member name="F:XPExplorerBar.DLLVERSIONINFO.cbSize">
4500 <summary>
4501 Size of the structure, in bytes. This member must be filled
4502 in before calling the function
4503 </summary>
4504 </member>
4505 <member name="F:XPExplorerBar.DLLVERSIONINFO.dwMajorVersion">
4506 <summary>
4507 Major version of the DLL. If the DLL's version is 4.0.950,
4508 this value will be 4
4509 </summary>
4510 </member>
4511 <member name="F:XPExplorerBar.DLLVERSIONINFO.dwMinorVersion">
4512 <summary>
4513 Minor version of the DLL. If the DLL's version is 4.0.950,
4514 this value will be 0
4515 </summary>
4516 </member>
4517 <member name="F:XPExplorerBar.DLLVERSIONINFO.dwBuildNumber">
4518 <summary>
4519 Build number of the DLL. If the DLL's version is 4.0.950,
4520 this value will be 950
4521 </summary>
4522 </member>
4523 <member name="F:XPExplorerBar.DLLVERSIONINFO.dwPlatformID">
4524 <summary>
4525 Identifies the platform for which the DLL was built
4526 </summary>
4527 </member>
4528 <member name="T:XPExplorerBar.ICONFILE">
4529 <summary>
4530
4531 </summary>
4532 </member>
4533 <member name="F:XPExplorerBar.ICONFILE.reserved">
4534 <summary>
4535
4536 </summary>
4537 </member>
4538 <member name="F:XPExplorerBar.ICONFILE.resourceType">
4539 <summary>
4540
4541 </summary>
4542 </member>
4543 <member name="F:XPExplorerBar.ICONFILE.iconCount">
4544 <summary>
4545
4546 </summary>
4547 </member>
4548 <member name="F:XPExplorerBar.ICONFILE.entries">
4549 <summary>
4550
4551 </summary>
4552 </member>
4553 <member name="T:XPExplorerBar.ICONENTRY">
4554 <summary>
4555
4556 </summary>
4557 </member>
4558 <member name="F:XPExplorerBar.ICONENTRY.width">
4559 <summary>
4560
4561 </summary>
4562 </member>
4563 <member name="F:XPExplorerBar.ICONENTRY.height">
4564 <summary>
4565
4566 </summary>
4567 </member>
4568 <member name="F:XPExplorerBar.ICONENTRY.numColors">
4569 <summary>
4570
4571 </summary>
4572 </member>
4573 <member name="F:XPExplorerBar.ICONENTRY.reserved">
4574 <summary>
4575
4576 </summary>
4577 </member>
4578 <member name="F:XPExplorerBar.ICONENTRY.numPlanes">
4579 <summary>
4580
4581 </summary>
4582 </member>
4583 <member name="F:XPExplorerBar.ICONENTRY.bitsPerPixel">
4584 <summary>
4585
4586 </summary>
4587 </member>
4588 <member name="F:XPExplorerBar.ICONENTRY.dataSize">
4589 <summary>
4590
4591 </summary>
4592 </member>
4593 <member name="F:XPExplorerBar.ICONENTRY.dataOffset">
4594 <summary>
4595
4596 </summary>
4597 </member>
4598 <member name="T:XPExplorerBar.WindowMessageFlags">
4599 <summary>
4600 The WindowMessageFlags enemeration contains Windows messages that the
4601 XPExplorerBar may be interested in listening for
4602 </summary>
4603 </member>
4604 <member name="F:XPExplorerBar.WindowMessageFlags.WM_PRINT">
4605 <summary>
4606 The WM_PRINT message is sent to a window to request that it draw
4607 itself in the specified device context, most commonly in a printer
4608 device context
4609 </summary>
4610 </member>
4611 <member name="F:XPExplorerBar.WindowMessageFlags.WM_PRINTCLIENT">
4612 <summary>
4613 The WM_PRINTCLIENT message is sent to a window to request that it draw
4614 its client area in the specified device context, most commonly in a
4615 printer device context
4616 </summary>
4617 </member>
4618 <member name="T:XPExplorerBar.WmPrintFlags">
4619 <summary>
4620 The WmPrintFlags enemeration contains flags that may be sent
4621 when a WM_PRINT or WM_PRINTCLIENT message is recieved
4622 </summary>
4623 </member>
4624 <member name="F:XPExplorerBar.WmPrintFlags.PRF_CHECKVISIBLE">
4625 <summary>
4626 Draws the window only if it is visible
4627 </summary>
4628 </member>
4629 <member name="F:XPExplorerBar.WmPrintFlags.PRF_NONCLIENT">
4630 <summary>
4631 Draws the nonclient area of the window
4632 </summary>
4633 </member>
4634 <member name="F:XPExplorerBar.WmPrintFlags.PRF_CLIENT">
4635 <summary>
4636 Draws the client area of the window
4637 </summary>
4638 </member>
4639 <member name="F:XPExplorerBar.WmPrintFlags.PRF_ERASEBKGND">
4640 <summary>
4641 Erases the background before drawing the window
4642 </summary>
4643 </member>
4644 <member name="F:XPExplorerBar.WmPrintFlags.PRF_CHILDREN">
4645 <summary>
4646 Draws all visible children windows
4647 </summary>
4648 </member>
4649 <member name="F:XPExplorerBar.WmPrintFlags.PRF_OWNED">
4650 <summary>
4651 Draws all owned windows
4652 </summary>
4653 </member>
4654 <member name="T:XPExplorerBar.LoadLibraryExFlags">
4655 <summary>
4656 The LoadLibraryExFlags enemeration contains flags that control
4657 how a .dll file is loaded with the NativeMethods.LoadLibraryEx
4658 function
4659 </summary>
4660 </member>
4661 <member name="F:XPExplorerBar.LoadLibraryExFlags.DONT_RESOLVE_DLL_REFERENCES">
4662 <summary>
4663 If this value is used, and the executable module is a DLL,
4664 the system does not call DllMain for process and thread
4665 initialization and termination. Also, the system does not
4666 load additional executable modules that are referenced by
4667 the specified module. If this value is not used, and the
4668 executable module is a DLL, the system calls DllMain for
4669 process and thread initialization and termination. The system
4670 loads additional executable modules that are referenced by
4671 the specified module
4672 </summary>
4673 </member>
4674 <member name="F:XPExplorerBar.LoadLibraryExFlags.LOAD_LIBRARY_AS_DATAFILE">
4675 <summary>
4676 If this value is used, the system maps the file into the calling
4677 process's virtual address space as if it were a data file. Nothing
4678 is done to execute or prepare to execute the mapped file. Use
4679 this flag when you want to load a DLL only to extract messages
4680 or resources from it
4681 </summary>
4682 </member>
4683 <member name="F:XPExplorerBar.LoadLibraryExFlags.LOAD_WITH_ALTERED_SEARCH_PATH">
4684 <summary>
4685 If this value is used, and lpFileName specifies a path, the
4686 system uses the alternate file search strategy to find associated
4687 executable modules that the specified module causes to be loaded.
4688 If this value is not used, or if lpFileName does not specify a
4689 path, the system uses the standard search strategy to find
4690 associated executable modules that the specified module causes
4691 to be loaded
4692 </summary>
4693 </member>
4694 <member name="F:XPExplorerBar.LoadLibraryExFlags.LOAD_IGNORE_CODE_AUTHZ_LEVEL">
4695 <summary>
4696 If this value is used, the system does not perform automatic
4697 trust comparisons on the DLL or its dependents when they are
4698 loaded
4699 </summary>
4700 </member>
4701 <member name="T:XPExplorerBar.SetErrorModeFlags">
4702 <summary>
4703 The SetErrorModeFlags enemeration contains flags that control
4704 whether the system will handle the specified types of serious errors,
4705 or whether the process will handle them
4706 </summary>
4707 </member>
4708 <member name="F:XPExplorerBar.SetErrorModeFlags.SEM_DEFAULT">
4709 <summary>
4710 Use the system default, which is to display all error dialog boxes
4711 </summary>
4712 </member>
4713 <member name="F:XPExplorerBar.SetErrorModeFlags.SEM_FAILCRITICALERRORS">
4714 <summary>
4715 The system does not display the critical-error-handler message box.
4716 Instead, the system sends the error to the calling process
4717 </summary>
4718 </member>
4719 <member name="F:XPExplorerBar.SetErrorModeFlags.SEM_NOGPFAULTERRORBOX">
4720 <summary>
4721 The system does not display the general-protection-fault message box.
4722 This flag should only be set by debugging applications that handle
4723 general protection (GP) faults themselves with an exception handler
4724 </summary>
4725 </member>
4726 <member name="F:XPExplorerBar.SetErrorModeFlags.SEM_NOALIGNMENTFAULTEXCEPT">
4727 <summary>
4728 After this value is set for a process, subsequent attempts to clear
4729 the value are ignored. 64-bit Windows: The system automatically fixes
4730 memory alignment faults and makes them invisible to the application.
4731 It does this for the calling process and any descendant processes
4732 </summary>
4733 </member>
4734 <member name="F:XPExplorerBar.SetErrorModeFlags.SEM_NOOPENFILEERRORBOX">
4735 <summary>
4736 The system does not display a message box when it fails to find a
4737 file. Instead, the error is returned to the calling process
4738 </summary>
4739 </member>
4740 <member name="T:XPExplorerBar.DrawTextFlags">
4741 <summary>
4742
4743 </summary>
4744 </member>
4745 <member name="F:XPExplorerBar.DrawTextFlags.DT_TOP">
4746 <summary>
4747 Justifies the text to the top of the rectangle.
4748 </summary>
4749 </member>
4750 <member name="F:XPExplorerBar.DrawTextFlags.DT_LEFT">
4751 <summary>
4752 Aligns text to the left.
4753 </summary>
4754 </member>
4755 <member name="F:XPExplorerBar.DrawTextFlags.DT_CENTER">
4756 <summary>
4757 Centers text horizontally in the rectangle
4758 </summary>
4759 </member>
4760 <member name="F:XPExplorerBar.DrawTextFlags.DT_RIGHT">
4761 <summary>
4762 Aligns text to the right
4763 </summary>
4764 </member>
4765 <member name="F:XPExplorerBar.DrawTextFlags.DT_VCENTER">
4766 <summary>
4767 Centers text vertically. This value is used only with the DT_SINGLELINE value
4768 </summary>
4769 </member>
4770 <member name="F:XPExplorerBar.DrawTextFlags.DT_BOTTOM">
4771 <summary>
4772 Justifies the text to the bottom of the rectangle. This value is used
4773 only with the DT_SINGLELINE value
4774 </summary>
4775 </member>
4776 <member name="F:XPExplorerBar.DrawTextFlags.DT_WORDBREAK">
4777 <summary>
4778 Breaks words. Lines are automatically broken between words if a word would
4779 extend past the edge of the rectangle specified by the lpRect parameter. A
4780 carriage return-line feed sequence also breaks the line. If this is not
4781 specified, output is on one line
4782 </summary>
4783 </member>
4784 <member name="F:XPExplorerBar.DrawTextFlags.DT_SINGLELINE">
4785 <summary>
4786 Displays text on a single line only. Carriage returns and line feeds do not
4787 break the line
4788 </summary>
4789 </member>
4790 <member name="F:XPExplorerBar.DrawTextFlags.DT_EXPANDTABS">
4791 <summary>
4792 Expands tab characters. The default number of characters per tab is eight.
4793 The DT_WORD_ELLIPSIS, DT_PATH_ELLIPSIS, and DT_END_ELLIPSIS values cannot be
4794 used with the DT_EXPANDTABS value
4795 </summary>
4796 </member>
4797 <member name="F:XPExplorerBar.DrawTextFlags.DT_TABSTOP">
4798 <summary>
4799 Sets tab stops. Bits 15–8 (high-order byte of the low-order word) of the uFormat
4800 parameter specify the number of characters for each tab. The default number of
4801 characters per tab is eight. The DT_CALCRECT, DT_EXTERNALLEADING, DT_INTERNAL,
4802 DT_NOCLIP, and DT_NOPREFIX values cannot be used with the DT_TABSTOP value
4803 </summary>
4804 </member>
4805 <member name="F:XPExplorerBar.DrawTextFlags.DT_NOCLIP">
4806 <summary>
4807 Draws without clipping. DrawText is somewhat faster when DT_NOCLIP is used
4808 </summary>
4809 </member>
4810 <member name="F:XPExplorerBar.DrawTextFlags.DT_EXTERNALLEADING">
4811 <summary>
4812 Includes the font external leading in line height. Normally, external leading
4813 is not included in the height of a line of text
4814 </summary>
4815 </member>
4816 <member name="F:XPExplorerBar.DrawTextFlags.DT_CALCRECT">
4817 <summary>
4818 Determines the width and height of the rectangle. If there are multiple lines
4819 of text, DrawText uses the width of the rectangle pointed to by the lpRect
4820 parameter and extends the base of the rectangle to bound the last line of text.
4821 If the largest word is wider than the rectangle, the width is expanded. If the
4822 text is less than the width of the rectangle, the width is reduced. If there is
4823 only one line of text, DrawText modifies the right side of the rectangle so that
4824 it bounds the last character in the line. In either case, DrawText returns the
4825 height of the formatted text but does not draw the text
4826 </summary>
4827 </member>
4828 <member name="F:XPExplorerBar.DrawTextFlags.DT_NOPREFIX">
4829 <summary>
4830 Turns off processing of prefix characters. Normally, DrawText interprets the
4831 mnemonic-prefix character & as a directive to underscore the character that
4832 follows, and the mnemonic-prefix characters && as a directive to print a
4833 single &. By specifying DT_NOPREFIX, this processing is turned off
4834 </summary>
4835 </member>
4836 <member name="F:XPExplorerBar.DrawTextFlags.DT_INTERNAL">
4837 <summary>
4838 Uses the system font to calculate text metrics
4839 </summary>
4840 </member>
4841 <member name="F:XPExplorerBar.DrawTextFlags.DT_EDITCONTROL">
4842 <summary>
4843 Duplicates the text-displaying characteristics of a multiline edit control.
4844 Specifically, the average character width is calculated in the same manner as
4845 for an edit control, and the function does not display a partially visible last
4846 line
4847 </summary>
4848 </member>
4849 <member name="F:XPExplorerBar.DrawTextFlags.DT_PATH_ELLIPSIS">
4850 <summary>
4851 For displayed text, replaces characters in the middle of the string with ellipses
4852 so that the result fits in the specified rectangle. If the string contains backslash
4853 (\) characters, DT_PATH_ELLIPSIS preserves as much as possible of the text after
4854 the last backslash. The string is not modified unless the DT_MODIFYSTRING flag is
4855 specified
4856 </summary>
4857 </member>
4858 <member name="F:XPExplorerBar.DrawTextFlags.DT_END_ELLIPSIS">
4859 <summary>
4860 For displayed text, if the end of a string does not fit in the rectangle, it is
4861 truncated and ellipses are added. If a word that is not at the end of the string
4862 goes beyond the limits of the rectangle, it is truncated without ellipses. The
4863 string is not modified unless the DT_MODIFYSTRING flag is specified
4864 </summary>
4865 </member>
4866 <member name="F:XPExplorerBar.DrawTextFlags.DT_MODIFYSTRING">
4867 <summary>
4868 Modifies the specified string to match the displayed text. This value has no effect
4869 unless DT_END_ELLIPSIS or DT_PATH_ELLIPSIS is specified
4870 </summary>
4871 </member>
4872 <member name="F:XPExplorerBar.DrawTextFlags.DT_RTLREADING">
4873 <summary>
4874 Layout in right-to-left reading order for bi-directional text when the font selected
4875 into the hdc is a Hebrew or Arabic font. The default reading order for all text is
4876 left-to-right
4877 </summary>
4878 </member>
4879 <member name="F:XPExplorerBar.DrawTextFlags.DT_WORD_ELLIPSIS">
4880 <summary>
4881 Truncates any word that does not fit in the rectangle and adds ellipses
4882 </summary>
4883 </member>
4884 <member name="T:XPExplorerBar.TaskItem">
4885 <summary>
4886 A Label-like Control used to display text and/or an
4887 Image in an Expando
4888 </summary>
4889 </member>
4890 <member name="F:XPExplorerBar.TaskItem.systemSettings">
4891 <summary>
4892 System defined settings for the TaskItem
4893 </summary>
4894 </member>
4895 <member name="F:XPExplorerBar.TaskItem.expando">
4896 <summary>
4897 The Expando the TaskItem belongs to
4898 </summary>
4899 </member>
4900 <member name="F:XPExplorerBar.TaskItem.preferredWidth">
4901 <summary>
4902 The cached preferred width of the TaskItem
4903 </summary>
4904 </member>
4905 <member name="F:XPExplorerBar.TaskItem.preferredHeight">
4906 <summary>
4907 The cached preferred height of the TaskItem
4908 </summary>
4909 </member>
4910 <member name="F:XPExplorerBar.TaskItem.focusState">
4911 <summary>
4912 The focus state of the TaskItem
4913 </summary>
4914 </member>
4915 <member name="F:XPExplorerBar.TaskItem.textRect">
4916 <summary>
4917 The rectangle where the TaskItems text is drawn
4918 </summary>
4919 </member>
4920 <member name="F:XPExplorerBar.TaskItem.showFocusCues">
4921 <summary>
4922 Specifies whether the TaskItem should draw a focus rectangle
4923 when it has focus
4924 </summary>
4925 </member>
4926 <member name="F:XPExplorerBar.TaskItem.customSettings">
4927 <summary>
4928 Specifies the custom settings for the TaskItem
4929 </summary>
4930 </member>
4931 <member name="F:XPExplorerBar.TaskItem.useGdiText">
4932 <summary>
4933 Specifies whether the TaskItem's text should be drawn and measured
4934 using GDI instead of GDI+
4935 </summary>
4936 </member>
4937 <member name="F:XPExplorerBar.TaskItem.stringFormat">
4938 <summary>
4939
4940 </summary>
4941 </member>
4942 <member name="F:XPExplorerBar.TaskItem.drawTextFlags">
4943 <summary>
4944
4945 </summary>
4946 </member>
4947 <member name="M:XPExplorerBar.TaskItem.#ctor">
4948 <summary>
4949 Initializes a new instance of the TaskItem class with default settings
4950 </summary>
4951 </member>
4952 <member name="M:XPExplorerBar.TaskItem.CalcGdiPlusPreferredWidth(System.Drawing.Graphics)">
4953 <summary>
4954 Calculates the preferred width of the TaskItem using GDI+
4955 </summary>
4956 <param name="g">The Graphics used to measure the TaskItem</param>
4957 <returns>The preferred width of the TaskItem</returns>
4958 </member>
4959 <member name="M:XPExplorerBar.TaskItem.CalcGdiPreferredWidth(System.Drawing.Graphics)">
4960 <summary>
4961 Calculates the preferred width of the TaskItem using GDI
4962 </summary>
4963 <param name="g">The Graphics used to measure the TaskItem</param>
4964 <returns>The preferred width of the TaskItem</returns>
4965 </member>
4966 <member name="M:XPExplorerBar.TaskItem.CalcGdiPlusPreferredHeight(System.Drawing.Graphics)">
4967 <summary>
4968 Calculates the preferred height of the TaskItem using GDI+
4969 </summary>
4970 <param name="g">The Graphics used to measure the TaskItem</param>
4971 <returns>The preferred height of the TaskItem</returns>
4972 </member>
4973 <member name="M:XPExplorerBar.TaskItem.CalcGdiPreferredHeight(System.Drawing.Graphics)">
4974 <summary>
4975 Calculates the preferred height of the TaskItem using GDI
4976 </summary>
4977 <param name="g">The Graphics used to measure the TaskItem</param>
4978 <returns>The preferred height of the TaskItem</returns>
4979 </member>
4980 <member name="M:XPExplorerBar.TaskItem.ResetCustomSettings">
4981 <summary>
4982 Resets the custom settings to their default values
4983 </summary>
4984 </member>
4985 <member name="M:XPExplorerBar.TaskItem.InitStringFormat">
4986 <summary>
4987 Initializes the TaskItem's StringFormat object
4988 </summary>
4989 </member>
4990 <member name="M:XPExplorerBar.TaskItem.InitDrawTextFlags">
4991 <summary>
4992 Initializes the TaskItem's DrawTextFlags object
4993 </summary>
4994 </member>
4995 <member name="M:XPExplorerBar.TaskItem.FireCustomSettingsChanged(System.EventArgs)">
4996 <summary>
4997 Raises the CustomSettingsChanged event
4998 </summary>
4999 <param name="e">An EventArgs that contains the event data</param>
5000 </member>
5001 <member name="M:XPExplorerBar.TaskItem.OnCustomSettingsChanged(System.EventArgs)">
5002 <summary>
5003 Raises the CustomSettingsChanged event
5004 </summary>
5005 <param name="e">An EventArgs that contains the event data</param>
5006 </member>
5007 <member name="M:XPExplorerBar.TaskItem.OnGotFocus(System.EventArgs)">
5008 <summary>
5009 Raises the GotFocus event
5010 </summary>
5011 <param name="e">An EventArgs that contains the event data</param>
5012 </member>
5013 <member name="M:XPExplorerBar.TaskItem.OnVisibleChanged(System.EventArgs)">
5014 <summary>
5015 Raises the VisibleChanged event
5016 </summary>
5017 <param name="e">An EventArgs that contains the event data</param>
5018 </member>
5019 <member name="M:XPExplorerBar.TaskItem.OnMouseEnter(System.EventArgs)">
5020 <summary>
5021 Raises the MouseEnter event
5022 </summary>
5023 <param name="e">An EventArgs that contains the event data</param>
5024 </member>
5025 <member name="M:XPExplorerBar.TaskItem.OnMouseLeave(System.EventArgs)">
5026 <summary>
5027 Raises the MouseLeave event
5028 </summary>
5029 <param name="e">An EventArgs that contains the event data</param>
5030 </member>
5031 <member name="M:XPExplorerBar.TaskItem.OnPaintBackground(System.Windows.Forms.PaintEventArgs)">
5032 <summary>
5033 Raises the PaintBackground event
5034 </summary>
5035 <param name="e">A PaintEventArgs that contains the event data</param>
5036 </member>
5037 <member name="M:XPExplorerBar.TaskItem.OnPaint(System.Windows.Forms.PaintEventArgs)">
5038 <summary>
5039 Raises the Paint event
5040 </summary>
5041 <param name="e">A PaintEventArgs that contains the event data</param>
5042 </member>
5043 <member name="M:XPExplorerBar.TaskItem.DrawText(System.Drawing.Graphics)">
5044 <summary>
5045
5046 </summary>
5047 <param name="g"></param>
5048 </member>
5049 <member name="M:XPExplorerBar.TaskItem.DrawGdiText(System.Drawing.Graphics)">
5050 <summary>
5051
5052 </summary>
5053 <param name="g"></param>
5054 </member>
5055 <member name="M:XPExplorerBar.TaskItem.OnSizeChanged(System.EventArgs)">
5056 <summary>
5057 Raises the SizeChanged event
5058 </summary>
5059 <param name="e">An EventArgs that contains the event data</param>
5060 </member>
5061 <member name="E:XPExplorerBar.TaskItem.CustomSettingsChanged">
5062 <summary>
5063 Occurs when a value in the CustomSettings proterty changes
5064 </summary>
5065 </member>
5066 <member name="P:XPExplorerBar.TaskItem.LinkColor">
5067 <summary>
5068 Gets the color of the TaskItem's text
5069 </summary>
5070 </member>
5071 <member name="P:XPExplorerBar.TaskItem.LinkHotColor">
5072 <summary>
5073 Gets the color of the TaskItem's text when highlighted.
5074 </summary>
5075 </member>
5076 <member name="P:XPExplorerBar.TaskItem.FocusLinkColor">
5077 <summary>
5078 Gets the current color of the TaskItem's text
5079 </summary>
5080 </member>
5081 <member name="P:XPExplorerBar.TaskItem.Expando">
5082 <summary>
5083 Gets or sets the Expando the TaskItem belongs to
5084 </summary>
5085 </member>
5086 <member name="P:XPExplorerBar.TaskItem.FlatStyle">
5087 <summary>
5088 Overrides Button.FlatStyle
5089 </summary>
5090 </member>
5091 <member name="P:XPExplorerBar.TaskItem.ShowFocusCues">
5092 <summary>
5093 Gets or sets a value indicating whether the TaskItem should
5094 display focus rectangles
5095 </summary>
5096 </member>
5097 <member name="P:XPExplorerBar.TaskItem.FontDecoration">
5098 <summary>
5099 Gets the decoration to be used on the text when the TaskItem is
5100 in a highlighted state
5101 </summary>
5102 </member>
5103 <member name="P:XPExplorerBar.TaskItem.Font">
5104 <summary>
5105 Gets or sets the font of the text displayed by the TaskItem
5106 </summary>
5107 </member>
5108 <member name="P:XPExplorerBar.TaskItem.Image">
5109 <summary>
5110 Gets or sets the Image displayed by the TaskItem
5111 </summary>
5112 </member>
5113 <member name="P:XPExplorerBar.TaskItem.ImageList">
5114 <summary>
5115 Gets or sets the ImageList that contains the images to
5116 display in the TaskItem
5117 </summary>
5118 </member>
5119 <member name="P:XPExplorerBar.TaskItem.ImageIndex">
5120 <summary>
5121 Gets or sets the index value of the image displayed on the TaskItem
5122 </summary>
5123 </member>
5124 <member name="P:XPExplorerBar.TaskItem.Margin">
5125 <summary>
5126 Gets the amount of space between individual TaskItems
5127 along each side of the TaskItem
5128 </summary>
5129 </member>
5130 <member name="P:XPExplorerBar.TaskItem.Padding">
5131 <summary>
5132 Gets the amount of space around the text along each
5133 side of the TaskItem
5134 </summary>
5135 </member>
5136 <member name="P:XPExplorerBar.TaskItem.PreferredWidth">
5137 <summary>
5138 Gets the preferred width of the TaskItem.
5139 Assumes that the text is required to fit on a single line
5140 </summary>
5141 </member>
5142 <member name="P:XPExplorerBar.TaskItem.PreferredHeight">
5143 <summary>
5144 Gets the preferred height of the TaskItem.
5145 Assumes that the text is required to fit within the
5146 current width of the TaskItem
5147 </summary>
5148 </member>
5149 <member name="P:XPExplorerBar.TaskItem.DefaultSize">
5150 <summary>
5151 This member overrides Button.DefaultSize
5152 </summary>
5153 </member>
5154 <member name="P:XPExplorerBar.TaskItem.FocusState">
5155 <summary>
5156 Gets or sets whether the TaskItem is in a highlighted state.
5157 </summary>
5158 </member>
5159 <member name="P:XPExplorerBar.TaskItem.SystemSettings">
5160 <summary>
5161 Gets or sets System settings for the TaskItem
5162 </summary>
5163 </member>
5164 <member name="P:XPExplorerBar.TaskItem.CustomSettings">
5165 <summary>
5166 Gets the custom settings for the TaskItem
5167 </summary>
5168 </member>
5169 <member name="P:XPExplorerBar.TaskItem.Text">
5170 <summary>
5171 Gets or sets the text associated with this TaskItem
5172 </summary>
5173 </member>
5174 <member name="P:XPExplorerBar.TaskItem.UseGdiText">
5175 <summary>
5176 Gets or sets whether the TaskItem's text should be drawn
5177 and measured using GDI instead of GDI+
5178 </summary>
5179 </member>
5180 <member name="P:XPExplorerBar.TaskItem.TextAlign">
5181 <summary>
5182 Gets or sets the alignment of the text on the TaskItem
5183 </summary>
5184 </member>
5185 <member name="P:XPExplorerBar.TaskItem.StringFormat">
5186 <summary>
5187 Gets the StringFormat object used to draw the TaskItem's text
5188 </summary>
5189 </member>
5190 <member name="P:XPExplorerBar.TaskItem.DrawTextFlags">
5191 <summary>
5192 Gets the DrawTextFlags object used to draw the TaskItem's text
5193 </summary>
5194 </member>
5195 <member name="P:XPExplorerBar.TaskItem.TextRect">
5196 <summary>
5197 Gets the Rectangle that the TaskItem's text is drawn in
5198 </summary>
5199 </member>
5200 <member name="P:XPExplorerBar.TaskItem.DisabledColor">
5201 <summary>
5202 Calculates the disabled color for text when the control is disabled
5203 </summary>
5204 </member>
5205 <member name="T:XPExplorerBar.TaskItem.TaskItemSurrogate">
5206 <summary>
5207 A class that is serialized instead of a TaskItem (as
5208 TaskItems contain objects that cause serialization problems)
5209 </summary>
5210 </member>
5211 <member name="F:XPExplorerBar.TaskItem.TaskItemSurrogate.Name">
5212 <summary>
5213 See TaskItem.Name. This member is not intended to be used
5214 directly from your code.
5215 </summary>
5216 </member>
5217 <member name="F:XPExplorerBar.TaskItem.TaskItemSurrogate.Size">
5218 <summary>
5219 See TaskItem.Size. This member is not intended to be used
5220 directly from your code.
5221 </summary>
5222 </member>
5223 <member name="F:XPExplorerBar.TaskItem.TaskItemSurrogate.Location">
5224 <summary>
5225 See TaskItem.Location. This member is not intended to be used
5226 directly from your code.
5227 </summary>
5228 </member>
5229 <member name="F:XPExplorerBar.TaskItem.TaskItemSurrogate.BackColor">
5230 <summary>
5231 See TaskItem.BackColor. This member is not intended to be used
5232 directly from your code.
5233 </summary>
5234 </member>
5235 <member name="F:XPExplorerBar.TaskItem.TaskItemSurrogate.CustomSettings">
5236 <summary>
5237 See TaskItem.CustomSettings. This member is not intended to be used
5238 directly from your code.
5239 </summary>
5240 </member>
5241 <member name="F:XPExplorerBar.TaskItem.TaskItemSurrogate.Text">
5242 <summary>
5243 See TaskItem.Text. This member is not intended to be used
5244 directly from your code.
5245 </summary>
5246 </member>
5247 <member name="F:XPExplorerBar.TaskItem.TaskItemSurrogate.ShowFocusCues">
5248 <summary>
5249 See TaskItem.ShowFocusCues. This member is not intended to be used
5250 directly from your code.
5251 </summary>
5252 </member>
5253 <member name="F:XPExplorerBar.TaskItem.TaskItemSurrogate.Image">
5254 <summary>
5255 See TaskItem.Image. This member is not intended to be used
5256 directly from your code.
5257 </summary>
5258 </member>
5259 <member name="F:XPExplorerBar.TaskItem.TaskItemSurrogate.Enabled">
5260 <summary>
5261 See TaskItem.Enabled. This member is not intended to be used
5262 directly from your code.
5263 </summary>
5264 </member>
5265 <member name="F:XPExplorerBar.TaskItem.TaskItemSurrogate.Visible">
5266 <summary>
5267 See TaskItem.Visible. This member is not intended to be used
5268 directly from your code.
5269 </summary>
5270 </member>
5271 <member name="F:XPExplorerBar.TaskItem.TaskItemSurrogate.Anchor">
5272 <summary>
5273 See TaskItem.Anchor. This member is not intended to be used
5274 directly from your code.
5275 </summary>
5276 </member>
5277 <member name="F:XPExplorerBar.TaskItem.TaskItemSurrogate.Dock">
5278 <summary>
5279 See TaskItem.Dock. This member is not intended to be used
5280 directly from your code.
5281 </summary>
5282 </member>
5283 <member name="F:XPExplorerBar.TaskItem.TaskItemSurrogate.FontName">
5284 <summary>
5285 See Font.Name. This member is not intended to be used
5286 directly from your code.
5287 </summary>
5288 </member>
5289 <member name="F:XPExplorerBar.TaskItem.TaskItemSurrogate.FontSize">
5290 <summary>
5291 See Font.Size. This member is not intended to be used
5292 directly from your code.
5293 </summary>
5294 </member>
5295 <member name="F:XPExplorerBar.TaskItem.TaskItemSurrogate.FontDecoration">
5296 <summary>
5297 See Font.Style. This member is not intended to be used
5298 directly from your code.
5299 </summary>
5300 </member>
5301 <member name="F:XPExplorerBar.TaskItem.TaskItemSurrogate.UseGdiText">
5302 <summary>
5303 See TaskItem.UseGdiText. This member is not intended to
5304 be used directly from your code.
5305 </summary>
5306 </member>
5307 <member name="F:XPExplorerBar.TaskItem.TaskItemSurrogate.Tag">
5308 <summary>
5309 See Control.Tag. This member is not intended to be used
5310 directly from your code.
5311 </summary>
5312 </member>
5313 <member name="F:XPExplorerBar.TaskItem.TaskItemSurrogate.Version">
5314 <summary>
5315 Version number of the surrogate. This member is not intended
5316 to be used directly from your code.
5317 </summary>
5318 </member>
5319 <member name="M:XPExplorerBar.TaskItem.TaskItemSurrogate.#ctor">
5320 <summary>
5321 Initializes a new instance of the TaskItemSurrogate class with default settings
5322 </summary>
5323 </member>
5324 <member name="M:XPExplorerBar.TaskItem.TaskItemSurrogate.Load(XPExplorerBar.TaskItem)">
5325 <summary>
5326 Populates the TaskItemSurrogate with data that is to be
5327 serialized from the specified TaskItem
5328 </summary>
5329 <param name="taskItem">The TaskItem that contains the data
5330 to be serialized</param>
5331 </member>
5332 <member name="M:XPExplorerBar.TaskItem.TaskItemSurrogate.Save">
5333 <summary>
5334 Returns a TaskItem that contains the deserialized TaskItemSurrogate data
5335 </summary>
5336 <returns>A TaskItem that contains the deserialized TaskItemSurrogate data</returns>
5337 </member>
5338 <member name="M:XPExplorerBar.TaskItem.TaskItemSurrogate.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
5339 <summary>
5340 Populates a SerializationInfo with the data needed to serialize the TaskItemSurrogate
5341 </summary>
5342 <param name="info">The SerializationInfo to populate with data</param>
5343 <param name="context">The destination for this serialization</param>
5344 </member>
5345 <member name="M:XPExplorerBar.TaskItem.TaskItemSurrogate.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
5346 <summary>
5347 Initializes a new instance of the TaskItemSurrogate class using the information
5348 in the SerializationInfo
5349 </summary>
5350 <param name="info">The information to populate the TaskItemSurrogate</param>
5351 <param name="context">The source from which the TaskItemSurrogate is deserialized</param>
5352 </member>
5353 <member name="T:XPExplorerBar.TaskItemDesigner">
5354 <summary>
5355 A custom designer used by TaskItems to remove unwanted
5356 properties from the Property window in the designer
5357 </summary>
5358 </member>
5359 <member name="M:XPExplorerBar.TaskItemDesigner.#ctor">
5360 <summary>
5361 Initializes a new instance of the TaskItemDesigner class
5362 </summary>
5363 </member>
5364 <member name="M:XPExplorerBar.TaskItemDesigner.PreFilterProperties(System.Collections.IDictionary)">
5365 <summary>
5366 Adjusts the set of properties the component exposes through
5367 a TypeDescriptor
5368 </summary>
5369 <param name="properties">An IDictionary containing the properties
5370 for the class of the component</param>
5371 </member>
5372 <member name="T:XPExplorerBar.TaskPane">
5373 <summary>
5374 A ScrollableControl that can contain Expandos
5375 </summary>
5376 </member>
5377 <member name="F:XPExplorerBar.TaskPane.components">
5378 <summary>
5379 Required designer variable.
5380 </summary>
5381 </member>
5382 <member name="F:XPExplorerBar.TaskPane.expandoCollection">
5383 <summary>
5384 Internal list of Expandos contained in the TaskPane
5385 </summary>
5386 </member>
5387 <member name="F:XPExplorerBar.TaskPane.systemSettings">
5388 <summary>
5389 System defined settings for the TaskBar
5390 </summary>
5391 </member>
5392 <member name="F:XPExplorerBar.TaskPane.initialising">
5393 <summary>
5394 Specifies whether the TaskPane is currently initialising
5395 </summary>
5396 </member>
5397 <member name="F:XPExplorerBar.TaskPane.classicTheme">
5398 <summary>
5399 Specifies whether the TaskPane and its children should render
5400 themselves using a theme similar to the Windows XP Classic theme
5401 </summary>
5402 </member>
5403 <member name="F:XPExplorerBar.TaskPane.customTheme">
5404 <summary>
5405 Specifies whether the TaskPane and its children should render
5406 themselves using a non-official Windows XP theme
5407 </summary>
5408 </member>
5409 <member name="F:XPExplorerBar.TaskPane.watermarkRect">
5410 <summary>
5411 A Rectangle that specifies the size and location of the watermark
5412 </summary>
5413 </member>
5414 <member name="F:XPExplorerBar.TaskPane.layout">
5415 <summary>
5416 Specifies whether the TaskPane is currently performing a
5417 layout operation
5418 </summary>
5419 </member>
5420 <member name="F:XPExplorerBar.TaskPane.beginUpdateCount">
5421 <summary>
5422
5423 </summary>
5424 </member>
5425 <member name="F:XPExplorerBar.TaskPane.customSettings">
5426 <summary>
5427 Specifies the custom settings for the TaskPane
5428 </summary>
5429 </member>
5430 <member name="F:XPExplorerBar.TaskPane.allowExpandoDragging">
5431 <summary>
5432
5433 </summary>
5434 </member>
5435 <member name="F:XPExplorerBar.TaskPane.dropPoint">
5436 <summary>
5437
5438 </summary>
5439 </member>
5440 <member name="F:XPExplorerBar.TaskPane.dropIndicatorColor">
5441 <summary>
5442
5443 </summary>
5444 </member>
5445 <member name="M:XPExplorerBar.TaskPane.#ctor">
5446 <summary>
5447 Initializes a new instance of the TaskPane class with default settings
5448 </summary>
5449 </member>
5450 <member name="M:XPExplorerBar.TaskPane.UseClassicTheme">
5451 <summary>
5452 Forces the TaskPane and all it's Expandos to use a theme
5453 equivalent to Windows XPs classic theme
5454 </summary>
5455 </member>
5456 <member name="M:XPExplorerBar.TaskPane.UseCustomTheme(System.String)">
5457 <summary>
5458 Forces the TaskPane and all it's Expandos to use the
5459 specified theme
5460 </summary>
5461 <param name="stylePath">The path to the custom
5462 shellstyle.dll to use</param>
5463 </member>
5464 <member name="M:XPExplorerBar.TaskPane.UseDefaultTheme">
5465 <summary>
5466 Forces the TaskPane and all it's Expandos to use the
5467 current system theme
5468 </summary>
5469 </member>
5470 <member name="M:XPExplorerBar.TaskPane.Dispose(System.Boolean)">
5471 <summary>
5472 Releases the unmanaged resources used by the TaskPane and
5473 optionally releases the managed resources
5474 </summary>
5475 <param name="disposing">True to release both managed and unmanaged
5476 resources; false to release only unmanaged resources</param>
5477 </member>
5478 <member name="M:XPExplorerBar.TaskPane.CollapseAll">
5479 <summary>
5480 Collaspes all the Expandos contained in the TaskPane
5481 </summary>
5482 </member>
5483 <member name="M:XPExplorerBar.TaskPane.ExpandAll">
5484 <summary>
5485 Expands all the Expandos contained in the TaskPane
5486 </summary>
5487 </member>
5488 <member name="M:XPExplorerBar.TaskPane.CollapseAllButOne(XPExplorerBar.Expando)">
5489 <summary>
5490 Collaspes all the Expandos contained in the TaskPane,
5491 except for the specified Expando which is expanded
5492 </summary>
5493 <param name="expando">The Expando that is to be expanded</param>
5494 </member>
5495 <member name="M:XPExplorerBar.TaskPane.UpdateDropPoint(System.Drawing.Point)">
5496 <summary>
5497 Calculates the Point that the currently dragged Expando will
5498 dropped at based on the specified mouse position
5499 </summary>
5500 <param name="point">The current position of the mouse in screen
5501 co-ordinates</param>
5502 </member>
5503 <member name="M:XPExplorerBar.TaskPane.DropExpando(XPExplorerBar.Expando)">
5504 <summary>
5505 "Drops" the specified Expando and moves it to the current drop point
5506 </summary>
5507 <param name="expando">The Expando to be "dropped"</param>
5508 </member>
5509 <member name="M:XPExplorerBar.TaskPane.BeginInit">
5510 <summary>
5511 Signals the TaskPane that initialization is starting
5512 </summary>
5513 </member>
5514 <member name="M:XPExplorerBar.TaskPane.EndInit">
5515 <summary>
5516 Signals the TaskPane that initialization is complete
5517 </summary>
5518 </member>
5519 <member name="M:XPExplorerBar.TaskPane.BeginUpdate">
5520 <summary>
5521 Prevents the TaskPane from drawing until the EndUpdate method is called
5522 </summary>
5523 </member>
5524 <member name="M:XPExplorerBar.TaskPane.EndUpdate">
5525 <summary>
5526 Resumes drawing of the TaskPane after drawing is suspended by the
5527 BeginUpdate method
5528 </summary>
5529 </member>
5530 <member name="M:XPExplorerBar.TaskPane.DoLayout">
5531 <summary>
5532 Forces the TaskPane to apply layout logic to child Expandos,
5533 and adjusts the Size and Location of the Expandos if necessary
5534 </summary>
5535 </member>
5536 <member name="M:XPExplorerBar.TaskPane.DoLayout(System.Boolean)">
5537 <summary>
5538 Forces the TaskPane to apply layout logic to child Expandos,
5539 and adjusts the Size and Location of the Expandos if necessary
5540 </summary>
5541 <param name="performRealLayout">true to execute pending layout
5542 requests; otherwise, false</param>
5543 </member>
5544 <member name="M:XPExplorerBar.TaskPane.CalcExpandoLocation(XPExplorerBar.Expando)">
5545 <summary>
5546 Calculates where the specified Expando should be located
5547 </summary>
5548 <returns>A Point that specifies where the Expando should
5549 be located</returns>
5550 </member>
5551 <member name="M:XPExplorerBar.TaskPane.UpdateExpandos">
5552 <summary>
5553 Updates the layout of the Expandos while in design mode, and
5554 adds/removes Expandos from the ControlCollection as necessary
5555 </summary>
5556 </member>
5557 <member name="M:XPExplorerBar.TaskPane.MatchControlCollToExpandoColl">
5558 <summary>
5559 Make sure the the expandos index in the ControlCollection
5560 are the same as in the ExpandoCollection (indexes in the
5561 ExpandoCollection may have changed due to the user moving
5562 them around in the editor or calling ExpandoCollection.Move())
5563 </summary>
5564 </member>
5565 <member name="M:XPExplorerBar.TaskPane.ResetCustomSettings">
5566 <summary>
5567 Resets the custom settings to their default values
5568 </summary>
5569 </member>
5570 <member name="M:XPExplorerBar.TaskPane.OnControlAdded(System.Windows.Forms.ControlEventArgs)">
5571 <summary>
5572 Raises the ControlAdded event
5573 </summary>
5574 <param name="e">A ControlEventArgs that contains the event data</param>
5575 </member>
5576 <member name="M:XPExplorerBar.TaskPane.OnControlRemoved(System.Windows.Forms.ControlEventArgs)">
5577 <summary>
5578 Raises the ControlRemoved event
5579 </summary>
5580 <param name="e">A ControlEventArgs that contains the event data</param>
5581 </member>
5582 <member name="M:XPExplorerBar.TaskPane.FireCustomSettingsChanged(System.EventArgs)">
5583 <summary>
5584 Raises the CustomSettingsChanged event
5585 </summary>
5586 <param name="e">An EventArgs that contains the event data</param>
5587 </member>
5588 <member name="M:XPExplorerBar.TaskPane.OnCustomSettingsChanged(System.EventArgs)">
5589 <summary>
5590 Raises the CustomSettingsChanged event
5591 </summary>
5592 <param name="e">An EventArgs that contains the event data</param>
5593 </member>
5594 <member name="M:XPExplorerBar.TaskPane.expando_StateChanged(System.Object,XPExplorerBar.ExpandoEventArgs)">
5595 <summary>
5596 Event handler for the Expando StateChanged event
5597 </summary>
5598 <param name="sender">The object that fired the event</param>
5599 <param name="e">An ExpandoEventArgs that contains the event data</param>
5600 </member>
5601 <member name="M:XPExplorerBar.TaskPane.OnExpandoStateChanged(XPExplorerBar.ExpandoEventArgs)">
5602 <summary>
5603 Occurs when the value of an Expandos Collapsed property changes
5604 </summary>
5605 <param name="e">An ExpandoEventArgs that contains the event data</param>
5606 </member>
5607 <member name="M:XPExplorerBar.TaskPane.OnExpandoAdded(XPExplorerBar.ExpandoEventArgs)">
5608 <summary>
5609 Raises the ExpandoAdded event
5610 </summary>
5611 <param name="e">An ExpandoEventArgs that contains the event data</param>
5612 </member>
5613 <member name="M:XPExplorerBar.TaskPane.OnExpandoRemoved(XPExplorerBar.ExpandoEventArgs)">
5614 <summary>
5615 Raises the ExpandoRemoved event
5616 </summary>
5617 <param name="e">An ExpandoEventArgs that contains the event data</param>
5618 </member>
5619 <member name="M:XPExplorerBar.TaskPane.OnPaintBackground(System.Windows.Forms.PaintEventArgs)">
5620 <summary>
5621 Raises the PaintBackground event
5622 </summary>
5623 <param name="e">A PaintEventArgs that contains the event data</param>
5624 </member>
5625 <member name="M:XPExplorerBar.TaskPane.OnPaint(System.Windows.Forms.PaintEventArgs)">
5626 <summary>
5627
5628 </summary>
5629 <param name="e"></param>
5630 </member>
5631 <member name="M:XPExplorerBar.TaskPane.OnParentChanged(System.Object,System.EventArgs)">
5632 <summary>
5633 Event handler for the ParentChanged event
5634 </summary>
5635 <param name="sender">The object that fired the event</param>
5636 <param name="e">An EventArgs that contains the event data</param>
5637 </member>
5638 <member name="M:XPExplorerBar.TaskPane.OnParentVisibleChanged(System.Object,System.EventArgs)">
5639 <summary>
5640 Event handler for the ParentVisibleChanged event
5641 </summary>
5642 <param name="sender">The object that fired the event</param>
5643 <param name="e">An EventArgs that contains the event data</param>
5644 </member>
5645 <member name="M:XPExplorerBar.TaskPane.OnSystemColorsChanged(System.EventArgs)">
5646 <summary>
5647 Raises the SystemColorsChanged event
5648 </summary>
5649 <param name="e">An EventArgs that contains the event data</param>
5650 </member>
5651 <member name="M:XPExplorerBar.TaskPane.OnSizeChanged(System.EventArgs)">
5652 <summary>
5653
5654 </summary>
5655 <param name="e"></param>
5656 </member>
5657 <member name="E:XPExplorerBar.TaskPane.ExpandoAdded">
5658 <summary>
5659 Occurs when an Expando is added to the TaskPane
5660 </summary>
5661 </member>
5662 <member name="E:XPExplorerBar.TaskPane.ExpandoRemoved">
5663 <summary>
5664 Occurs when an Expando is removed from the TaskPane
5665 </summary>
5666 </member>
5667 <member name="E:XPExplorerBar.TaskPane.CustomSettingsChanged">
5668 <summary>
5669 Occurs when a value in the CustomSettings proterty changes
5670 </summary>
5671 </member>
5672 <member name="P:XPExplorerBar.TaskPane.Initialising">
5673 <summary>
5674 Gets whether the TaskPane is currently initialising
5675 </summary>
5676 </member>
5677 <member name="P:XPExplorerBar.TaskPane.GradientStartColor">
5678 <summary>
5679 Gets the first color of the TaskPane's background gradient fill.
5680 </summary>
5681 </member>
5682 <member name="P:XPExplorerBar.TaskPane.GradientEndColor">
5683 <summary>
5684 Gets the second color of the TaskPane's background gradient fill.
5685 </summary>
5686 </member>
5687 <member name="P:XPExplorerBar.TaskPane.GradientDirection">
5688 <summary>
5689 Gets the direction of the TaskPane's background gradient fill.
5690 </summary>
5691 </member>
5692 <member name="P:XPExplorerBar.TaskPane.Expandos">
5693 <summary>
5694 A TaskPane.ExpandoCollection representing the collection of
5695 Expandos contained within the TaskPane
5696 </summary>
5697 </member>
5698 <member name="P:XPExplorerBar.TaskPane.Controls">
5699 <summary>
5700 A Control.ControlCollection representing the collection of
5701 controls contained within the control
5702 </summary>
5703 </member>
5704 <member name="P:XPExplorerBar.TaskPane.AllowExpandoDragging">
5705 <summary>
5706 Gets or sets whether Expandos can be dragged around the TaskPane
5707 </summary>
5708 </member>
5709 <member name="P:XPExplorerBar.TaskPane.ExpandoDropIndicatorColor">
5710 <summary>
5711 Gets or sets the Color that the Expando drop point indicator is drawn in
5712 </summary>
5713 </member>
5714 <member name="P:XPExplorerBar.TaskPane.BackImage">
5715 <summary>
5716 Gets the Image used as the TaskPane's background
5717 </summary>
5718 </member>
5719 <member name="P:XPExplorerBar.TaskPane.StretchMode">
5720 <summary>
5721 Gets how the TaskPane's background Image is to be drawn
5722 </summary>
5723 </member>
5724 <member name="P:XPExplorerBar.TaskPane.Watermark">
5725 <summary>
5726 Gets the Image that is used as a watermark in the TaskPane's
5727 client area
5728 </summary>
5729 </member>
5730 <member name="P:XPExplorerBar.TaskPane.WatermarkAlignment">
5731 <summary>
5732 Gets the alignment of the TaskPane's watermark
5733 </summary>
5734 </member>
5735 <member name="P:XPExplorerBar.TaskPane.Padding">
5736 <summary>
5737 Gets the amount of space between the border and the
5738 Expando's along each side of the TaskPane.
5739 </summary>
5740 </member>
5741 <member name="P:XPExplorerBar.TaskPane.SystemSettings">
5742 <summary>
5743 Gets or sets the system defined settings for the TaskPane
5744 </summary>
5745 </member>
5746 <member name="P:XPExplorerBar.TaskPane.CustomSettings">
5747 <summary>
5748 Gets the custom settings for the TaskPane
5749 </summary>
5750 </member>
5751 <member name="T:XPExplorerBar.TaskPane.ExpandoCollection">
5752 <summary>
5753 Represents a collection of Expando objects
5754 </summary>
5755 </member>
5756 <member name="F:XPExplorerBar.TaskPane.ExpandoCollection.owner">
5757 <summary>
5758 The TaskPane that owns this ExpandoCollection
5759 </summary>
5760 </member>
5761 <member name="M:XPExplorerBar.TaskPane.ExpandoCollection.#ctor(XPExplorerBar.TaskPane)">
5762 <summary>
5763 Initializes a new instance of the TaskPane.ExpandoCollection class
5764 </summary>
5765 <param name="owner">A TaskPane representing the taskpane that owns
5766 the Expando collection</param>
5767 </member>
5768 <member name="M:XPExplorerBar.TaskPane.ExpandoCollection.Add(XPExplorerBar.Expando)">
5769 <summary>
5770 Adds the specified expando to the expando collection
5771 </summary>
5772 <param name="value">The Expando to add to the expando collection</param>
5773 </member>
5774 <member name="M:XPExplorerBar.TaskPane.ExpandoCollection.AddRange(XPExplorerBar.Expando[])">
5775 <summary>
5776 Adds an array of expando objects to the collection
5777 </summary>
5778 <param name="expandos">An array of Expando objects to add
5779 to the collection</param>
5780 </member>
5781 <member name="M:XPExplorerBar.TaskPane.ExpandoCollection.Clear">
5782 <summary>
5783 Removes all expandos from the collection
5784 </summary>
5785 </member>
5786 <member name="M:XPExplorerBar.TaskPane.ExpandoCollection.Contains(XPExplorerBar.Expando)">
5787 <summary>
5788 Determines whether the specified expando is a member of the
5789 collection
5790 </summary>
5791 <param name="expando">The Expando to locate in the collection</param>
5792 <returns>true if the Expando is a member of the collection;
5793 otherwise, false</returns>
5794 </member>
5795 <member name="M:XPExplorerBar.TaskPane.ExpandoCollection.Contains(System.Windows.Forms.Control)">
5796 <summary>
5797 Determines whether the specified control is a member of the
5798 collection
5799 </summary>
5800 <param name="control">The Control to locate in the collection</param>
5801 <returns>true if the Control is a member of the collection;
5802 otherwise, false</returns>
5803 </member>
5804 <member name="M:XPExplorerBar.TaskPane.ExpandoCollection.IndexOf(XPExplorerBar.Expando)">
5805 <summary>
5806 Retrieves the index of the specified expando in the expando
5807 collection
5808 </summary>
5809 <param name="expando">The Expando to locate in the collection</param>
5810 <returns>A zero-based index value that represents the position
5811 of the specified Expando in the TaskPane.ExpandoCollection</returns>
5812 </member>
5813 <member name="M:XPExplorerBar.TaskPane.ExpandoCollection.Remove(XPExplorerBar.Expando)">
5814 <summary>
5815 Removes the specified expando from the expando collection
5816 </summary>
5817 <param name="value">The Expando to remove from the
5818 TaskPane.ExpandoCollection</param>
5819 </member>
5820 <member name="M:XPExplorerBar.TaskPane.ExpandoCollection.RemoveAt(System.Int32)">
5821 <summary>
5822 Removes an expando from the expando collection at the
5823 specified indexed location
5824 </summary>
5825 <param name="index">The index value of the Expando to
5826 remove</param>
5827 </member>
5828 <member name="M:XPExplorerBar.TaskPane.ExpandoCollection.Move(XPExplorerBar.Expando,System.Int32)">
5829 <summary>
5830 Moves the specified expando to the specified indexed location
5831 in the expando collection
5832 </summary>
5833 <param name="value">The expando to be moved</param>
5834 <param name="index">The indexed location in the expando collection
5835 that the specified expando will be moved to</param>
5836 </member>
5837 <member name="M:XPExplorerBar.TaskPane.ExpandoCollection.MoveToTop(XPExplorerBar.Expando)">
5838 <summary>
5839 Moves the specified expando to the top of the expando collection
5840 </summary>
5841 <param name="value">The expando to be moved</param>
5842 </member>
5843 <member name="M:XPExplorerBar.TaskPane.ExpandoCollection.MoveToBottom(XPExplorerBar.Expando)">
5844 <summary>
5845 Moves the specified expando to the bottom of the expando collection
5846 </summary>
5847 <param name="value">The expando to be moved</param>
5848 </member>
5849 <member name="P:XPExplorerBar.TaskPane.ExpandoCollection.Item(System.Int32)">
5850 <summary>
5851 The Expando located at the specified index location within
5852 the expando collection
5853 </summary>
5854 <param name="index">The index of the expando to retrieve
5855 from the expando collection</param>
5856 </member>
5857 <member name="T:XPExplorerBar.TaskPane.ExpandoCollectionEditor">
5858 <summary>
5859 A custom CollectionEditor for editing ExpandoCollections
5860 </summary>
5861 </member>
5862 <member name="M:XPExplorerBar.TaskPane.ExpandoCollectionEditor.#ctor(System.Type)">
5863 <summary>
5864 Initializes a new instance of the CollectionEditor class
5865 using the specified collection type
5866 </summary>
5867 <param name="type"></param>
5868 </member>
5869 <member name="M:XPExplorerBar.TaskPane.ExpandoCollectionEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
5870 <summary>
5871 Edits the value of the specified object using the specified
5872 service provider and context
5873 </summary>
5874 <param name="context">An ITypeDescriptorContext that can be
5875 used to gain additional context information</param>
5876 <param name="isp">A service provider object through which
5877 editing services can be obtained</param>
5878 <param name="value">The object to edit the value of</param>
5879 <returns>The new value of the object. If the value of the
5880 object has not changed, this should return the same object
5881 it was passed</returns>
5882 </member>
5883 <member name="M:XPExplorerBar.TaskPane.ExpandoCollectionEditor.CreateInstance(System.Type)">
5884 <summary>
5885 Creates a new instance of the specified collection item type
5886 </summary>
5887 <param name="itemType">The type of item to create</param>
5888 <returns>A new instance of the specified object</returns>
5889 </member>
5890 <member name="T:XPExplorerBar.TaskPane.TaskPaneSurrogate">
5891 <summary>
5892 A class that is serialized instead of a TaskPane (as
5893 TaskPanes contain objects that cause serialization problems)
5894 </summary>
5895 </member>
5896 <member name="F:XPExplorerBar.TaskPane.TaskPaneSurrogate.Name">
5897 <summary>
5898 See TaskPane.Name. This member is not intended to be used
5899 directly from your code.
5900 </summary>
5901 </member>
5902 <member name="F:XPExplorerBar.TaskPane.TaskPaneSurrogate.Size">
5903 <summary>
5904 See TaskPane.Size. This member is not intended to be used
5905 directly from your code.
5906 </summary>
5907 </member>
5908 <member name="F:XPExplorerBar.TaskPane.TaskPaneSurrogate.Location">
5909 <summary>
5910 See TaskPane.Location. This member is not intended to be used
5911 directly from your code.
5912 </summary>
5913 </member>
5914 <member name="F:XPExplorerBar.TaskPane.TaskPaneSurrogate.BackColor">
5915 <summary>
5916 See TaskPane.BackColor. This member is not intended to be used
5917 directly from your code.
5918 </summary>
5919 </member>
5920 <member name="F:XPExplorerBar.TaskPane.TaskPaneSurrogate.CustomSettings">
5921 <summary>
5922 See TaskPane.CustomSettings. This member is not intended to be used
5923 directly from your code.
5924 </summary>
5925 </member>
5926 <member name="F:XPExplorerBar.TaskPane.TaskPaneSurrogate.AutoScroll">
5927 <summary>
5928 See TaskPane.AutoScroll. This member is not intended to be used
5929 directly from your code.
5930 </summary>
5931 </member>
5932 <member name="F:XPExplorerBar.TaskPane.TaskPaneSurrogate.AutoScrollMargin">
5933 <summary>
5934 See TaskPane.AutoScrollMargin. This member is not intended to be used
5935 directly from your code.
5936 </summary>
5937 </member>
5938 <member name="F:XPExplorerBar.TaskPane.TaskPaneSurrogate.Enabled">
5939 <summary>
5940 See TaskPane.Enabled. This member is not intended to be used
5941 directly from your code.
5942 </summary>
5943 </member>
5944 <member name="F:XPExplorerBar.TaskPane.TaskPaneSurrogate.Visible">
5945 <summary>
5946 See TaskPane.Visible. This member is not intended to be used
5947 directly from your code.
5948 </summary>
5949 </member>
5950 <member name="F:XPExplorerBar.TaskPane.TaskPaneSurrogate.Anchor">
5951 <summary>
5952 See TaskPane.Anchor. This member is not intended to be used
5953 directly from your code.
5954 </summary>
5955 </member>
5956 <member name="F:XPExplorerBar.TaskPane.TaskPaneSurrogate.Dock">
5957 <summary>
5958 See TaskPane.Dock. This member is not intended to be used
5959 directly from your code.
5960 </summary>
5961 </member>
5962 <member name="F:XPExplorerBar.TaskPane.TaskPaneSurrogate.FontName">
5963 <summary>
5964 See Font.Name. This member is not intended to be used
5965 directly from your code.
5966 </summary>
5967 </member>
5968 <member name="F:XPExplorerBar.TaskPane.TaskPaneSurrogate.FontSize">
5969 <summary>
5970 See Font.Size. This member is not intended to be used
5971 directly from your code.
5972 </summary>
5973 </member>
5974 <member name="F:XPExplorerBar.TaskPane.TaskPaneSurrogate.FontDecoration">
5975 <summary>
5976 See Font.Style. This member is not intended to be used
5977 directly from your code.
5978 </summary>
5979 </member>
5980 <member name="F:XPExplorerBar.TaskPane.TaskPaneSurrogate.Expandos">
5981 <summary>
5982 See TaskPane.Expandos. This member is not intended to be used
5983 directly from your code.
5984 </summary>
5985 </member>
5986 <member name="F:XPExplorerBar.TaskPane.TaskPaneSurrogate.Tag">
5987 <summary>
5988 See Control.Tag. This member is not intended to be used
5989 directly from your code.
5990 </summary>
5991 </member>
5992 <member name="F:XPExplorerBar.TaskPane.TaskPaneSurrogate.AllowExpandoDragging">
5993 <summary>
5994 See TaskPane.AllowExpandoDragging. This member is not intended to be used
5995 directly from your code.
5996 </summary>
5997 </member>
5998 <member name="F:XPExplorerBar.TaskPane.TaskPaneSurrogate.ExpandoDropIndicatorColor">
5999 <summary>
6000 See TaskPane.ExpandoDropIndicatorColor. This member is not intended to be used
6001 directly from your code.
6002 </summary>
6003 </member>
6004 <member name="F:XPExplorerBar.TaskPane.TaskPaneSurrogate.Version">
6005 <summary>
6006 Version number of the surrogate. This member is not intended
6007 to be used directly from your code.
6008 </summary>
6009 </member>
6010 <member name="M:XPExplorerBar.TaskPane.TaskPaneSurrogate.#ctor">
6011 <summary>
6012 Initializes a new instance of the TaskPaneSurrogate class with default settings
6013 </summary>
6014 </member>
6015 <member name="M:XPExplorerBar.TaskPane.TaskPaneSurrogate.Load(XPExplorerBar.TaskPane)">
6016 <summary>
6017 Populates the TaskPaneSurrogate with data that is to be
6018 serialized from the specified TaskPane
6019 </summary>
6020 <param name="taskPane">The TaskPane that contains the data
6021 to be serialized</param>
6022 </member>
6023 <member name="M:XPExplorerBar.TaskPane.TaskPaneSurrogate.Save">
6024 <summary>
6025 Returns a TaskPane that contains the deserialized TaskPaneSurrogate data
6026 </summary>
6027 <returns>A TaskPane that contains the deserialized TaskPaneSurrogate data</returns>
6028 </member>
6029 <member name="M:XPExplorerBar.TaskPane.TaskPaneSurrogate.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
6030 <summary>
6031 Populates a SerializationInfo with the data needed to serialize the TaskPaneSurrogate
6032 </summary>
6033 <param name="info">The SerializationInfo to populate with data</param>
6034 <param name="context">The destination for this serialization</param>
6035 </member>
6036 <member name="M:XPExplorerBar.TaskPane.TaskPaneSurrogate.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
6037 <summary>
6038 Initializes a new instance of the TaskPaneSurrogate class using the information
6039 in the SerializationInfo
6040 </summary>
6041 <param name="info">The information to populate the TaskPaneSurrogate</param>
6042 <param name="context">The source from which the TaskPaneSurrogate is deserialized</param>
6043 </member>
6044 <member name="T:XPExplorerBar.TaskPaneDesigner">
6045 <summary>
6046 A custom designer used by TaskPanes to remove unwanted
6047 properties from the Property window in the designer
6048 </summary>
6049 </member>
6050 <member name="M:XPExplorerBar.TaskPaneDesigner.#ctor">
6051 <summary>
6052 Initializes a new instance of the TaskPaneDesigner class
6053 </summary>
6054 </member>
6055 <member name="M:XPExplorerBar.TaskPaneDesigner.PreFilterProperties(System.Collections.IDictionary)">
6056 <summary>
6057 Adjusts the set of properties the component exposes through
6058 a TypeDescriptor
6059 </summary>
6060 <param name="properties">An IDictionary containing the properties
6061 for the class of the component</param>
6062 </member>
6063 <member name="T:XPExplorerBar.ThemeManager">
6064 <summary>
6065 A class that extracts theme settings from Windows XP shellstyle dlls
6066 </summary>
6067 </member>
6068 <member name="F:XPExplorerBar.ThemeManager.hModule">
6069 <summary>
6070 pointer to a shellstyle dll
6071 </summary>
6072 </member>
6073 <member name="F:XPExplorerBar.ThemeManager.currentShellStyle">
6074 <summary>
6075 cached version of the current shellstyle in use
6076 </summary>
6077 </member>
6078 <member name="M:XPExplorerBar.ThemeManager.GetSystemExplorerBarSettings">
6079 <summary>
6080 Gets the System defined settings for the ExplorerBar according
6081 to the current System theme
6082 </summary>
6083 <returns>An ExplorerBarInfo object that contains the System defined
6084 settings for the ExplorerBar according to the current System theme</returns>
6085 </member>
6086 <member name="M:XPExplorerBar.ThemeManager.GetSystemExplorerBarSettings(System.Boolean)">
6087 <summary>
6088 Gets the System defined settings for the ExplorerBar according
6089 to the current System theme
6090 </summary>
6091 <param name="useClassicTheme">Specifies whether the current system theme
6092 should be ignored and return unthemed settings</param>
6093 <returns>An ExplorerBarInfo object that contains the System defined
6094 settings for the ExplorerBar according to the current System theme</returns>
6095 </member>
6096 <member name="M:XPExplorerBar.ThemeManager.GetSystemExplorerBarSettings(System.String)">
6097 <summary>
6098 Gets the System defined settings for the ExplorerBar specified
6099 by the shellstyle.dll at the specified path
6100 </summary>
6101 <param name="stylePath">The path to the shellstyle.dll</param>
6102 <returns>An ExplorerBarInfo object that contains the settings for
6103 the ExplorerBar specified by the shellstyle.dll at the specified path</returns>
6104 </member>
6105 <member name="M:XPExplorerBar.ThemeManager.LoadShellStyleDll">
6106 <summary>
6107 Loads the ShellStyle.dll into memory as determined by the current
6108 system theme
6109 </summary>
6110 <returns>If the function succeeds, the return value is true. If the
6111 function fails, the return value is false</returns>
6112 </member>
6113 <member name="M:XPExplorerBar.ThemeManager.LoadShellStyleDll(System.String)">
6114 <summary>
6115 Loads the specified ShellStyle.dll into memory
6116 </summary>
6117 <returns>If the function succeeds, the return value is true. If the
6118 function fails, the return value is false</returns>
6119 </member>
6120 <member name="M:XPExplorerBar.ThemeManager.FreeShellStyleDll">
6121 <summary>
6122 Removes the ShellStyle.dll from memory. Assumes that
6123 LoadShellStyleDll() was successful
6124 </summary>
6125 </member>
6126 <member name="M:XPExplorerBar.ThemeManager.GetShellStylePath">
6127 <summary>
6128 Returns a string that specifies the path to the shellstyle.dll
6129 accordingto the current theme
6130 </summary>
6131 <returns>a string that specifies the path to the shellstyle.dll
6132 accordingto the current theme</returns>
6133 </member>
6134 <member name="M:XPExplorerBar.ThemeManager.GetResourceUIFile">
6135 <summary>
6136 Extracts the UIFILE from the currently loaded ShellStyle.dll
6137 </summary>
6138 <returns>A string that contains the UIFILE</returns>
6139 </member>
6140 <member name="M:XPExplorerBar.ThemeManager.GetResourceBMP(System.String)">
6141 <summary>
6142 Returns a Bitmap from the currently loaded ShellStyle.dll
6143 </summary>
6144 <param name="resourceName">The name of the Bitmap to load</param>
6145 <returns>The Bitmap specified by the resourceName</returns>
6146 </member>
6147 <member name="M:XPExplorerBar.ThemeManager.GetResourcePNG(System.String)">
6148 <summary>
6149 Returns a Png Bitmap from the currently loaded ShellStyle.dll
6150 </summary>
6151 <param name="resourceName">The name of the Png to load</param>
6152 <returns>The Bitmap specified by the resourceName</returns>
6153 </member>
6154 <member name="M:XPExplorerBar.ThemeManager.GetResourceString(System.Int32)">
6155 <summary>
6156 Returns a string from the currently loaded ShellStyle.dll
6157 </summary>
6158 <param name="id">The integer identifier of the string to be loaded</param>
6159 </member>
6160 <member name="M:XPExplorerBar.ThemeManager.IconToBitmap(System.Drawing.Icon)">
6161 <summary>
6162 Converts an Icon to a Bitmap
6163 </summary>
6164 <param name="icon">The Icon to be converted</param>
6165 <returns>A Bitmap that contains the converted Icon</returns>
6166 </member>
6167 <member name="M:XPExplorerBar.ThemeManager.ConvertToBitmap(System.Drawing.Icon)">
6168 <summary>
6169 Converts an Icon to a Bitmap
6170 </summary>
6171 <param name="icon">The Icon to be converted</param>
6172 <returns>A Bitmap that contains the converted Icon</returns>
6173 </member>
6174 <member name="M:XPExplorerBar.ThemeManager.ConvertImageToByteArray(System.Drawing.Image)">
6175 <summary>
6176 Converts an Image to a byte array
6177 </summary>
6178 <param name="image">The image to be converted</param>
6179 <returns>A byte array that contains the converted image</returns>
6180 </member>
6181 <member name="M:XPExplorerBar.ThemeManager.ConvertByteArrayToImage(System.Byte[])">
6182 <summary>
6183 Converts a byte array to an Image
6184 </summary>
6185 <param name="bytes">The array of bytes to be converted</param>
6186 <returns>An Image that represents the byte array</returns>
6187 </member>
6188 <member name="M:XPExplorerBar.ThemeManager.ConvertColorToString(System.Drawing.Color)">
6189 <summary>
6190 Converts a Color to a string representation
6191 </summary>
6192 <param name="color">The Color to be converted</param>
6193 <returns>A string that represents the specified color</returns>
6194 </member>
6195 <member name="M:XPExplorerBar.ThemeManager.ConvertStringToColor(System.String)">
6196 <summary>
6197 Converts a string to a color
6198 </summary>
6199 <param name="col">The string to be converted</param>
6200 <returns>The converted Color</returns>
6201 </member>
6202 <member name="M:XPExplorerBar.ThemeManager.ConvertObjectToByteArray(System.Object)">
6203 <summary>
6204 Converts an object to a byte array
6205 </summary>
6206 <param name="obj">The object to be converted</param>
6207 <returns>A byte array that contains the converted object</returns>
6208 </member>
6209 <member name="M:XPExplorerBar.ThemeManager.ConvertByteArrayToObject(System.Byte[])">
6210 <summary>
6211 Converts a byte array to an object
6212 </summary>
6213 <param name="bytes">The array of bytes to be converted</param>
6214 <returns>An object that represents the byte array</returns>
6215 </member>
6216 <member name="T:XPExplorerBar.UxTheme">
6217 <summary>
6218 A class that wraps Windows XPs UxTheme.dll
6219 </summary>
6220 </member>
6221 <member name="M:XPExplorerBar.UxTheme.#ctor">
6222 <summary>
6223 Private constructor
6224 </summary>
6225 </member>
6226 <member name="M:XPExplorerBar.UxTheme.OpenThemeData(System.IntPtr,System.String)">
6227 <summary>
6228 Opens the theme data for a window and its associated class
6229 </summary>
6230 <param name="hwnd">Handle of the window for which theme data
6231 is required</param>
6232 <param name="pszClassList">Pointer to a string that contains
6233 a semicolon-separated list of classes</param>
6234 <returns>OpenThemeData tries to match each class, one at a
6235 time, to a class data section in the active theme. If a match
6236 is found, an associated HTHEME handle is returned. If no match
6237 is found NULL is returned</returns>
6238 </member>
6239 <member name="M:XPExplorerBar.UxTheme.CloseThemeData(System.IntPtr)">
6240 <summary>
6241 Closes the theme data handle
6242 </summary>
6243 <param name="hTheme">Handle to a window's specified theme data.
6244 Use OpenThemeData to create an HTHEME</param>
6245 <returns>Returns S_OK if successful, or an error value otherwise</returns>
6246 </member>
6247 <member name="M:XPExplorerBar.UxTheme.DrawThemeBackground(System.IntPtr,System.IntPtr,System.Int32,System.Int32,XPExplorerBar.RECT@,XPExplorerBar.RECT@)">
6248 <summary>
6249 Draws the background image defined by the visual style for the
6250 specified control part
6251 </summary>
6252 <param name="hTheme">Handle to a window's specified theme data.
6253 Use OpenThemeData to create an HTHEME</param>
6254 <param name="hdc">Handle to a device context (HDC) used for
6255 drawing the theme-defined background image</param>
6256 <param name="iPartId">Value of type int that specifies the part
6257 to draw</param>
6258 <param name="iStateId">Value of type int that specifies the state
6259 of the part to draw</param>
6260 <param name="pRect">Pointer to a RECT structure that contains the
6261 rectangle, in logical coordinates, in which the background image
6262 is drawn</param>
6263 <param name="pClipRect">Pointer to a RECT structure that contains
6264 a clipping rectangle. This parameter may be set to NULL</param>
6265 <returns>Returns S_OK if successful, or an error value otherwise</returns>
6266 </member>
6267 <member name="M:XPExplorerBar.UxTheme.IsThemeActive">
6268 <summary>
6269 Tests if a visual style for the current application is active
6270 </summary>
6271 <returns>TRUE if a visual style is enabled, and windows with
6272 visual styles applied should call OpenThemeData to start using
6273 theme drawing services, FALSE otherwise</returns>
6274 </member>
6275 <member name="M:XPExplorerBar.UxTheme.IsAppThemed">
6276 <summary>
6277 Reports whether the current application's user interface
6278 displays using visual styles
6279 </summary>
6280 <returns>TRUE if the application has a visual style applied,
6281 FALSE otherwise</returns>
6282 </member>
6283 <member name="M:XPExplorerBar.UxTheme.GetCurrentThemeName(System.Text.StringBuilder,System.Int32,System.Text.StringBuilder,System.Int32,System.Text.StringBuilder,System.Int32)">
6284 <summary>
6285 Retrieves the name of the current visual style, and optionally retrieves the
6286 color scheme name and size name
6287 </summary>
6288 <param name="pszThemeFileName">Pointer to a string that receives the theme
6289 path and file name</param>
6290 <param name="dwMaxNameChars">Value of type int that contains the maximum
6291 number of characters allowed in the theme file name</param>
6292 <param name="pszColorBuff">Pointer to a string that receives the color scheme
6293 name. This parameter may be set to NULL</param>
6294 <param name="cchMaxColorChars">Value of type int that contains the maximum
6295 number of characters allowed in the color scheme name</param>
6296 <param name="pszSizeBuff">Pointer to a string that receives the size name.
6297 This parameter may be set to NULL</param>
6298 <param name="cchMaxSizeChars">Value of type int that contains the maximum
6299 number of characters allowed in the size name</param>
6300 <returns>Returns S_OK if successful, otherwise an error code</returns>
6301 </member>
6302 <member name="M:XPExplorerBar.UxTheme.DrawThemeParentBackground(System.IntPtr,System.IntPtr,XPExplorerBar.RECT@)">
6303 <summary>
6304 Draws the part of a parent control that is covered by a
6305 partially-transparent or alpha-blended child control
6306 </summary>
6307 <param name="hwnd">Handle of the child control</param>
6308 <param name="hdc">Handle to the child control's device context </param>
6309 <param name="prc">Pointer to a RECT structure that defines the
6310 area to be drawn. The rectangle is in the child window's coordinates.
6311 This parameter may be set to NULL</param>
6312 <returns>Returns S_OK if successful, or an error value otherwise</returns>
6313 </member>
6314 <member name="P:XPExplorerBar.UxTheme.AppThemed">
6315 <summary>
6316 Reports whether the current application's user interface
6317 displays using visual styles
6318 </summary>
6319 </member>
6320 <member name="P:XPExplorerBar.UxTheme.ThemeName">
6321 <summary>
6322 Retrieves the name of the current visual style
6323 </summary>
6324 </member>
6325 <member name="P:XPExplorerBar.UxTheme.ColorName">
6326 <summary>
6327 Retrieves the color scheme name of the current visual style
6328 </summary>
6329 </member>
6330 <member name="T:XPExplorerBar.UxTheme.WindowClasses">
6331 <summary>
6332 Window class IDs used by UxTheme.dll to draw controls
6333 </summary>
6334 </member>
6335 <member name="F:XPExplorerBar.UxTheme.WindowClasses.Edit">
6336 <summary>
6337 TextBox class
6338 </summary>
6339 </member>
6340 <member name="F:XPExplorerBar.UxTheme.WindowClasses.ListView">
6341 <summary>
6342 ListView class
6343 </summary>
6344 </member>
6345 <member name="F:XPExplorerBar.UxTheme.WindowClasses.TreeView">
6346 <summary>
6347 TreeView class
6348 </summary>
6349 </member>
6350 <member name="T:XPExplorerBar.UxTheme.Parts">
6351 <summary>
6352 Window parts IDs used by UxTheme.dll to draw controls
6353 </summary>
6354 </member>
6355 <member name="T:XPExplorerBar.UxTheme.Parts.Edit">
6356 <summary>
6357 TextBox parts
6358 </summary>
6359 </member>
6360 <member name="F:XPExplorerBar.UxTheme.Parts.Edit.EditText">
6361 <summary>
6362 TextBox
6363 </summary>
6364 </member>
6365 <member name="T:XPExplorerBar.UxTheme.Parts.ListView">
6366 <summary>
6367 ListView parts
6368 </summary>
6369 </member>
6370 <member name="F:XPExplorerBar.UxTheme.Parts.ListView.ListItem">
6371 <summary>
6372 ListView
6373 </summary>
6374 </member>
6375 <member name="T:XPExplorerBar.UxTheme.Parts.TreeView">
6376 <summary>
6377 TreeView parts
6378 </summary>
6379 </member>
6380 <member name="F:XPExplorerBar.UxTheme.Parts.TreeView.TreeItem">
6381 <summary>
6382 TreeView
6383 </summary>
6384 </member>
6385 <member name="T:XPExplorerBar.UxTheme.PartStates">
6386 <summary>
6387 Window part state IDs used by UxTheme.dll to draw controls
6388 </summary>
6389 </member>
6390 <member name="T:XPExplorerBar.UxTheme.PartStates.EditText">
6391 <summary>
6392 TextBox part states
6393 </summary>
6394 </member>
6395 <member name="F:XPExplorerBar.UxTheme.PartStates.EditText.Normal">
6396 <summary>
6397 The TextBox is in its normal state
6398 </summary>
6399 </member>
6400 <member name="F:XPExplorerBar.UxTheme.PartStates.EditText.Hot">
6401 <summary>
6402 The mouse is over the TextBox
6403 </summary>
6404 </member>
6405 <member name="F:XPExplorerBar.UxTheme.PartStates.EditText.Selected">
6406 <summary>
6407 The TextBox is selected
6408 </summary>
6409 </member>
6410 <member name="F:XPExplorerBar.UxTheme.PartStates.EditText.Disabled">
6411 <summary>
6412 The TextBox is disabled
6413 </summary>
6414 </member>
6415 <member name="F:XPExplorerBar.UxTheme.PartStates.EditText.Focused">
6416 <summary>
6417 The TextBox currently has focus
6418 </summary>
6419 </member>
6420 <member name="F:XPExplorerBar.UxTheme.PartStates.EditText.Readonly">
6421 <summary>
6422 The TextBox is readonly
6423 </summary>
6424 </member>
6425 <member name="T:XPExplorerBar.UxTheme.PartStates.ListItem">
6426 <summary>
6427 ListView part states
6428 </summary>
6429 </member>
6430 <member name="F:XPExplorerBar.UxTheme.PartStates.ListItem.Normal">
6431 <summary>
6432 The ListView is in its normal state
6433 </summary>
6434 </member>
6435 <member name="F:XPExplorerBar.UxTheme.PartStates.ListItem.Hot">
6436 <summary>
6437 The mouse is over the ListView
6438 </summary>
6439 </member>
6440 <member name="F:XPExplorerBar.UxTheme.PartStates.ListItem.Selected">
6441 <summary>
6442 The ListView is selected
6443 </summary>
6444 </member>
6445 <member name="F:XPExplorerBar.UxTheme.PartStates.ListItem.Disabled">
6446 <summary>
6447 The ListView is disabled
6448 </summary>
6449 </member>
6450 <member name="F:XPExplorerBar.UxTheme.PartStates.ListItem.SelectedNotFocused">
6451 <summary>
6452 The ListView is selected but currently does not have focus
6453 </summary>
6454 </member>
6455 <member name="T:XPExplorerBar.UxTheme.PartStates.TreeItem">
6456 <summary>
6457 TreeView part states
6458 </summary>
6459 </member>
6460 <member name="F:XPExplorerBar.UxTheme.PartStates.TreeItem.Normal">
6461 <summary>
6462 The TreeView is in its normal state
6463 </summary>
6464 </member>
6465 <member name="F:XPExplorerBar.UxTheme.PartStates.TreeItem.Hot">
6466 <summary>
6467 The mouse is over the TreeView
6468 </summary>
6469 </member>
6470 <member name="F:XPExplorerBar.UxTheme.PartStates.TreeItem.Selected">
6471 <summary>
6472 The TreeView is selected
6473 </summary>
6474 </member>
6475 <member name="F:XPExplorerBar.UxTheme.PartStates.TreeItem.Disabled">
6476 <summary>
6477 The TreeView is disabled
6478 </summary>
6479 </member>
6480 <member name="F:XPExplorerBar.UxTheme.PartStates.TreeItem.SelectedNotFocused">
6481 <summary>
6482 The TreeView is selected but currently does not have focus
6483 </summary>
6484 </member>
6485 <member name="T:XPExplorerBar.Parser">
6486 <summary>
6487 A class that parses a UIFILE
6488 </summary>
6489 </member>
6490 <member name="M:XPExplorerBar.Parser.#ctor(System.String)">
6491 <summary>
6492 Creates a new Parser
6493 </summary>
6494 <param name="uifile">The text from the UIFILE that is to be parsed</param>
6495 </member>
6496 <member name="M:XPExplorerBar.Parser.Parse">
6497 <summary>
6498 Parses the UIFILE
6499 </summary>
6500 <returns>An ExplorerBarInfo object that contains the system
6501 settings defined in the UIFILE</returns>
6502 </member>
6503 <member name="M:XPExplorerBar.Parser.GetStyle(System.String)">
6504 <summary>
6505 Returns the style name for the current style token
6506 </summary>
6507 <param name="s"></param>
6508 <returns></returns>
6509 </member>
6510 <member name="M:XPExplorerBar.Parser.IsSection(System.String)">
6511 <summary>
6512 Returns whether the token is a property section that we are interested in
6513 </summary>
6514 <param name="s"></param>
6515 <returns></returns>
6516 </member>
6517 <member name="M:XPExplorerBar.Parser.GetSection(System.String)">
6518 <summary>
6519 Returns the name of the property section for the current token
6520 </summary>
6521 <param name="s"></param>
6522 <returns></returns>
6523 </member>
6524 <member name="M:XPExplorerBar.Parser.IsProperty(System.String)">
6525 <summary>
6526 Returns whether the token is a property that we are interested in
6527 </summary>
6528 <param name="s"></param>
6529 <returns></returns>
6530 </member>
6531 <member name="M:XPExplorerBar.Parser.GetPropertyType(System.String)">
6532 <summary>
6533 Returns the property type for the current proprty token
6534 </summary>
6535 <param name="s"></param>
6536 <returns></returns>
6537 </member>
6538 <member name="M:XPExplorerBar.Parser.ExtractProperty">
6539 <summary>
6540 Extracts a property from the current property token
6541 </summary>
6542 </member>
6543 <member name="M:XPExplorerBar.Parser.ExtractContent">
6544 <summary>
6545 Extracts a Bitmap from a "content" property
6546 </summary>
6547 </member>
6548 <member name="M:XPExplorerBar.Parser.ExtractContentAlignment">
6549 <summary>
6550 Extracts a ContentAlignment from a "contentalign" property
6551 </summary>
6552 </member>
6553 <member name="M:XPExplorerBar.Parser.GetContentAlignment(System.String)">
6554 <summary>
6555 Returns the ContentAlignment value contained in the specified string
6556 </summary>
6557 <param name="s"></param>
6558 <returns></returns>
6559 </member>
6560 <member name="M:XPExplorerBar.Parser.ExtractFontFace">
6561 <summary>
6562 Gets the FontFace property
6563 </summary>
6564 </member>
6565 <member name="M:XPExplorerBar.Parser.ExtractFontSize">
6566 <summary>
6567 Gets the FontFace property
6568 </summary>
6569 </member>
6570 <member name="M:XPExplorerBar.Parser.ExtractFontWeight">
6571 <summary>
6572 Gets the FontWeight property
6573 </summary>
6574 </member>
6575 <member name="M:XPExplorerBar.Parser.ExtractFontStyle">
6576 <summary>
6577 Gets the FontStyle property
6578 </summary>
6579 </member>
6580 <member name="M:XPExplorerBar.Parser.ExtractBackground">
6581 <summary>
6582 Gets the Background property
6583 </summary>
6584 </member>
6585 <member name="M:XPExplorerBar.Parser.ExtractBitmap">
6586 <summary>
6587 Extracts bitmap specified by the current token from
6588 the ShellStyle.dll
6589 </summary>
6590 </member>
6591 <member name="M:XPExplorerBar.Parser.ExtractForeground">
6592 <summary>
6593 Gets the Foreground color property
6594 </summary>
6595 </member>
6596 <member name="M:XPExplorerBar.Parser.ExtractPadding">
6597 <summary>
6598 Gets the Padding property
6599 </summary>
6600 </member>
6601 <member name="M:XPExplorerBar.Parser.ExtractMargin">
6602 <summary>
6603 Gets the Margin property
6604 </summary>
6605 </member>
6606 <member name="M:XPExplorerBar.Parser.ExtractBorder">
6607 <summary>
6608 Gets the Border property
6609 </summary>
6610 </member>
6611 <member name="M:XPExplorerBar.Parser.ExtractBorderColor">
6612 <summary>
6613 Gets the Border color property
6614 </summary>
6615 </member>
6616 <member name="M:XPExplorerBar.Parser.ExtractColor">
6617 <summary>
6618 Extracts a color from the current token
6619 </summary>
6620 <returns></returns>
6621 </member>
6622 <member name="M:XPExplorerBar.Parser.ExtractRGBColor">
6623 <summary>
6624 Extracts a RGB color from the current token
6625 </summary>
6626 <returns></returns>
6627 </member>
6628 <member name="M:XPExplorerBar.Parser.ExtractARGBColor">
6629 <summary>
6630 Extracts an ARGB color from the current token
6631 </summary>
6632 <returns></returns>
6633 </member>
6634 <member name="M:XPExplorerBar.Parser.ExtractHexColor(System.String)">
6635 <summary>
6636 Extracts a color from a hexadecimal string
6637 </summary>
6638 <param name="s"></param>
6639 <returns></returns>
6640 </member>
6641 <member name="M:XPExplorerBar.Parser.GetBytes(System.String)">
6642 <summary>
6643
6644 </summary>
6645 <param name="hexString"></param>
6646 <returns></returns>
6647 </member>
6648 <member name="M:XPExplorerBar.Parser.IsHexDigit(System.Char)">
6649 <summary>
6650
6651 </summary>
6652 <param name="c"></param>
6653 <returns></returns>
6654 </member>
6655 <member name="M:XPExplorerBar.Parser.HexToByte(System.String)">
6656 <summary>
6657
6658 </summary>
6659 <param name="hex"></param>
6660 <returns></returns>
6661 </member>
6662 <member name="T:XPExplorerBar.StringTokenizer">
6663 <summary>
6664 A class that breaks a string into tokens
6665 </summary>
6666 </member>
6667 <member name="F:XPExplorerBar.StringTokenizer.currentIndex">
6668 <summary>
6669 The index of the current token
6670 </summary>
6671 </member>
6672 <member name="F:XPExplorerBar.StringTokenizer.numberOfTokens">
6673 <summary>
6674 The number of tokens
6675 </summary>
6676 </member>
6677 <member name="F:XPExplorerBar.StringTokenizer.tokens">
6678 <summary>
6679 Internal list of tokens
6680 </summary>
6681 </member>
6682 <member name="F:XPExplorerBar.StringTokenizer.source">
6683 <summary>
6684 The string to be parsed
6685 </summary>
6686 </member>
6687 <member name="F:XPExplorerBar.StringTokenizer.delimiter">
6688 <summary>
6689 The delimiters
6690 </summary>
6691 </member>
6692 <member name="M:XPExplorerBar.StringTokenizer.#ctor(System.String,System.String)">
6693 <summary>
6694 Initializes a new instance of the StringTokenizer class with the
6695 specified source string and delimiters
6696 </summary>
6697 <param name="source">The String to be parsed</param>
6698 <param name="delimiter">A String containing the delimiters</param>
6699 </member>
6700 <member name="M:XPExplorerBar.StringTokenizer.#ctor(System.String,System.Char[])">
6701 <summary>
6702 Initializes a new instance of the StringTokenizer class with the
6703 specified source string and delimiters
6704 </summary>
6705 <param name="source">The String to be parsed</param>
6706 <param name="delimiter">A char array containing the delimiters</param>
6707 </member>
6708 <member name="M:XPExplorerBar.StringTokenizer.#ctor(System.String)">
6709 <summary>
6710 Initializes a new instance of the StringTokenizer class with the
6711 specified source string
6712 </summary>
6713 <param name="source">The String to be parsed</param>
6714 </member>
6715 <member name="M:XPExplorerBar.StringTokenizer.Tokenize">
6716 <summary>
6717 Parses the source string
6718 </summary>
6719 </member>
6720 <member name="M:XPExplorerBar.StringTokenizer.CountTokens">
6721 <summary>
6722 Returns the number of tokens in the string
6723 </summary>
6724 <returns>The number of tokens in the string</returns>
6725 </member>
6726 <member name="M:XPExplorerBar.StringTokenizer.HasMoreTokens">
6727 <summary>
6728 Checks if there are more tokens available from this tokenizer's
6729 string
6730 </summary>
6731 <returns>true if more tokens are available, false otherwise</returns>
6732 </member>
6733 <member name="M:XPExplorerBar.StringTokenizer.NextToken">
6734 <summary>
6735 Returns the current token and moves to the next token
6736 </summary>
6737 <returns>The current token</returns>
6738 </member>
6739 <member name="M:XPExplorerBar.StringTokenizer.SkipToken">
6740 <summary>
6741 Moves to the next token without returning the current token
6742 </summary>
6743 </member>
6744 <member name="M:XPExplorerBar.StringTokenizer.PeekToken">
6745 <summary>
6746 Returns the current token but does not move to the next token
6747 </summary>
6748 <returns></returns>
6749 </member>
6750 <member name="P:XPExplorerBar.StringTokenizer.Source">
6751 <summary>
6752 Returns the source string
6753 </summary>
6754 </member>
6755 <member name="P:XPExplorerBar.StringTokenizer.Delimiter">
6756 <summary>
6757 Returns a string that contains the delimiters used to
6758 parse the source string
6759 </summary>
6760 </member>
6761 <member name="T:XPExplorerBar.XPCheckedListBox">
6762 <summary>
6763 A CheckedListBox that correctly draws themed borders if Windows XP
6764 Visual Styles are enabled when it recieves a WM_PRINT message
6765 </summary>
6766 </member>
6767 <member name="F:XPExplorerBar.XPCheckedListBox.visualStylesEnabled">
6768 <summary>
6769 The cached value of whether Xindows XP Visual Styles are enabled
6770 </summary>
6771 </member>
6772 <member name="M:XPExplorerBar.XPCheckedListBox.#ctor">
6773 <summary>
6774 Initializes a new instance of the XPCheckedListBox class with default settings
6775 </summary>
6776 </member>
6777 <member name="M:XPExplorerBar.XPCheckedListBox.OnSystemColorsChanged(System.EventArgs)">
6778 <summary>
6779 Raises the SystemColorsChanged event
6780 </summary>
6781 <param name="e">An EventArgs that contains the event data</param>
6782 </member>
6783 <member name="M:XPExplorerBar.XPCheckedListBox.WndProc(System.Windows.Forms.Message@)">
6784 <summary>
6785 Processes Windows messages
6786 </summary>
6787 <param name="m">The Windows Message to process</param>
6788 </member>
6789 <member name="P:XPExplorerBar.XPCheckedListBox.VisualStylesEnabled">
6790 <summary>
6791 Returns whether Windows XP Visual Styles are currently enabled
6792 </summary>
6793 </member>
6794 <member name="T:XPExplorerBar.XPDateTimePicker">
6795 <summary>
6796 A DateTimePicker that correctly draws themed borders if Windows XP
6797 Visual Styles are enabled when it recieves a WM_PRINT message
6798 </summary>
6799 </member>
6800 <member name="F:XPExplorerBar.XPDateTimePicker.visualStylesEnabled">
6801 <summary>
6802 The cached value of whether Xindows XP Visual Styles are enabled
6803 </summary>
6804 </member>
6805 <member name="M:XPExplorerBar.XPDateTimePicker.#ctor">
6806 <summary>
6807 Initializes a new instance of the XPDateTimePicker class with default settings
6808 </summary>
6809 </member>
6810 <member name="M:XPExplorerBar.XPDateTimePicker.OnSystemColorsChanged(System.EventArgs)">
6811 <summary>
6812 Raises the SystemColorsChanged event
6813 </summary>
6814 <param name="e">An EventArgs that contains the event data</param>
6815 </member>
6816 <member name="M:XPExplorerBar.XPDateTimePicker.WndProc(System.Windows.Forms.Message@)">
6817 <summary>
6818 Processes Windows messages
6819 </summary>
6820 <param name="m">The Windows Message to process</param>
6821 </member>
6822 <member name="P:XPExplorerBar.XPDateTimePicker.VisualStylesEnabled">
6823 <summary>
6824 Returns whether Windows XP Visual Styles are currently enabled
6825 </summary>
6826 </member>
6827 <member name="T:XPExplorerBar.XPListBox">
6828 <summary>
6829 A ListBox that correctly draws themed borders if Windows XP
6830 Visual Styles are enabled when it recieves a WM_PRINT message
6831 </summary>
6832 </member>
6833 <member name="F:XPExplorerBar.XPListBox.visualStylesEnabled">
6834 <summary>
6835 The cached value of whether Xindows XP Visual Styles are enabled
6836 </summary>
6837 </member>
6838 <member name="M:XPExplorerBar.XPListBox.#ctor">
6839 <summary>
6840 Initializes a new instance of the XPListBox class with default settings
6841 </summary>
6842 </member>
6843 <member name="M:XPExplorerBar.XPListBox.OnSystemColorsChanged(System.EventArgs)">
6844 <summary>
6845 Raises the SystemColorsChanged event
6846 </summary>
6847 <param name="e">An EventArgs that contains the event data</param>
6848 </member>
6849 <member name="M:XPExplorerBar.XPListBox.WndProc(System.Windows.Forms.Message@)">
6850 <summary>
6851 Processes Windows messages
6852 </summary>
6853 <param name="m">The Windows Message to process</param>
6854 </member>
6855 <member name="P:XPExplorerBar.XPListBox.VisualStylesEnabled">
6856 <summary>
6857 Returns whether Windows XP Visual Styles are currently enabled
6858 </summary>
6859 </member>
6860 <member name="T:XPExplorerBar.XPListView">
6861 <summary>
6862 A ListView that correctly draws themed borders if Windows XP
6863 Visual Styles are enabled when it recieves a WM_PRINT message
6864 </summary>
6865 </member>
6866 <member name="F:XPExplorerBar.XPListView.visualStylesEnabled">
6867 <summary>
6868 The cached value of whether Xindows XP Visual Styles are enabled
6869 </summary>
6870 </member>
6871 <member name="M:XPExplorerBar.XPListView.#ctor">
6872 <summary>
6873 Initializes a new instance of the XPListView class with default settings
6874 </summary>
6875 </member>
6876 <member name="M:XPExplorerBar.XPListView.OnSystemColorsChanged(System.EventArgs)">
6877 <summary>
6878 Raises the SystemColorsChanged event
6879 </summary>
6880 <param name="e">An EventArgs that contains the event data</param>
6881 </member>
6882 <member name="M:XPExplorerBar.XPListView.WndProc(System.Windows.Forms.Message@)">
6883 <summary>
6884 Processes Windows messages
6885 </summary>
6886 <param name="m">The Windows Message to process</param>
6887 </member>
6888 <member name="P:XPExplorerBar.XPListView.VisualStylesEnabled">
6889 <summary>
6890 Returns whether Windows XP Visual Styles are currently enabled
6891 </summary>
6892 </member>
6893 <member name="T:XPExplorerBar.XPTextBox">
6894 <summary>
6895 A TextBox that correctly draws themed borders if Windows XP
6896 Visual Styles are enabled when it recieves a WM_PRINT message
6897 </summary>
6898 </member>
6899 <member name="F:XPExplorerBar.XPTextBox.visualStylesEnabled">
6900 <summary>
6901 The cached value of whether Xindows XP Visual Styles are enabled
6902 </summary>
6903 </member>
6904 <member name="M:XPExplorerBar.XPTextBox.#ctor">
6905 <summary>
6906 Initializes a new instance of the XPTextBox class with default settings
6907 </summary>
6908 </member>
6909 <member name="M:XPExplorerBar.XPTextBox.OnSystemColorsChanged(System.EventArgs)">
6910 <summary>
6911 Raises the SystemColorsChanged event
6912 </summary>
6913 <param name="e">An EventArgs that contains the event data</param>
6914 </member>
6915 <member name="M:XPExplorerBar.XPTextBox.WndProc(System.Windows.Forms.Message@)">
6916 <summary>
6917 Processes Windows messages
6918 </summary>
6919 <param name="m">The Windows Message to process</param>
6920 </member>
6921 <member name="P:XPExplorerBar.XPTextBox.VisualStylesEnabled">
6922 <summary>
6923 Returns whether Windows XP Visual Styles are currently enabled
6924 </summary>
6925 </member>
6926 <member name="T:XPExplorerBar.XPTreeView">
6927 <summary>
6928 A TreeView that correctly draws themed borders if Windows XP
6929 Visual Styles are enabled when it recieves a WM_PRINT message
6930 </summary>
6931 </member>
6932 <member name="F:XPExplorerBar.XPTreeView.visualStylesEnabled">
6933 <summary>
6934 The cached value of whether Xindows XP Visual Styles are enabled
6935 </summary>
6936 </member>
6937 <member name="M:XPExplorerBar.XPTreeView.#ctor">
6938 <summary>
6939 Initializes a new instance of the XPTreeView class with default settings
6940 </summary>
6941 </member>
6942 <member name="M:XPExplorerBar.XPTreeView.OnSystemColorsChanged(System.EventArgs)">
6943 <summary>
6944 Raises the SystemColorsChanged event
6945 </summary>
6946 <param name="e">An EventArgs that contains the event data</param>
6947 </member>
6948 <member name="M:XPExplorerBar.XPTreeView.WndProc(System.Windows.Forms.Message@)">
6949 <summary>
6950 Processes Windows messages
6951 </summary>
6952 <param name="m">The Windows Message to process</param>
6953 </member>
6954 <member name="P:XPExplorerBar.XPTreeView.VisualStylesEnabled">
6955 <summary>
6956 Returns whether Windows XP Visual Styles are currently enabled
6957 </summary>
6958 </member>
6959 </members>
6960</doc>