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

속성 값

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

적용 대상