Accusoft.ImagXpress13.Net
ContextMenu Property (ImageXView)




Gets or sets the shortcut menu associated with the control.
Syntax
public override ContextMenu ContextMenu {get; set;}
public: __property ContextMenu* get_ContextMenu() override;
public: __property void set_ContextMenu( 
   ContextMenu* value
) override;
public:
property ContextMenu^ ContextMenu {
   ContextMenu^ get() override;
   void set (    ContextMenu^ value) override;
}
'Declaration
 
Public Overrides Property ContextMenu As ContextMenu
 
'Usage
 
Dim instance As ImageXView
Dim value As ContextMenu
 
instance.ContextMenu = value
 
value = instance.ContextMenu

Property Value

A System.Windows.Forms.ContextMenu that represents the shortcut menu associated with the control.
Remarks
Use a shortcut menus to give context-specific menu options to users when they right-click on the control.
See Also

Reference

ImageXView Class
ImageXView Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback