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;}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照