DataGridViewCell.DataGridViewCellAccessibleObject.Owner 속성

정의

를 소유 DataGridViewCell.DataGridViewCellAccessibleObject하는 셀을 가져오거나 설정합니다.

public:
 property System::Windows::Forms::DataGridViewCell ^ Owner { System::Windows::Forms::DataGridViewCell ^ get(); void set(System::Windows::Forms::DataGridViewCell ^ value); };
public System.Windows.Forms.DataGridViewCell Owner { get; set; }
public System.Windows.Forms.DataGridViewCell? Owner { get; set; }
member this.Owner : System.Windows.Forms.DataGridViewCell with get, set
Public Property Owner As DataGridViewCell

속성 값

DataGridViewCell 를 소유하는 입니다DataGridViewCell.DataGridViewCellAccessibleObject.

예외

이 속성을 설정할 때 속성이 Owner 이미 설정되었습니다.

적용 대상

추가 정보