C# 클래스 Extenders.ListBoxExtenders

상속: System.Windows.DependencyObject
파일 보기 프로젝트 열기: bakacaptain/istalkapp

공개 프로퍼티들

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

공개 메소드들

메소드 설명
GetAutoScrollToEnd ( DependencyObject obj ) : bool

Returns the value of the AutoScrollToEndProperty

OnAutoScrollToEndChanged ( DependencyObject s, System.Windows.DependencyPropertyChangedEventArgs e ) : void

This method will be called when the AutoScrollToEnd property was changed

SetAutoScrollToEnd ( DependencyObject obj, bool value ) : void

Sets the value of the AutoScrollToEndProperty

메소드 상세

GetAutoScrollToEnd() 공개 정적인 메소드

Returns the value of the AutoScrollToEndProperty
public static GetAutoScrollToEnd ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject The dependency-object whichs value should be returned
리턴 bool

OnAutoScrollToEndChanged() 공개 정적인 메소드

This method will be called when the AutoScrollToEnd property was changed
public static OnAutoScrollToEndChanged ( DependencyObject s, System.Windows.DependencyPropertyChangedEventArgs e ) : void
s System.Windows.DependencyObject The sender (the ListBox)
e System.Windows.DependencyPropertyChangedEventArgs Some additional information
리턴 void

SetAutoScrollToEnd() 공개 정적인 메소드

Sets the value of the AutoScrollToEndProperty
public static SetAutoScrollToEnd ( DependencyObject obj, bool value ) : void
obj System.Windows.DependencyObject The dependency-object whichs value should be set
value bool The value which should be assigned to the AutoScrollToEndProperty
리턴 void

프로퍼티 상세

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

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