xNavPane.favPaneVisible 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
favPaneVisible() | |
favPaneVisible(Boolean) |
favPaneVisible()
public:
virtual bool favPaneVisible();
public virtual bool favPaneVisible ();
abstract member favPaneVisible : unit -> bool
override this.favPaneVisible : unit -> bool
Public Overridable Function favPaneVisible () As Boolean
Returns
Applies to
favPaneVisible(Boolean)
public:
virtual bool favPaneVisible(bool _value);
public virtual bool favPaneVisible (bool _value);
abstract member favPaneVisible : bool -> bool
override this.favPaneVisible : bool -> bool
Public Overridable Function favPaneVisible (_value As Boolean) As Boolean
Parameters
- _value
- Boolean