C# Class Core2D.Wpf.Controls.Project.ProjectControl

Interaction logic for ProjectControl xaml.
Inheritance: System.Windows.Controls.UserControl
ファイルを表示 Open project: Core2D/Core2D

Public Methods

Method Description
ProjectControl ( ) : System.Windows.Controls

Initializes a new instance of the ProjectControl class.

Private Methods

Method Description
TreeViewItem_MouseRightButtonDown ( object sender, System.Windows.Input.MouseEventArgs e ) : void

Occurs when the right mouse button is pressed while the mouse pointer is over this element.

Method Details

ProjectControl() public method

Initializes a new instance of the ProjectControl class.
public ProjectControl ( ) : System.Windows.Controls
return System.Windows.Controls