Share via


TypePresenter.BrowseTypeDirectly 속성

정의

사용자가 TypePresenter 컨트롤을 클릭할 때 형식 브라우저를 직접 표시할지 여부를 가져오거나 설정합니다.

public:
 property bool BrowseTypeDirectly { bool get(); void set(bool value); };
public bool BrowseTypeDirectly { get; set; }
member this.BrowseTypeDirectly : bool with get, set
Public Property BrowseTypeDirectly As Boolean

속성 값

사용자가 TypePresenter 컨트롤을 클릭할 때 형식 브라우저를 직접 표시해야 하는 경우 true이고, 그렇지 않으면 false입니다.

적용 대상