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

適用於