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

Syntax

public System.Windows.Forms.ToolStripItem[] SelectedShapesMenuItems{ get; set; }
Public Property SelectedShapesMenuItems() As System.Windows.Forms.ToolStripItem()

Default Values

Index 0: "Cut" (TXTextControl.Drawing.MenuItem)

Index 1: "Copy" (TXTextControl.Drawing.MenuItem)

Index 2: "Paste" (TXTextControl.Drawing.MenuItem)

Index 3: Separator (System.Windows.Forms.ToolStripSeparator)

Index 4: "Bring to Front" (TXTextControl.Drawing.MenuItem)

Index 5: "Send to Back" (TXTextControl.Drawing.MenuItem)

Index 6: "Flip" (TXTextControl.Drawing.MenuItem)

Index 7: Separator (System.Windows.Forms.ToolStripSeparator)

Index 8: "Movable" (TXTextControl.Drawing.MenuItem)

Index 9: "Sizable" (TXTextControl.Drawing.MenuItem)

Index 10: "Auto size" (TXTextControl.Drawing.MenuItem)

Index 11: "Fit to Canvas" (TXTextControl.Drawing.MenuItem)

Index 12: Separator (System.Windows.Forms.ToolStripSeparator)

Index 13: "Format..." (TXTextControl.Drawing.MenuItem)