C# 클래스 ESRI.ArcGIS.SilverlightMapApp.WindowPanel

상속: System.Windows.Controls.ContentControl
파일 보기 프로젝트 열기: Esri/arcgis-templates-silverlight 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ContentTitleProperty System.Windows.DependencyProperty
IsOpenProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
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 ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
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

메소드 상세

Hide() 공개 메소드

public Hide ( ) : void
리턴 void

OnApplyTemplate() 공개 메소드

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.
public OnApplyTemplate ( ) : void
리턴 void

Show() 공개 메소드

public Show ( ) : void
리턴 void

Toggle() 공개 메소드

Toggles this show/hide state.
public Toggle ( ) : void
리턴 void

WindowPanel() 공개 메소드

Initializes a new instance of the WindowPanel class.
public WindowPanel ( ) : System
리턴 System

프로퍼티 상세

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

Identifies the ContentTitle dependency property.
public static DependencyProperty,System.Windows ContentTitleProperty
리턴 System.Windows.DependencyProperty

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

Identifies the ContentTitle dependency property.
public static DependencyProperty,System.Windows IsOpenProperty
리턴 System.Windows.DependencyProperty