Microsoft.SDK.Samples.VistaBridge.Library Namespace
From Vista Bridge Library
| Vista Bridge Library for Managed code development |
| Microsoft.SDK.Samples.VistaBridge.Library Namespace |
| Send Feedback |
[This is preliminary documentation and is subject to change.]
Classes that implement several features in the Vista Bridge library.
Classes
| Class | Description | |
|---|---|---|
| BreadcrumbBar | ||
| CommonFileDialog |
The abstract base class for the common file dialogs.
| |
| CommonFileDialogButton |
Common class for all PushButton controls on Common File Dialog
| |
| CommonFileDialogCheckBox |
Common class for all CheckButton controls on Common File Dialog
| |
| CommonFileDialogComboBox |
Common class for all ComboBox controls on Common File Dialog
| |
| CommonFileDialogComboBoxItem |
Class that represents a ComboBoxItem for the Common File Dialog
| |
| CommonFileDialogControl |
Abstract class that supports shared functionality for
common file dialog controls.
| |
| CommonFileDialogFilter |
Stores file extenstions used to filter files that appear in
File Open and File Save dialogs.
| |
| CommonFileDialogFilterCollection |
Strongly typed collection for file dialog filters.
| |
| CommonFileDialogFolderChangeEventArgs |
The event data associated with FolderChanging event.
| |
| CommonFileDialogGroupBox |
The abstract class a group box control for the Common File Dialog
| |
| CommonFileDialogLabel |
Common class for label controls on Common File Dialog
| |
| CommonFileDialogMenu |
Common class for all Menu controls on Common File Dialog
| |
| CommonFileDialogMenuItem |
Common class for the menu items for the Common File Dialog
| |
| CommonFileDialogProminentControl |
Common class for all Prominent controls on Common File Dialog
| |
| CommonFileDialogRadioButtonList |
Represents a radio button list for the Common File Dialog
| |
| CommonFileDialogRadioButtonListItem |
List item for the CommonFileDialogRadioButtonList object
| |
| CommonFileDialogResult |
Used to store the result of displaying a dialog.
| |
| CommonFileDialogSeparator |
Common class for the simplest seperator control
| |
| CommonFileDialogStandardFilters |
Defines commonly used file filters.
| |
| CommonFileDialogTextBox |
Common class for all TextBox controls on Common File Dialog
| |
| CommonOpenFileDialog |
Provides access to a Vista Common File Dialog, which allows the user
to select one or more files.
| |
| CommonSaveFileDialog |
Provides access to a Vista Common File Dialog, which allows the user
to select the filename and location for a saved file.
| |
| DialogControl |
Abstract base class for all dialog controls
| |
| DialogControlCollection<(Of <(T>)>) |
Strongly typed collection for dialog controls.
| |
| InteropHelper |
Helper class that exposes various Win32 functions as managed methods and properties.
| |
| TaskDialog |
Encapsulates a new-to-Vista Win32 TaskDialog window
- a powerful successor to the MessageBox available
in previous versions of Windows.
| |
| TaskDialogBar |
Common class for all task dialog bar controls, such as the progress and marquee bars.
| |
| TaskDialogButton |
Implements a button that can be hosted in a task dialog.
| |
| TaskDialogButtonBase |
The abstract base class for task dialog buttons.
Classes that inherit from this class will inherit
the Text property defined in this class.
| |
| TaskDialogClosingEventArgs |
Data associated with Closing event.
| |
| TaskDialogCommandLink |
Represents a command-link.
| |
| TaskDialogControl |
Abstract base class for all custom task dialog controls.
| |
| TaskDialogHyperlinkClickedEventArgs |
Event data associated with a HyperlinkClick event.
| |
| TaskDialogMarquee |
Creates a marquee style progress bar.
| |
| TaskDialogProgressBar |
Provides a visual representation of the progress of a long running operation.
| |
| TaskDialogRadioButton |
Defines a radio button that can be hosted in by a
TaskDialog object.
| |
| TaskDialogResult |
Indicates the various buttons and options clicked by the user on the task dialog.
| |
| TaskDialogTickEventArgs |
The event data for the Tick event.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| TaskDialogExpandedInformationLocation |
Specifies the options for expand/collapse sections in dialogs.
| |
| TaskDialogProgressBarState |
Sets the state of a task dialog progress bar.
| |
| TaskDialogStandardButton |
Identifies one of the standard buttons that
can be displayed via TaskDialog.
| |
| TaskDialogStandardButtons |
Provides standard combinations of standard buttons in the TaskDialog.
| |
| TaskDialogStandardIcon |
Specifies the icon displayed in a task dialog.
| |
| TaskDialogStartupLocation |
Specifies the initial display location for a task dialog.
|