[This is preliminary documentation and is subject to change.]

Contains tools related to Windows Forms (WinForms) GUI technology. This includes helper classes as well as WinForms controls.

Classes

  ClassDescription
AboutDialog
Represents about dialog for application
ApplicationCommandEventArgs
Argument of the ApplicationCommand event
ControlsWin
A strongly-typed resource class, for looking up localized strings, formatting them, etc.
DataBoundToolStripComboBox
ToolStripComboBox that allows databinding
DataBoundToolStripLabel
ToolStripLabel that allows databinding
EncodingDialog
Dialog that allows user to select encoding
EncodingDialog..::.EncodingCancelEventArgs
Argument of the OKClicked event
EncodingSelector
Control taht allows user to chose from available encoding
EncodingSelector..::.EncodingInfoToDisplay
Wrapper class aroun EncodingInfo in order to be displayed in list
EncodingSelector..::.EncodingSelectorItemClickEventArgs
Erguments of the ItemDoubleClick event
ExtendedForm
Form with additional functionality based on Win32 API
frmEncodingDialog
Representf dialog shown by EncodingDialog
frmEncodingDialog..::.TestResult
Result of encoding test
HTMLDialog
HTML dialog box
KeyWordsEditor
Control that allows eas and very sophisticated editing of set of keywords
KeyWordsEditor..::.StatusProxy
Proxy for the Status property in design time
LinkLabel
LinkLabel with improved design-time behavior
LinkLabel..::.AutoLink
Link that performs navigation automatically
LinkLabel..::.LinkClickedEventArgs
Arguments of the LinkClicked event
LinkLabel..::.LinkItem
Generic link
LinkLabel..::.LinkLabelItem
Common base for items in Items
LinkLabel..::.LinkLabelItemsEditor
Allows editing of the Items collection at design-time
LinkLabel..::.LinkLabelItemsEditor..::.CollectionForm
Provides a modal dialog box for editing the contents of the ListWithEvents<(Of <(T>)>) using a UITypeEditor.
LinkLabel..::.TextItem
Non-link (text only) item of LinkLabel
MessageBox
Implements MessageBox for as Form
MessageBoxForm
Implements GUI (form) for MessageBox
ObjectBrowser
Control for browsing .NET assemblies
ProgressBarWithText
Implements ProgressBar with overlay text
ProgressMonitor
This Form serves as predefined progress monitor with ProgressBar for BackgroundWorker
ScreenSaverBase
Provides common base for implementing Windows screensawers
StatusMarker
Marks state of data item
StepEventArgs
Arguments of wizard events related to spets
TextBoxWithStatus Obsolete.
Note: This control will be removed and replaced with attachable implementation of StatusMarker
TransparentLabel
Label which's background *really* transparent
TransparentTextBox
RichTextBox with transparent background
UserControlExtended
Provides empty base class for user controls that extends UserControl by adding several features.
Wizard
Wizard form
Wizard..::.StepsIEnumerable
Wizard<(Of <(T>)>)
Implements Wizard<(Of <(T>)>) with specific first-step control

Structures

  StructureDescription
ObjectBrowser..::.NavigationPoint
Represents point for forward/backward navigation

Interfaces

  InterfaceDescription
IControlWithStatus
Provides common interface for controls that exposes its status
IWizardControl
Provides basic interface for wizard steps of Wizard<(Of <(T>)>).

Delegates

Enumerations

  EnumerationDescription
ApplicationComands
Application command
ApplicationCommandEventArgs..::.Devices
Identifies source device kind of application commnd
EncodingDialog..::.EncodingFilters
Filters encoding by its parameters
EncodingSelector..::.EncodingSelectorStyle
EncodingSelector..::.enmColumnOrder
Specifies all possible orders of columns
ExtendedForm..::.SystemMenuState
Possible states of system menu
StatusMarker..::.Statuses
Supported states of StatusMarker

See Also