DataGridViewCell.PositionEditingPanel Méthode

Définition

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

cellBounds
Rectangle

Rectangle qui définit les limites de la cellule.

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

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.

S’applique à

Voir aussi