C# Class VSEmbed.Controls.VsResizeGrip

Interaction logic for VsResizeGrip.xaml
Inheritance: System.Windows.Controls.Primitives.ResizeGrip
ファイルを表示 Open project: SLaks/VSEmbed

Protected Methods

Method Description
OnMouseDown ( System.Windows.Input.MouseButtonEventArgs e ) : void

Forwards mouse events to the underlying window.

Method Details

OnMouseDown() protected method

Forwards mouse events to the underlying window.
protected OnMouseDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
return void