C# 클래스 MahApps.Metro.SimpleChildWindow.ChildWindow

상속: System.Windows.Controls.ContentControl
파일 보기 프로젝트 열기: punker76/MahApps.Metro.SimpleChildWindow 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AllowFocusElementProperty System.Windows.DependencyProperty
AllowMoveProperty System.Windows.DependencyProperty
ChildWindowHeightProperty System.Windows.DependencyProperty
ChildWindowImageProperty System.Windows.DependencyProperty
ChildWindowWidthProperty System.Windows.DependencyProperty
CloseButtonCommandParameterProperty System.Windows.DependencyProperty
CloseButtonCommandProperty System.Windows.DependencyProperty
CloseButtonStyleProperty System.Windows.DependencyProperty
CloseByEscapeProperty System.Windows.DependencyProperty
CloseOnOverlayProperty System.Windows.DependencyProperty
ClosingFinishedEvent System.Windows.RoutedEvent
EnableDropShadowProperty System.Windows.DependencyProperty
FocusedElementProperty System.Windows.DependencyProperty
GlowBrushProperty System.Windows.DependencyProperty
IconProperty System.Windows.DependencyProperty
IconTemplateProperty System.Windows.DependencyProperty
IsModalProperty System.Windows.DependencyProperty
IsOpenChangedEvent System.Windows.RoutedEvent
IsOpenProperty System.Windows.DependencyProperty
OverlayBrushProperty System.Windows.DependencyProperty
ShowCloseButtonProperty System.Windows.DependencyProperty
ShowTitleBarProperty System.Windows.DependencyProperty
TitleBarBackgroundProperty System.Windows.DependencyProperty
TitleBarHeightProperty System.Windows.DependencyProperty
TitleFontFamilyProperty System.Windows.DependencyProperty
TitleFontSizeProperty System.Windows.DependencyProperty
TitleForegroundProperty System.Windows.DependencyProperty
TitleProperty System.Windows.DependencyProperty

Private Properties

프로퍼티 타입 설명
ChildWindow System
Close void
GetCaption string
HeaderThumbDragDelta void
Hide void
HideStoryboard_Completed void
IsOpenedChanged void
IsWidthHeightValid bool
PartOverlayOnClose void
ProcessMove void
TryFocusElement void

공개 메소드들

메소드 설명
Close ( ) : bool

Closes this instance.

OnApplyTemplate ( ) : void

보호된 메소드들

메소드 설명
OnClosing ( CancelEventArgs e ) : void
OnPreviewKeyUp ( System e ) : void

비공개 메소드들

메소드 설명
ChildWindow ( ) : System
Close ( object sender, RoutedEventArgs e ) : void
GetCaption ( int id ) : string
HeaderThumbDragDelta ( object sender, System.Windows.Controls.Primitives.DragDeltaEventArgs e ) : void
Hide ( ) : void
HideStoryboard_Completed ( object sender, EventArgs e ) : void
IsOpenedChanged ( DependencyObject dependencyObject, System.Windows.DependencyPropertyChangedEventArgs e ) : void
IsWidthHeightValid ( object value ) : bool
PartOverlayOnClose ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
ProcessMove ( double x, double y ) : void
TryFocusElement ( ) : void

메소드 상세

Close() 공개 메소드

Closes this instance.
public Close ( ) : bool
리턴 bool

OnApplyTemplate() 공개 메소드

public OnApplyTemplate ( ) : void
리턴 void

OnClosing() 보호된 메소드

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
리턴 void

OnPreviewKeyUp() 보호된 메소드

protected OnPreviewKeyUp ( System e ) : void
e System
리턴 void

프로퍼티 상세

AllowFocusElementProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows AllowFocusElementProperty
리턴 System.Windows.DependencyProperty

AllowMoveProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows AllowMoveProperty
리턴 System.Windows.DependencyProperty

ChildWindowHeightProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows ChildWindowHeightProperty
리턴 System.Windows.DependencyProperty

ChildWindowImageProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows ChildWindowImageProperty
리턴 System.Windows.DependencyProperty

ChildWindowWidthProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows ChildWindowWidthProperty
리턴 System.Windows.DependencyProperty

CloseButtonCommandParameterProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows CloseButtonCommandParameterProperty
리턴 System.Windows.DependencyProperty

CloseButtonCommandProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows CloseButtonCommandProperty
리턴 System.Windows.DependencyProperty

CloseButtonStyleProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows CloseButtonStyleProperty
리턴 System.Windows.DependencyProperty

CloseByEscapeProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows CloseByEscapeProperty
리턴 System.Windows.DependencyProperty

CloseOnOverlayProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows CloseOnOverlayProperty
리턴 System.Windows.DependencyProperty

ClosingFinishedEvent 공개적으로 정적으로 프로퍼티

An event that is raised when the closing animation has finished.
public static RoutedEvent,System.Windows ClosingFinishedEvent
리턴 System.Windows.RoutedEvent

EnableDropShadowProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows EnableDropShadowProperty
리턴 System.Windows.DependencyProperty

FocusedElementProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows FocusedElementProperty
리턴 System.Windows.DependencyProperty

GlowBrushProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows GlowBrushProperty
리턴 System.Windows.DependencyProperty

IconProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows IconProperty
리턴 System.Windows.DependencyProperty

IconTemplateProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows IconTemplateProperty
리턴 System.Windows.DependencyProperty

IsModalProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows IsModalProperty
리턴 System.Windows.DependencyProperty

IsOpenChangedEvent 공개적으로 정적으로 프로퍼티

An event that is raised when IsOpen changes.
public static RoutedEvent,System.Windows IsOpenChangedEvent
리턴 System.Windows.RoutedEvent

IsOpenProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows IsOpenProperty
리턴 System.Windows.DependencyProperty

OverlayBrushProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows OverlayBrushProperty
리턴 System.Windows.DependencyProperty

ShowCloseButtonProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows ShowCloseButtonProperty
리턴 System.Windows.DependencyProperty

ShowTitleBarProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows ShowTitleBarProperty
리턴 System.Windows.DependencyProperty

TitleBarBackgroundProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows TitleBarBackgroundProperty
리턴 System.Windows.DependencyProperty

TitleBarHeightProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows TitleBarHeightProperty
리턴 System.Windows.DependencyProperty

TitleFontFamilyProperty 공개적으로 정적으로 프로퍼티

DependencyProperty for TitleFontFamily property.
public static DependencyProperty,System.Windows TitleFontFamilyProperty
리턴 System.Windows.DependencyProperty

TitleFontSizeProperty 공개적으로 정적으로 프로퍼티

DependencyProperty for TitleFontSize property.
public static DependencyProperty,System.Windows TitleFontSizeProperty
리턴 System.Windows.DependencyProperty

TitleForegroundProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows TitleForegroundProperty
리턴 System.Windows.DependencyProperty

TitleProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows TitleProperty
리턴 System.Windows.DependencyProperty