C# 클래스 MusikNet.Controls.PlayerContentPanel

상속: System.Windows.Controls.DockPanel
파일 보기 프로젝트 열기: nexus49/grado

공개 프로퍼티들

프로퍼티 타입 설명
ButtonsNameProperty System.Windows.DependencyProperty
MaximumSizeProperty System.Windows.DependencyProperty
PlayListProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
ChildrenAddHandler ( Object sender, RoutedEventArgs evt ) : void
GetButtonsName ( UIElement target ) : String
GetPlayList ( UIElement target ) : UIElement
PlayListChange ( ) : void
PlayListChange ( DependencyObject source, System.Windows.DependencyPropertyChangedEventArgs e ) : void
PlayerContentPanel ( ) : System
SetButtonsName ( UIElement target, String value ) : void
SetPlayList ( UIElement target, UIElement value ) : void

보호된 메소드들

메소드 설명
CreateUIElementCollection ( FrameworkElement logicalParent ) : System.Windows.Controls.UIElementCollection

비공개 메소드들

메소드 설명
buttons_Click ( object sender, RoutedEventArgs e ) : void
init ( ) : void
maximumSizeChange ( DependencyObject source, System.Windows.DependencyPropertyChangedEventArgs e ) : void
uncheckOtherButtonBarButtons ( System.Windows.Controls.Primitives.ToggleButton toggleButton ) : void

메소드 상세

ChildrenAddHandler() 공개 메소드

public ChildrenAddHandler ( Object sender, RoutedEventArgs evt ) : void
sender Object
evt System.Windows.RoutedEventArgs
리턴 void

CreateUIElementCollection() 보호된 메소드

protected CreateUIElementCollection ( FrameworkElement logicalParent ) : System.Windows.Controls.UIElementCollection
logicalParent System.Windows.FrameworkElement
리턴 System.Windows.Controls.UIElementCollection

GetButtonsName() 공개 정적인 메소드

public static GetButtonsName ( UIElement target ) : String
target UIElement
리턴 String

GetPlayList() 공개 정적인 메소드

public static GetPlayList ( UIElement target ) : UIElement
target UIElement
리턴 UIElement

PlayListChange() 공개 메소드

public PlayListChange ( ) : void
리턴 void

PlayListChange() 공개 정적인 메소드

public static PlayListChange ( DependencyObject source, System.Windows.DependencyPropertyChangedEventArgs e ) : void
source System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
리턴 void

PlayerContentPanel() 공개 메소드

public PlayerContentPanel ( ) : System
리턴 System

SetButtonsName() 공개 정적인 메소드

public static SetButtonsName ( UIElement target, String value ) : void
target UIElement
value String
리턴 void

SetPlayList() 공개 정적인 메소드

public static SetPlayList ( UIElement target, UIElement value ) : void
target UIElement
value UIElement
리턴 void

프로퍼티 상세

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

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

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

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

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

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