[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
Public classAboutDialog
Represents about dialog for application
Public classApplicationCommandEventArgs
Argument of the ApplicationCommand event
Public classControlsWin
A strongly-typed resource class, for looking up localized strings, formatting them, etc.
Public classDataBoundToolStripComboBox
ToolStripComboBox that allows databinding
Public classDataBoundToolStripLabel
ToolStripLabel that allows databinding
Public classEncodingDialog
Dialog that allows user to select encoding
Public classEncodingDialog..::..EncodingCancelEventArgs
Argument of the OKClicked event
Public classEncodingSelector
Control taht allows user to chose from available encoding
Protected classEncodingSelector..::..EncodingInfoToDisplay
Wrapper class aroun EncodingInfo in order to be displayed in list
Public classEncodingSelector..::..EncodingSelectorItemClickEventArgs
Erguments of the ItemDoubleClick event
Public classExtendedForm
Form with additional functionality based on Win32 API
Public classfrmEncodingDialog
Representf dialog shown by EncodingDialog
Protected classfrmEncodingDialog..::..TestResult
Result of encoding test
Public classHTMLDialog
HTML dialog box
Public classKeyWordsEditor
Control that allows eas and very sophisticated editing of set of keywords
Public classKeyWordsEditor..::..StatusProxy
Proxy for the Status property in design time
Public classLinkLabel
LinkLabel with improved design-time behavior
Public classLinkLabel..::..AutoLink
Link that performs navigation automatically
Public classLinkLabel..::..LinkClickedEventArgs
Arguments of the LinkClicked event
Public classLinkLabel..::..LinkItem
Generic link
Public classLinkLabel..::..LinkLabelItem
Common base for items in Items
Public classLinkLabel..::..LinkLabelItemsEditor
Allows editing of the Items collection at design-time
Protected classLinkLabel..::..LinkLabelItemsEditor..::..CollectionForm
Provides a modal dialog box for editing the contents of the ListWithEvents<(Of <(<'T>)>)> using a UITypeEditor.
Public classLinkLabel..::..TextItem
Non-link (text only) item of LinkLabel
Public classMessageBox
Implements MessageBox for as Form
Public classMessageBoxForm
Implements GUI (form) for MessageBox
Public classObjectBrowser
Control for browsing .NET assemblies
Public classProgressBarWithText
Implements ProgressBar with overlay text
Public classProgressMonitor
This Form serves as predefined progress monitor with ProgressBar for BackgroundWorker
Public classPropertyGridEditor<(Of <(<'T>)>)>
Strongly-typed PropertyGrid
Public classScreenSaverBase
Provides common base for implementing Windows screensawers
Public classStatusMarker
Marks state of data item
Public classStepEventArgs
Arguments of wizard events related to spets
Public classTextBoxWithStatus Obsolete.
Note: This control will be removed and replaced with attachable implementation of StatusMarker
Public classTransparentLabel
Label which's background *really* transparent
Public classTransparentTextBox
RichTextBox with transparent background
Public classUserControlExtended
Provides empty base class for user controls that extends UserControl by adding several features.
Public classWizard
Wizard form
Public classWizard..::..StepsIEnumerable
Public classWizard<(Of <(<'T>)>)>
Implements Wizard<(Of <(<'T>)>)> with specific first-step control

Structures

  StructureDescription
Protected structureObjectBrowser..::..NavigationPoint
Represents point for forward/backward navigation

Interfaces

  InterfaceDescription
Public interfaceIControlWithStatus
Provides common interface for controls that exposes its status
Public interfaceIWizardControl
Provides basic interface for wizard steps of Wizard<(Of <(<'T>)>)>.

Delegates

Enumerations

  EnumerationDescription
Public enumerationApplicationComands
Application command
Public enumerationApplicationCommandEventArgs..::..Devices
Identifies source device kind of application commnd
Public enumerationEncodingDialog..::..EncodingFilters
Filters encoding by its parameters
Public enumerationEncodingSelector..::..EncodingSelectorStyle
Public enumerationEncodingSelector..::..enmColumnOrder
Specifies all possible orders of columns
Public enumerationExtendedForm..::..SystemMenuState
Possible states of system menu
Public enumerationStatusMarker..::..Statuses
Supported states of StatusMarker

See Also