DataGridViewCheckBoxCell.ContentDoubleClickUnsharesRow 메서드

정의

셀 내용을 두 번 클릭하면 해당 셀을 포함하는 행의 공유가 해제되는지 여부를 나타냅니다.

protected:
 override bool ContentDoubleClickUnsharesRow(System::Windows::Forms::DataGridViewCellEventArgs ^ e);
protected override bool ContentDoubleClickUnsharesRow (System.Windows.Forms.DataGridViewCellEventArgs e);
override this.ContentDoubleClickUnsharesRow : System.Windows.Forms.DataGridViewCellEventArgs -> bool
Protected Overrides Function ContentDoubleClickUnsharesRow (e As DataGridViewCellEventArgs) As Boolean

매개 변수

e
DataGridViewCellEventArgs

두 번 클릭에 대한 데이터를 포함하는 DataGridViewCellEventArgs입니다.

반환

셀이 편집 모드에 있으면 true이고, 그렇지 않으면 false입니다.

설명

ContentDoubleClickUnsharesRow 은 바로 전에 OnContentDoubleClick호출됩니다. 에 대한 호출 OnContentDoubleClick 이 셀을 포함하는 행의 공유를 해제하는 효과가 있는 경우 를 반환 true 해야 합니다. 그렇지 않으면 를 반환 false 해야 합니다.

행 공유에 대한 자세한 내용은 Windows Forms DataGridView 컨트롤의 크기를 조정하는 최선의 방법을 참조하세요.

적용 대상

추가 정보