Asp. NET control Properties Daquan

Source: Internet
Author: User

Asp. NET control Properties Daquan
The DataGridView control DataGridView control provides a customizable table for displaying data. Using the DataGridView class, you can customize cells, rows, columns, and borders.

Attention
The DataGridView control provides many basic and advanced features that the DataGrid control does not have. For more information, see Windows Forms DataGridView controls and

Differences between the DataGrid controls

Common Properties:
DefaultCellStyle, Columnheadersdefaultcellstyle, Cellborderstyle and Gridcolor

Data binding and positioning
BindingSource components
Simplifies the process of binding controls on a form to data by providing current item management, change notifications, and other services.

BindingNavigator controls
Provides a toolbar-style interface for locating and manipulating data on a form.

Text editing
TextBox Control
Displays the text entered at design time, which can be edited by the user at run time or programmatically changed.
RichTextBox controls
Enables text to be displayed in plain text or RTF format.
MaskedTextBox controls
Constrain the format of user input

Information display (read only)
Label Control
Displays text that the user cannot edit directly.

LinkLabel controls
Displays text as a Web-style link and triggers an event when the user clicks the special text. The text is usually a link to another window or Web site.

StatusStrip controls
You typically use a framed area at the bottom of the parent form to display information about the current state of the application.

ProgressBar controls
Displays the current progress of the action to the user.

Web page display
WebBrowser controls
Enables the user to navigate the Web page within the window.

Select from the list
CheckedListBox controls
Displays a list of items that can be scrolled, with a check box next to each item.

ComboBox Control
Displays a list of drop-down items.

DomainUpDown controls
Displays a list of text items that the user can scroll with the up and down buttons.

ListBox Control
Displays a list of text items and graphic items (icons).

ListView Control
Displays items in one of four different views. These views include a plain text view, a text view with small icons, a text view with large icons, and a detail view.

NumericUpDown Controls
Displays a list of numbers that the user can scroll with the up and down buttons.

TreeView Control
Displays a hierarchical collection of node objects that consist of text with an optional check box or icon.

Graphic display
PictureBox controls
Displays graphic files (such as bitmaps and icons) in a frame.

Graphics storage
ImageList controls
Serves as an image repository. The ImageList control and its contained images can be reused in different applications.

setting of the value
CheckBox Control
Displays a check box and a text label. Typically used to set options.

CheckedListBox controls
Displays a list of items that can be scrolled, with a check box next to each item.

RadioButton controls
Displays a button that can be turned on or off.

TrackBar controls
Allows the user to set the value on the ruler by moving the thumb along the ruler.


Settings for data
DateTimePicker controls
Displays a graphical calendar to allow the user to select a date or time.

MonthCalendar controls
Displays a graphical calendar to allow the user to select a date range.

dialog box
ColorDialog controls
Displays a color Picker dialog box that allows the user to set the color of the interface element.

FontDialog controls
Displays a dialog box that allows the user to set the font and its properties.

OpenFileDialog controls
Displays a dialog box that allows users to locate files and select files.

PrintDialog controls
Displays a dialog box that allows the user to select a printer and set its properties.

PrintPreviewDialog pieces
Displays a dialog box that displays the appearance of the PrintDocument component after it is printed.

FolderBrowserDialog controls
Displays a dialog box for browsing, creating, and finally selecting folders

SaveFileDialog controls
Displays a dialog box that allows users to save files.

Menu control
MenuStrip controls
Create a custom menu

Attention
MenuStrip is designed to replace the MainMenu control.

ContextMenuStrip controls
Create a custom context menu.

Attention
ContextMenuStrip is designed to replace the ContextMenu control.

Command
Button Control
Starts, stops, or interrupts a process.

LinkLabel controls
Displays text as a Web-style link and triggers an event when the user clicks the special text. The text is usually a link to another window or Web site.

NotifyIcon controls
Displays an icon in the status notification area of the taskbar that represents the application that is running in the background.

ToolStrip controls
Create toolbars that can have a similar look to Microsoft Windows XP, Microsoft Office, or Microsoft Internet Explorer, or you can have

There are custom skins that can have themes, can also have no themes, and support overflow and run-time items reordering.

Attention
The ToolStrip control is designed to replace the ToolBar control.

User Help
HelpProvider Components
Provides pop-up help or online help for a control.

TOOLTIP component
Provides a pop-up window to display a brief description of the purpose of the control when the user rests the pointer over the control.

To group other controls
Panel Control
Groups a group of controls into an unmarked, scrollable frame.

GroupBox controls
Groups a set of controls, such as radio buttons (RadioButton), into a tagged, non-scrollable frame.

TabControl controls
Provides a tabbed page to effectively organize and access grouped objects.

SplitContainer controls
Provides two panels separated by a removable splitter bar.

Attention
The SplitContainer control is designed to replace the Splitter control.

TableLayoutPanel Controls
Represents a panel that can dynamically lay out its contents in a grid of rows and columns.

FlowLayoutPanel controls
Represents a panel that dynamically discharges its contents in a horizontal or vertical direction.


Audio
SoundPlayer controls
Plays a sound file in. wav format. Loading sounds and playing sounds can be done asynchronously

Asp. NET control Properties Daquan

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.