다음을 통해 공유


DataGridViewTextBoxCell.PositionEditingControl 메서드

정의

DataGridView 컨트롤의 셀에서 호스트하는 편집 컨트롤의 위치와 크기를 설정합니다.

public:
 override void PositionEditingControl(bool setLocation, bool setSize, System::Drawing::Rectangle cellBounds, System::Drawing::Rectangle cellClip, System::Windows::Forms::DataGridViewCellStyle ^ cellStyle, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool isFirstDisplayedColumn, bool isFirstDisplayedRow);
public override void PositionEditingControl (bool setLocation, bool setSize, System.Drawing.Rectangle cellBounds, System.Drawing.Rectangle cellClip, System.Windows.Forms.DataGridViewCellStyle cellStyle, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool isFirstDisplayedColumn, bool isFirstDisplayedRow);
override this.PositionEditingControl : bool * bool * System.Drawing.Rectangle * System.Drawing.Rectangle * System.Windows.Forms.DataGridViewCellStyle * bool * bool * bool * bool -> unit
Public Overrides Sub PositionEditingControl (setLocation As Boolean, setSize As Boolean, cellBounds As Rectangle, cellClip As Rectangle, cellStyle As DataGridViewCellStyle, singleVerticalBorderAdded As Boolean, singleHorizontalBorderAdded As Boolean, isFirstDisplayedColumn As Boolean, isFirstDisplayedRow As Boolean)

매개 변수

setLocation
Boolean

다른 인수에 지정된 대로 컨트롤을 배치하려면true 이고, 컨트롤을 자동으로 배치하려면 false 입니다.

setSize
Boolean

크기를 지정하려면true 이고, 컨트롤의 크기를 자동으로 조정하려면 false 입니다.

cellBounds
Rectangle

셀 범위를 정의하는 Rectangle 입니다.

cellClip
Rectangle

편집 컨트롤을 그리는 데 사용할 영역입니다.

cellStyle
DataGridViewCellStyle

편집되는 셀의 스타일을 나타내는 DataGridViewCellStyle 입니다.

singleVerticalBorderAdded
Boolean

셀에 세로 테두리를 추가하려면 true이고, 그러지 않으면 false입니다.

singleHorizontalBorderAdded
Boolean

셀에 가로 테두리를 추가하려면 true이고, 그러지 않으면 false입니다.

isFirstDisplayedColumn
Boolean

호스팅 셀이 처음 표시되는 열에 있으면 true이고, 없으면 false입니다.

isFirstDisplayedRow
Boolean

호스팅 셀이 처음 표시되는 행에 있으면 true이고, 없으면 false입니다.

적용 대상