xNavPane.navPaneVisible Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
navPaneVisible() | |
navPaneVisible(Boolean) |
navPaneVisible()
public:
virtual bool navPaneVisible();
public virtual bool navPaneVisible ();
abstract member navPaneVisible : unit -> bool
override this.navPaneVisible : unit -> bool
Public Overridable Function navPaneVisible () As Boolean
Returns
Applies to
navPaneVisible(Boolean)
public:
virtual bool navPaneVisible(bool _value);
public virtual bool navPaneVisible (bool _value);
abstract member navPaneVisible : bool -> bool
override this.navPaneVisible : bool -> bool
Public Overridable Function navPaneVisible (_value As Boolean) As Boolean
Parameters
- _value
- Boolean