PrintPreviewDialog::ContextMenuStrip Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets how the short cut menu for the control.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
[BrowsableAttribute(false)]
property ContextMenuStrip^ ContextMenuStrip {
	virtual ContextMenuStrip^ get() override;
	virtual void set(ContextMenuStrip^ value) override;
}

Property Value

Type: System.Windows.Forms::ContextMenuStrip^

The ContextMenuStrip for this control, or null if there is no ContextMenuStrip. The default is null.

This property is not relevant for this class.

.NET Framework
Available since 2.0
Return to top
Show: