TaskForm.PreviewView 속성

정의

태스크 폼을 미리 볼 수 있는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool PreviewView { bool get(); void set(bool value); };
[System.ComponentModel.DefaultValue(true)]
[System.Xml.Serialization.XmlAttribute]
public bool PreviewView { get; set; }
[<System.ComponentModel.DefaultValue(true)>]
[<System.Xml.Serialization.XmlAttribute>]
member this.PreviewView : bool with get, set
Public Property PreviewView As Boolean

속성 값

태스크 폼 뷰를 미리 볼 수 있으면 true이고, 그렇지 않으면 false입니다.

특성

적용 대상