DataGridViewCheckBoxCell.GetEditingCellFormattedValue 메서드

정의

편집 모드에 있을 때 셀의 형식이 지정된 값을 가져옵니다.

public:
 virtual System::Object ^ GetEditingCellFormattedValue(System::Windows::Forms::DataGridViewDataErrorContexts context);
public virtual object GetEditingCellFormattedValue (System.Windows.Forms.DataGridViewDataErrorContexts context);
abstract member GetEditingCellFormattedValue : System.Windows.Forms.DataGridViewDataErrorContexts -> obj
override this.GetEditingCellFormattedValue : System.Windows.Forms.DataGridViewDataErrorContexts -> obj
Public Overridable Function GetEditingCellFormattedValue (context As DataGridViewDataErrorContexts) As Object

매개 변수

context
DataGridViewDataErrorContexts

형식 오류가 발생하는 컨텍스트를 설명하는 DataGridViewDataErrorContexts 값의 비트 조합입니다.

반환

Object

편집 셀의 형식이 지정된 값을 나타내는 Object입니다.

구현

예외

FormattedValueType 속성 값이 null일 경우

설명

값이 포함된 경우 context 이 메서드는 값의 표현으로 캐스팅할 수 있는 String 값을 반환 Object ClipboardContent 합니다. 그렇지 않으면 이 메서드는 속성 값에 FormattedValueType 따라 값을 Boolean CheckState 반환합니다.

적용 대상

추가 정보