C# Class ModernWPF.Controls.DialogControlContainer

Inheritance: System.Windows.Controls.ContentControl
Afficher le fichier Open project: soukoku/ModernWPF Class Usage Examples

Méthodes publiques

Свойство Type Description
DisableTargetProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
OnApplyTemplate ( ) : void

When overridden in a derived class, is invoked whenever application code or internal processes call M:System.Windows.FrameworkElement.ApplyTemplate.

Méthodes protégées

Méthode Description
OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void

Private Methods

Méthode Description
BindContentAlignment ( DialogControl content ) : void
Close ( DialogControl dialog ) : void
DetermineAniDirection ( DialogControl content ) : SlideFromDirection
DialogControlContainer ( ) : System
DoShowContentAnimation ( DialogControl content ) : void
Show ( DialogControl dialog ) : void
ShowMostRecentDialogIfNecessary ( ) : void

Method Details

OnApplyTemplate() public méthode

When overridden in a derived class, is invoked whenever application code or internal processes call M:System.Windows.FrameworkElement.ApplyTemplate.
public OnApplyTemplate ( ) : void
Résultat void

OnMouseLeftButtonDown() protected méthode

protected OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
Résultat void

Property Details

DisableTargetProperty public_oe static_oe property

The dependency property for DisableTarget.
public static DependencyProperty,System.Windows DisableTargetProperty
Résultat System.Windows.DependencyProperty