TypePresenter.BrowseTypeDirectly Property

Definition

Gets or sets an indication whether the type browser should be shown directly when the user clicks the TypePresenter control.

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

Property Value

true if the type browser should be shown directly when the user clicks the TypePresenter control; otherwise, false.

Applies to