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

Display a stub indicating that the margin is not set.
Inheritance: System.Windows.Controls.Control
Afficher le fichier Open project: icsharpcode/WpfDesigner Class Usage Examples

Méthodes publiques

Méthode Description
MarginStub ( MarginHandle marginHandle ) : System

Méthodes protégées

Méthode Description
OnMouseEnter ( System e ) : void
OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void
OnMouseLeftButtonDown ( System e ) : void

Private Methods

Méthode Description
MarginStub ( ) : System

Method Details

MarginStub() public méthode

public MarginStub ( MarginHandle marginHandle ) : System
marginHandle MarginHandle
Résultat System

OnMouseEnter() protected méthode

protected OnMouseEnter ( System e ) : void
e System
Résultat void

OnMouseLeave() protected méthode

protected OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
Résultat void

OnMouseLeftButtonDown() protected méthode

protected OnMouseLeftButtonDown ( System e ) : void
e System
Résultat void