WizardNavigationPanel.EnableAllItems(Boolean) Method

Definition

Enables or disables all items in the navigation panel.

public:
 void EnableAllItems(bool enable);
public void EnableAllItems (bool enable);
member this.EnableAllItems : bool -> unit
Public Sub EnableAllItems (enable As Boolean)

Parameters

enable
Boolean

true to enable all items; false to disable all items.

Applies to