PrintDocument for WinForms
ContextMenuStrip プロパティ (C1PreviewPane)


C1.Win.PrintPreview.6 アセンブリ > C1.Win.C1Preview 名前空間 > C1PreviewPane クラス : ContextMenuStrip プロパティ
Gets or sets the System.Windows.Forms.ContextMenuStrip associated with this C1PreviewPane. If not explicitly set in code (i.e. null at design time), the default context menu will be used at runtime.
シンタックス
'宣言
 
Public Overrides Property ContextMenuStrip As System.Windows.Forms.ContextMenuStrip
'使用法
 
Dim instance As C1PreviewPane
Dim value As System.Windows.Forms.ContextMenuStrip
 
instance.ContextMenuStrip = value
 
value = instance.ContextMenuStrip
public override System.Windows.Forms.ContextMenuStrip ContextMenuStrip {get; set;}
解説
To remove the default context menu altogether without assigning a custom menu, set this value to null in code.
参照

C1PreviewPane クラス
C1PreviewPane メンバ