C# Class ICSharpCode.WpfDesign.Designer.Controls.MarginStub

Display a stub indicating that the margin is not set.
Inheritance: System.Windows.Controls.Control
ファイルを表示 Open project: icsharpcode/WpfDesigner Class Usage Examples

Public Methods

Method Description
MarginStub ( MarginHandle marginHandle ) : System

Protected Methods

Method Description
OnMouseEnter ( System e ) : void
OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void
OnMouseLeftButtonDown ( System e ) : void

Private Methods

Method Description
MarginStub ( ) : System

Method Details

MarginStub() public method

public MarginStub ( MarginHandle marginHandle ) : System
marginHandle MarginHandle
return System

OnMouseEnter() protected method

protected OnMouseEnter ( System e ) : void
e System
return void

OnMouseLeave() protected method

protected OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
return void

OnMouseLeftButtonDown() protected method

protected OnMouseLeftButtonDown ( System e ) : void
e System
return void