프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ContentTitleProperty | |||
IsOpenProperty |
메소드 | 설명 | |
---|---|---|
Hide ( ) : void | ||
OnApplyTemplate ( ) : void |
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call M:System.Windows.Controls.Control.ApplyTemplate. In simplest terms, this means the method is called just before a UI element displays in an application. For more information, see Remarks.
|
|
Show ( ) : void | ||
Toggle ( ) : void |
Toggles this show/hide state.
|
|
WindowPanel ( ) : System |
Initializes a new instance of the WindowPanel class.
|
메소드 | 설명 | |
---|---|---|
ChangeVisualState ( bool useTransitions ) : void |
Hides the window.
|
|
OnIsOpenPropertyChanged ( |
||
headerDragRectangle_MouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void |
Handles the MouseLeftButtonDown event of the headerDragRectangle control. This is fired when the user starts to drag the window.
|
|
headerDragRectangle_MouseLeftButtonUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void |
Handles the MouseLeftButtonUp event of the headerDragRectangle control. This is fired when the user stopped dragging the window.
|
|
headerDragRectangle_MouseMove ( object sender, System.Windows.Input.MouseEventArgs e ) : void |
Handles the MouseMove event of the headerDragRectangle control. This is fired when the user is dragging the window.
|
|
imgClose_MouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void |
Handles the MouseLeftButtonDown event of the imgClose control and collapses the control
|
public static DependencyProperty,System.Windows ContentTitleProperty | ||
리턴 |