C# Class Gbdx.Vector_Index.Forms.UviContextMenuStrip

The UVI context menu strip.
Inheritance: System.Windows.Forms.ContextMenuStrip
显示文件 Open project: DigitalGlobe/DGConnect-ESRI Class Usage Examples

Public Methods

Method Description
UviContextMenuStrip ( TreeNode parent ) : System.Windows.Forms

Initializes a new instance of the UviContextMenuStrip class.

Method Details

UviContextMenuStrip() public method

Initializes a new instance of the UviContextMenuStrip class.
public UviContextMenuStrip ( TreeNode parent ) : System.Windows.Forms
parent System.Windows.Forms.TreeNode /// The parent. ///
return System.Windows.Forms