Returns an array of System.Windows.Controls.Control objects that represents those items which are displayed in the context menu strip when the control is right clicked outside a shape.

Syntax

public System.Windows.Controls.ContextMenu[] StandardMenuItems { get; set; }
Public Property StandardMenuItems() As System.Windows.Controls.ContextMenu()

Default Values

Index 0: "Paste" (System.Windows.Controls.MenuItem)

Index 1: "Select All" (System.Windows.Controls.MenuItem)