DataGridViewCheckBoxCell.MouseUpUnsharesRow 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
포인터가 셀 위에 있는 동안 마우스 단추를 놓을 때 셀이 포함된 행이 공유되지 않는지 여부를 나타냅니다.
protected:
override bool MouseUpUnsharesRow(System::Windows::Forms::DataGridViewCellMouseEventArgs ^ e);
protected override bool MouseUpUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e);
override this.MouseUpUnsharesRow : System.Windows.Forms.DataGridViewCellMouseEventArgs -> bool
Protected Overrides Function MouseUpUnsharesRow (e As DataGridViewCellMouseEventArgs) As Boolean
매개 변수
마우스 클릭에 대한 데이터가 들어 있는 A DataGridViewCellMouseEventArgs 입니다.
반품
항상 true입니다.
설명
이 셀 형식의 경우 포인터가 셀 위에 있는 동안 마우스를 놓아도 셀이 포함된 행의 공유가 항상 해제됩니다.
MouseUpUnsharesRow 는 바로 전에 OnMouseUp호출됩니다. 호출 true 이 셀을 포함하는 행을 공유 해제하는 효과가 있는 경우 반환 OnMouseUp 해야 합니다. 그렇지 않으면 반환 false 되어야 합니다.
행 공유에 대한 자세한 내용은 Windows Forms DataGridView 컨트롤 확장을 위한 모범 사례를 참조하세요.
적용 대상
추가 정보
- DataGridView
- OnMouseUp(DataGridViewCellMouseEventArgs)
- Windows Forms DataGridView 컨트롤의 크기 조정에 대한 모범 사례