Version

OptionsMenu Property

Returns/sets a ContextMenu that is displayed when the user clicks on the menu button displayed in each property item when the OptionsMenuVisibility proeprty is set to Visibility.Visibile.
Syntax
'Declaration
 
Public Property OptionsMenu As ContextMenu
public ContextMenu OptionsMenu {get; set;}
Remarks
NOTE: If this property is not set and the OptionsMenuVisibility property is set to Visible, a default built-in options menu will be displayed with a 'Reset' option to reset the property's value. This option may be disabled if the property's value cannot be reset.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also