- Back to Home »
- Windows Applications »
- Win forms controls
Posted by :
Sudhir Chekuri
Friday, 12 February 2016
Winforms controls are the GUI controls
which are used to design windows forms applications.
They can be drag and drop from the toolbox to the design form and double on the controls will create default events in the code behind page.
They can be drag and drop from the toolbox to the design form and double on the controls will create default events in the code behind page.
Common controls
·
Pointer
·
Button
·
CheckBox
·
CheckedListBox
·
DateTimePicker
·
Label
·
LinkLabel
·
ListBox
·
ListView
·
MaskedTextBox
·
MonthCalendar
·
NotifyIcon
·
NumericUpDown
·
PictureBox
·
ProgressBar
·
RadioButton
·
RichTextBox
·
ToolTip
·
TreeView
·
WebBrowser
Containers
·
FlowLayoutPanel
·
GroupBox
·
Panel
·
SplitContainer
·
TabControl
·
TableLayoutPanel
Menus & Toolbars
·
ContextMenuStrip
·
MenuStrip
·
StatusStrip
·
ToolStrip
·
ToolStripContainer
Dialogs
·
ColorDialog
·
FolderBrowserDialog
·
FontDialog
·
OpenFileDialog
·
SaveFileDialog