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