DataGridViewCell.PositionEditingPanel 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
셀에서 호스팅하는 편집 패널의 위치와 크기를 설정하고 편집 패널에 있는 편집 컨트롤의 일반 범위를 반환합니다.
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
매개 변수
- cellClip
- Rectangle
편집 패널을 그리는 데 사용할 영역입니다.
- cellStyle
- DataGridViewCellStyle
편집되는 셀의 스타일을 나타내는 DataGridViewCellStyle 입니다.
- singleVerticalBorderAdded
- Boolean
셀에 세로 테두리를 추가하려면 true
이고, 그러지 않으면 false
입니다.
- singleHorizontalBorderAdded
- Boolean
셀에 가로 테두리를 추가하려면 true
이고, 그러지 않으면 false
입니다.
- isFirstDisplayedColumn
- Boolean
셀이 컨트롤에서 현재 표시되는 첫째 열에 있으면 true
이고, 그렇지 않으면 false
입니다.
- isFirstDisplayedRow
- Boolean
셀이 컨트롤에서 현재 표시되는 첫째 행에 있으면 true
이고, 그렇지 않으면 false
입니다.
반환
편집 패널에 있는 편집 컨트롤의 일반 범위를 나타내는 Rectangle입니다.
예외
셀이 DataGridView 컨트롤에 추가되지 않은 경우