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