DataGridViewCell.ContentDoubleClickUnsharesRow 메서드

정의

셀의 내용을 두 번 클릭할 때 셀의 행이 공유되지 않는지 여부를 나타냅니다.

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

매개 변수

e
DataGridViewCellEventArgs

DataGridViewCellEventArgs 메서드에 전달된 데이터를 포함하는 데이터입니다OnContentDoubleClick(DataGridViewCellEventArgs).

반품

true 행이 공유 false되지 않으면 . 기본 DataGridViewCell 클래스는 항상 .를 반환합니다 false.

설명

메서드는 ContentDoubleClickUnsharesRow 메서드 바로 앞에 호출됩니다 OnContentDoubleClick . 호출 true 이 셀의 행을 공유 해제하는 효과가 있는 경우 반환 OnContentDoubleClick 해야 합니다. 그렇지 않으면 반환 false되어야 합니다.

행 공유에 대한 자세한 내용은 Windows Forms DataGridView 컨트롤 확장을 위한 모범 사례를 참조하세요.

적용 대상

추가 정보