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