DataGridViewCell.PositionEditingPanel Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit l'emplacement et la taille du panneau d'édition hébergé par la cellule, et retourne les limites normales du contrôle d'édition dans le panneau d'édition.
public:
virtual System::Drawing::Rectangle PositionEditingPanel(System::Drawing::Rectangle cellBounds, System::Drawing::Rectangle cellClip, System::Windows::Forms::DataGridViewCellStyle ^ cellStyle, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool isFirstDisplayedColumn, bool isFirstDisplayedRow);
public virtual System.Drawing.Rectangle PositionEditingPanel (System.Drawing.Rectangle cellBounds, System.Drawing.Rectangle cellClip, System.Windows.Forms.DataGridViewCellStyle cellStyle, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool isFirstDisplayedColumn, bool isFirstDisplayedRow);
abstract member PositionEditingPanel : System.Drawing.Rectangle * System.Drawing.Rectangle * System.Windows.Forms.DataGridViewCellStyle * bool * bool * bool * bool -> System.Drawing.Rectangle
override this.PositionEditingPanel : System.Drawing.Rectangle * System.Drawing.Rectangle * System.Windows.Forms.DataGridViewCellStyle * bool * bool * bool * bool -> System.Drawing.Rectangle
Public Overridable Function PositionEditingPanel (cellBounds As Rectangle, cellClip As Rectangle, cellStyle As DataGridViewCellStyle, singleVerticalBorderAdded As Boolean, singleHorizontalBorderAdded As Boolean, isFirstDisplayedColumn As Boolean, isFirstDisplayedRow As Boolean) As Rectangle
Paramètres
- cellClip
- Rectangle
Zone utilisée pour peindre le panneau d'édition.
- cellStyle
- DataGridViewCellStyle
DataGridViewCellStyle qui représente le style de la cellule en cours de modification.
- singleVerticalBorderAdded
- Boolean
true
pour ajouter une bordure verticale à la cellule ; sinon, false
.
- singleHorizontalBorderAdded
- Boolean
true
pour ajouter une bordure horizontale à la cellule ; sinon, false
.
- isFirstDisplayedColumn
- Boolean
true
si la cellule est contenue dans la première colonne actuellement affichée dans le contrôle ; sinon, false
.
- isFirstDisplayedRow
- Boolean
true
si la cellule est contenue dans la première ligne actuellement affichée dans le contrôle ; sinon, false
.
Retours
Rectangle qui représente les limites normales du contrôle d'édition dans le panneau d'édition.
Exceptions
La cellule n'a pas été ajoutée à un contrôle DataGridView.