UpDownBase.ContextMenuStrip Właściwość

Definicja

Pobiera lub ustawia menu skrótów dla pola pokrętła (nazywanego również kontrolką w górę).

public:
 virtual property System::Windows::Forms::ContextMenuStrip ^ ContextMenuStrip { System::Windows::Forms::ContextMenuStrip ^ get(); void set(System::Windows::Forms::ContextMenuStrip ^ value); };
public override System.Windows.Forms.ContextMenuStrip ContextMenuStrip { get; set; }
public override System.Windows.Forms.ContextMenuStrip? ContextMenuStrip { get; set; }
member this.ContextMenuStrip : System.Windows.Forms.ContextMenuStrip with get, set
Public Overrides Property ContextMenuStrip As ContextMenuStrip

Wartość właściwości

Element ContextMenuStrip skojarzony z kontrolką.

Uwagi

Menu skrótów jest wyświetlane, gdy użytkownik kliknie pole pokrętła prawym przyciskiem myszy.

Dotyczy