PrintPreviewDialog.CausesValidation 속성

정의

컨트롤에 진입하면 유효성 검사가 필요한 모든 컨트롤에 대해 유효성 검사가 수행되는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool CausesValidation { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public bool CausesValidation { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.CausesValidation : bool with get, set
Public Property CausesValidation As Boolean

속성 값

Boolean

컨트롤에 진입하면 유효성 검사가 필요한 컨트롤에 대해 유효성 검사가 수행되면 true이고, 그렇지 않으면 false입니다. 기본값은 true입니다.

특성

적용 대상