Class Window
Represents a window with None and full chrome functionality.
Inheritance
Window
Implements
Namespace: Sartorius.SAF.Presentation.Controls.Primitives
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public abstract class Window : WindowBase, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
Remarks
This control has no default style.
Constructors
View SourceWindow()
Creates a new instance of the Window class.
Declaration
protected Window()
Fields
View SourceDisableAeroSnapEffectProperty
Identifies the DependencyProperty for the DisableAeroSnapEffect property.
Declaration
public static readonly DependencyProperty DisableAeroSnapEffectProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
Methods
View SourceOnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().
Declaration
public override void OnApplyTemplate()
Overrides
View SourceOnStateChanged(EventArgs)
Raises the StateChanged event.
Declaration
protected override void OnStateChanged(EventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| EventArgs | e | An EventArgs that contains the event data. |