DataGridViewRowPrePaintEventArgs.PaintCellsBackground 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 범위의 영역에 셀 배경을 그립니다.
public:
void PaintCellsBackground(System::Drawing::Rectangle clipBounds, bool cellsPaintSelectionBackground);
public void PaintCellsBackground (System.Drawing.Rectangle clipBounds, bool cellsPaintSelectionBackground);
member this.PaintCellsBackground : System.Drawing.Rectangle * bool -> unit
Public Sub PaintCellsBackground (clipBounds As Rectangle, cellsPaintSelectionBackground As Boolean)
매개 변수
- clipBounds
- Rectangle
그릴 Rectangle의 영역을 지정하는 DataGridView입니다.
- cellsPaintSelectionBackground
- Boolean
SelectionBackColor의 InheritedStyle 속성 색으로 지정된 범위의 배경을 그리려면 true
이고, BackColor의 InheritedStyle 속성 색으로 지정된 범위의 배경을 그리려면 false
입니다.
예외
RowIndex가 0보다 작거나 DataGridView 컨트롤의 행 수에서 1을 뺀 값보다 큰 경우
설명
PaintCellsBackground 및 해당 셀의 내용을 직접 그릴 DataGridViewRow 때 메서드를 사용합니다. 전체 행과 해당 셀의 내용을 수동으로 그리는 경우 속성을 true
로 설정합니다HandledEventArgs.Handled. 가 true
이 CellPainting 면 HandledEventArgs.Handled 및 RowPostPaint 이벤트가 발생하지 않습니다.
적용 대상
추가 정보
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET