DataGridViewRowHeaderCell::DataGridViewRowHeaderCellAccessibleObject::Select Method (AccessibleSelection)
Modifies the row 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.
| Exception | Condition |
|---|---|
| InvalidOperationException | The Owner property value is null. |
If the owning cell does not belong to a DataGridView control, no action is taken. Otherwise, the following table describes the action performed for each flags value.
Parameter value | Action |
|---|---|
Moves input focus to the DataGridView control. | |
If the DataGridView control that contains the owning cell has a SelectionMode property value of FullRowSelect or RowHeaderSelect, the row containing the cell is selected. | |
If the row containing the cell is selected, the selection is canceled. | |
All other AccessibleSelection values | No action is taken. |
to call unmanaged code. Demand value: Demand. Permission value: UnmanagedCode
Available since 2.0