C# Class ControlzEx.Microsoft.Windows.Shell.WindowChrome

Inheritance: System.Windows.Freezable
Show file Open project: ControlzEx/ControlzEx Class Usage Examples

Public Properties

Property Type Description
CaptionHeightProperty System.Windows.DependencyProperty
CornerRadiusProperty System.Windows.DependencyProperty
GlassFrameThicknessProperty System.Windows.DependencyProperty
IgnoreTaskbarOnMaximizeProperty System.Windows.DependencyProperty
IsHitTestVisibleInChromeProperty System.Windows.DependencyProperty
NonClientFrameEdgesProperty System.Windows.DependencyProperty
ResizeBorderThicknessProperty System.Windows.DependencyProperty
ResizeGripDirectionProperty System.Windows.DependencyProperty
UseAeroCaptionButtonsProperty System.Windows.DependencyProperty
WindowChromeProperty System.Windows.DependencyProperty

Public Methods

Method Description
WindowChrome ( ) : System

Protected Methods

Method Description
CreateInstanceCore ( ) : System.Windows.Freezable

Private Methods

Method Description
GetIsHitTestVisibleInChrome ( IInputElement inputElement ) : bool
GetResizeGripDirection ( IInputElement inputElement ) : ResizeGripDirection
GetWindowChrome ( Window window ) : WindowChrome
SetIsHitTestVisibleInChrome ( IInputElement inputElement, bool hitTestVisible ) : void
SetResizeGripDirection ( IInputElement inputElement, ResizeGripDirection direction ) : void
SetWindowChrome ( Window window, WindowChrome chrome ) : void
_CoerceGlassFrameThickness ( System.Windows.Thickness thickness ) : object
_NonClientFrameEdgesAreValid ( object value ) : bool
_OnChromeChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
_OnPropertyChangedThatRequiresRepaint ( ) : void

Method Details

CreateInstanceCore() protected method

protected CreateInstanceCore ( ) : System.Windows.Freezable
return System.Windows.Freezable

WindowChrome() public method

public WindowChrome ( ) : System
return System

Property Details

CaptionHeightProperty public static property

public static DependencyProperty,System.Windows CaptionHeightProperty
return System.Windows.DependencyProperty

CornerRadiusProperty public static property

public static DependencyProperty,System.Windows CornerRadiusProperty
return System.Windows.DependencyProperty

GlassFrameThicknessProperty public static property

public static DependencyProperty,System.Windows GlassFrameThicknessProperty
return System.Windows.DependencyProperty

IgnoreTaskbarOnMaximizeProperty public static property

public static DependencyProperty,System.Windows IgnoreTaskbarOnMaximizeProperty
return System.Windows.DependencyProperty

IsHitTestVisibleInChromeProperty public static property

public static DependencyProperty,System.Windows IsHitTestVisibleInChromeProperty
return System.Windows.DependencyProperty

NonClientFrameEdgesProperty public static property

public static DependencyProperty,System.Windows NonClientFrameEdgesProperty
return System.Windows.DependencyProperty

ResizeBorderThicknessProperty public static property

public static DependencyProperty,System.Windows ResizeBorderThicknessProperty
return System.Windows.DependencyProperty

ResizeGripDirectionProperty public static property

public static DependencyProperty,System.Windows ResizeGripDirectionProperty
return System.Windows.DependencyProperty

UseAeroCaptionButtonsProperty public static property

public static DependencyProperty,System.Windows UseAeroCaptionButtonsProperty
return System.Windows.DependencyProperty

WindowChromeProperty public static property

public static DependencyProperty,System.Windows WindowChromeProperty
return System.Windows.DependencyProperty