Share via


ProvideOptionPageAttribute.NoShowAllView Property

Definition

Gets or sets whether aggregated Tools Options pages are shown.

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

Property Value

true if the Tools Options page is to be displayed in the default (complex) view of Tools Options pages.

Remarks

Some programming environments, such as Visual Basic, have special Tools Options pages to aggregate common settings for specialized simplified views of the Tools Options.

Typically, it would be redundant to have aggregated Tools Options pages appear in the default (complex) view.

Setting this property to true prevents such a page from appearing in the default Tools Options page view.

For more information, see Options Dialog Box

Applies to