GOA - System.Windows.Forms

System.Windows.Forms Namespace


Classes

ClassDescription
ApplicationProvides static methods and properties to manage an application and get information about it. 
AsyncImageBoxRepresents a control that can host an image loaded asynchronously. 
AsyncMovieBoxRepresents a control that can host a movie loaded asynchronously. 
BaseCollectionProvides a base class for collections in the System.Windows.Forms namespace. 
ButtonRepresents a button control. 
ButtonBaseImplements the basic functionality common to button controls. 
CheckBoxRepresents a check box control. 
CheckedListBox.CheckedIndexCollectionEncapsulates the collection of indexes of checked items (including items in an indeterminate state) in a CheckedListBox
CheckedListBox.CheckedItemCollectionEncapsulates the collection of checked items (including items in an indeterminate state) in a CheckedListBox control. 
CheckedListBox.ObjectCollectionRepresents the collection of items in a CheckedListBox
CheckedListBoxDisplays a ListBox in which a check box is displayed to the left of each item. 
ComboBox.ObjectCollectionRepresents the collection of items in a ComboBox
ComboBoxRepresents a combo box control. 
ContainerControlProvides focus management functionality for controls that can function as a container for other controls. 
ContextMenuStripRepresents a shortcut menu. 
Control.ControlCollectionRepresents a collection of Control objects. 
ControlDefines the base class for controls, which are components with visual representation. 
ControlEventArgsProvides data for the ControlAdded and ControlRemoved events. 
CursorRepresents the image used to paint the mouse pointer. 
CursorsProvides a collection of Cursor objects for use by an application. 
DateRangeEventArgsProvides data for the DateChanged or DateSelected events of the MonthCalendar control. 
DebugConsoleProvides the display of debug messages in a Flash application. 
DialogResultListenerRepresents a listener for a dialog box. 
DrawItemEventArgsProvides data for the DrawItem event. 
ExtAppContainerRepresents a container that is used to load the external application. 
FormRepresents a window that represents the user interface of an application. 
GroupBoxRepresents a group box control. 
HScrollBarRepresents a standard horizontal scroll bar. 
HtmlBoxRepresents a control that can host Html text. 
HtmlBoxLinkEventArgsProvides data for the LinkClicked event. 
ImageBoxRepresents a control that is used to show image. 
ImageListProvides methods to handle a collection of images. 
ItemCheckEventArgsProvides data for the ItemCheck event of the CheckedListBox control. 
KeyEventArgsProvides data for the KeyDown or KeyUp event. 
KeyPressEventArgsProvides data for the KeyPress event. 
LabelRepresents a label. 
LayoutEventArgsProvides data for the Layout event. 
LinkRepresents a hyperlink. 
ListBox.ObjectCollectionRepresents the collection of items in a ListBox
ListBox.SelectedIndexCollectionRepresents a collection which contains the indexes of the selected items in the ListBox
ListBox.SelectedObjectCollectionRepresents a collection which contains the selected items of the ListBox
ListBoxRepresents a list box control. 
ListControlProvides a common implementation of members for the ListBox and ComboBox classes. 
MeasureItemEventArgsProvides data for the MeasureItem event of the ListBox, ComboBox and CheckedListBox controls. 
MenuStripRepresents a menu bar control. 
MessageBoxDisplays a message box that can contain text, buttons, and symbols that inform and instruct the user. 
MonthCalendar.HitTestInfoContains information about a component of a MonthCalendar control. 
MonthCalendarRepresents a standard Windows month calendar control. 
MouseEventArgsProvides data for the MouseUp, MouseDown, and MouseMove events. 
MovieBoxRepresents a control that can host a Movie
NodeLabelEditEventArgsProvides data for the BeforeLabelEdit and AfterLabelEdit events. 
NumericUpDownRepresents an up-down control that displays numeric values. 
PaddingRepresents padding or margin information associated with a user interface (UI) element. 
PaintEventArgsProvides data for the Paint event. 
PanelRepresents a panel control. 
ProgressBarRepresents a progress bar control. 
RadioButtonRepresents a radio button. 
RichTextBoxRepresents a rich text box control. 
ScrollBarImplements the basic functionality of a scroll bar control. 
ScrollBarInfoProvides information about ScrollBar objects. 
ScrollEventArgsProvides data for the Scroll event. 
ScrollableControl.DockPaddingEdgesDetermines the border padding for docked controls. 
ScrollableControlDefines a base class for controls that support auto-scrolling behavior. 
SelectionRangeRepresents a date selection range in a month calendar control. 
SplitterRepresents a splitter control that allows the user to resize docked controls. 
SplitterEventArgsProvides data for SplitterMoving and the SplitterMoved events. 
StatusStripRepresents a status bar control. 
SystemInformationProvides information about the system. 
SystemMenuRepresents a system menu. 
SystemMenuItemRepresents an item of a SystemMenu
SystemMenuItemCollectionRepresents the collection of items in a SystemMenu
TabControl.ControlCollectionContains a collection of Control objects. 
TabControl.TabPageCollectionContains a collection of TabPage objects. 
TabControlManages a related set of tab pages represented by TabPage
TabControlCancelEventArgsProvides data for the Selecting and Deselecting events of a TabControl control. 
TabControlEventArgsProvides data for the Selected and Deselected events of a TabControl control. 
TabPageRepresents a single tab page in a TabControl
TextBoxRepresents a text box control. 
TextBoxBaseImplements the basic functionality required by text controls. 
TimerImplements a timer that raises an event at user-defined intervals. This timer is optimized for use in Forms applications and must be used in a window. 
ToolStripRepresents a container for toolbar objects. 
ToolStripButtonRepresents the ToolStripItem of the ToolStrip
ToolStripComboBoxRepresents a ToolStripComboBox that is placed on the ToolStrip
ToolStripContainerProvides panels on each side of the form and a central panel. 
ToolStripContentPanelRepresents the center panel of the ToolStripContainer
ToolStripControlHostProvides a class to host custom controls. 
ToolStripDropDownRepresents a control that allows the user to select a single item from a list that is displayed when the user clicks a ToolStripDropDownButton
ToolStripDropDownButtonRepresents a control that can contain the ToolStripDropDown items. 
ToolStripDropDownClosedEventArgsProvides data for the Closed event. 
ToolStripDropDownClosingEventArgsProvides data for the Closing event. 
ToolStripDropDownItemProvides basic functionality for controls that display a ToolStripDropDown
ToolStripDropDownMenuProvides basic functionality for the ContextMenuStrip control. 
ToolStripItemRepresents the base class that manages all the elements that a ToolStrip or ToolStripDropDown can contain. 
ToolStripItemClickedEventArgsProvides data for the click event of the ToolStripItem
ToolStripItemCollectionRepresents a collection of ToolStripItem objects. 
ToolStripLabelRepresents the label on the ToolStrip and can display hyperlinks. 
ToolStripMenuItemRepresents a selectable items on the ToolStrip
ToolStripOverflowManages the overflow behavior of a ToolStrip
ToolStripOverflowButtonRepresents a ToolStripDropDown which displays items that overflow the ToolStrip
ToolStripPanelRepresents a panel that can hold one or more ToolStrip, MenuStrip, or StatusStrip controls. 
ToolStripProgressBarRepresents a progress bar that is placed on the StatusStrip
ToolStripSeparatorRepresents a line that is used to separate the items of a ToolStrip or the drop-down items of a MenuStrip or ContextMenuStrip or other ToolStripDropDown control. 
ToolStripSplitButtonRepresents a combination of a button on the left and a drop-down button on the right. 
ToolStripStatusLabelRepresents a label that is placed on the StatusStrip
ToolStripTextBoxRepresents a text box in the ToolStrip and it is used to enter text. 
ToolTipRepresents a small rectangular pop-up window that displays a brief description of a control's purpose when the mouse hovers over the control. 
TreeNodeRepresents a node of a TreeView
TreeNodeCollectionRepresents a collection of TreeNode objects. 
TreeViewDisplays a hierarchical collection of labeled items, each represented by a TreeNode
TreeViewCancelEventArgsProvides data for the BeforeCheck, BeforeCollapse, BeforeExpand, or BeforeSelect events of a TreeView control. 
TreeViewEventArgsProvides data for the AfterCheck, AfterCollapse, AfterExpand, or AfterSelect events of a TreeView control. 
TreeViewHitTestInfoContains information about an area of a TreeView control or a TreeNode
UpDownBaseImplements the basic functionality required by an up-down control. 
UpDownEventArgsProvides data for controls that derive from the UpDownBase control. 
VScrollBarRepresents a standard vertical scroll bar. 
VideoBoxRepresents a control that can host a Video
_Tmp_StringResources 

Interfaces

InterfaceDescription
IButtonControlAllows a control to act like a button on a form. 
IContainerControlProvides the functionality for a control to act as a parent for other controls. 
IListItemProvides the implementation for an object that can be added to a ListBox items collection. 

Delegates

DelegatesDescription
ControlEventHandlerRepresents the method that will handle the ControlAdded and ControlRemoved events of the Control class. 
DateRangeEventHandlerRepresents the method that will handle the DateChanged or DateSelected event of a MonthCalendar
DrawItemEventHandlerRepresents the method that will handle the DrawItem event of a ComboBox, ListBox or TabControl control. 
HtmlBoxLinkEventHandlerRepresents the method that will handle the LinkClicked event in the System.Windows.Forms.HtmlBox. 
ItemCheckEventHandlerRepresents the method that will handle the ItemCheck event of a CheckedListBox control. 
KeyEventHandlerRepresents the method that will handle the KeyUp or KeyDown event of a Control
KeyPressEventHandlerRepresents the method that will handle the KeyPress event of a Control
LayoutEventHandlerRepresents the method that will handle the Layout event of a Control
MeasureItemEventHandlerRepresents the method that will handle the MeasureItem event of the ListBox, ComboBox or CheckedListBox controls. 
MouseEventHandlerRepresents the method that will handle the MouseUp, MouseDown, or MouseMove event of a form, control, or other component. 
NodeLabelEditEventHandlerRepresents the method that will handle the BeforeLabelEdit and AfterLabelEdit events of a TreeView control. 
PaintEventHandlerRepresents the method that will handle the Paint event of a Control
ScrollEventHandlerRepresents the method that handles the Scroll event of a ScrollBar
SplitterEventHandlerRepresents the method that will handle the SplitterMoving and SplitterMoved events of a Splitter
TabControlCancelEventHandlerRepresents the method that will handle the Selecting or Deselecting event of a TabControl control. 
TabControlEventHandlerRepresents the method that will handle the Selected or Deselected event of a TabControl control. 
ToolStripDropDownClosedEventHandlerRepresents the method that will handle the Closed event of a ToolStripDropDown
ToolStripDropDownClosingEventHandlerRepresents the method that will handle the Closing event of a ToolStripDropDown
ToolStripItemClickedEventHandlerRepresents the method that will handle the Click event of a ToolStripItem
TreeViewCancelEventHandlerRepresents the method that will handle the BeforeCheck, BeforeCollapse, BeforeExpand, or BeforeSelect event of a TreeView
TreeViewEventHandlerRepresents the method that will handle the AfterCheck, AfterCollapse, AfterExpand, or AfterSelect event of a TreeView
UpDownEventHandlerRepresents the method that will handle an event for an internal class. 

Enumerations

EnumerationsDescription
AnchorStylesSpecifies how a control anchors to the edges of its container. 
AppearanceSpecifies the appearance of a control. 
ArrowDirectionSpecifies the moving direction in the GetNextItem method. 
Border3DSide 
Border3DStyleSpecifies the style of a three-dimensional border. 
BorderStyleSpecifies the border style for a control. 
BoundsSpecifiedSpecifies the bounds of the control to use when defining a control's size and position. 
CharacterCasingSpecifies the case of characters in a TextBox
CheckStateSpecifies the state of a control, such as a check box, that can be checked, unchecked, or set to an indeterminate state. 
ComboBoxStyleSpecifies the ComboBox style. 
ControlStylesSpecifies the style and behavior of a control. 
DaySpecifies the day of the week. 
DialogResultSpecifies identifiers to indicate the return value of a dialog box. 
DockStyleSpecifies the position and manner in which a control is docked. 
DrawItemStateSpecifies the state of an item that is being drawn. 
DrawModeSpecifies how the elements of a control are drawn. 
FlatStyleSpecifies the appearance of a control. 
FlowDirection 
FormBorderStyleSpecifies the border styles for a form. 
FormStartPositionSpecifies the initial position of a form. 
HorizontalAlignmentSpecifies how an object or text in a control is horizontally aligned relative to an element of the control. 
ImageBoxSizeModeSpecifies the size mode for displaying of a visual element. 
KeysSpecifies key codes and modifiers. 
LinkBehaviorSpecifies the appearance of a link. 
MessageBoxButtonsSpecifies constants defining which buttons to display on a MessageBox
MessageBoxDefaultButtonSpecifies constants defining the default button on a MessageBox
MessageBoxIconSpecifies constants defining which information to display. 
MonthCalendar.HitAreaDefines constants that represent areas in a MonthCalendar control. 
MouseButtonsSpecifies constants that define which mouse button was pressed. 
OrientationSpecifies the orientation of controls or elements of controls. 
ScrollBarButtonSpecifies the type of the ButtonOver and ButtonDown
ScrollBarsSpecifies which scroll bars will be visible on a control. 
ScrollEventTypeSpecifies the type of action used to raise the Scroll event. 
ScrollOrientationSpecifies the scroll bar orientation for the Scroll event. 
SelectionModeSpecifies the selection behavior of a list box. 
ShortcutSpecifies shortcut keys that can be used by menu items. 
SystemMenuBuiltInItemsSpecifies the built in item of a SystemMenu
TabControlActionDefines values representing TabControl events. 
TabSizeModeSpecifies how tabs in a tab control are sized. 
TextImageRelationSpecifies the position of the text and image that is related to each other on a control. 
ToolStripDropDownCloseReasonSpecifies the reason for closing a ToolStripDropDown control. 
ToolStripDropDownDirectionSpecifies the direction in which a ToolStripDropDown control is displayed. 
ToolStripGripStyleSpecifies visibility of a ToolStrip move handle. 
ToolStripItemAlignmentSpecifies the alignment of a ToolStripItem in a ToolStrip
ToolStripItemDisplayStyleSpecifies what to give (image or text) for the ToolStripItem
ToolStripItemOverflowSpecifies whether a ToolStripItem is placed in the overflow ToolStrip
ToolStripItemPlacementSpecifies where a ToolStripItem is to be layed out. 
ToolStripLayoutStyleSpecifies the possible alignments with which the items of a ToolStrip can be displayed. 
ToolStripPanelRowStates 
ToolStripPointType 
ToolStripStatusLabelBorderSidesSpecifies which sides of a ToolStripStatusLabel have borders. 
ToolTipIconDefines a set of standardized icons that can be associated with a ToolTip. 
TreeViewActionSpecifies the action that raised a TreeViewEventArgs event. 
TreeViewHitTestLocationsDefines constants that represent areas of a TreeView or TreeNode
_Tmp_StringResourceID 



© 2003-2007 NETiKA Technologies. All rights reserved.