DataGridViewColumnHeaderCell::DataGridViewColumnHeaderCellAccessibleObject::Select Method (AccessibleSelection)
.NET Framework (current version)
Modifies the column selection depending on the selection mode.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [SecurityPermissionAttribute(SecurityAction::Demand, Flags = SecurityPermissionFlag::UnmanagedCode)] virtual void Select( AccessibleSelection flags ) override
Parameters
- flags
-
Type:
System.Windows.Forms::AccessibleSelection
A bitwise combination of the AccessibleSelection values.
If the owning cell does not belong to a column, no action is taken. Otherwise, the following table describes the action performed for each flags value.
Parameter value | Action |
|---|---|
If the DataGridView control that contains the owning cell has a SelectionMode property value of FullColumnSelect or ColumnHeaderSelect, the column containing the cell is selected. | |
If the column containing the cell is selected, the selection is canceled. | |
All other AccessibleSelection values | No action is taken. |
SecurityPermission
to call unmanaged code. Demand value: Demand. Permission value: UnmanagedCode
.NET Framework
Available since 2.0
Available since 2.0
Show: