C# 클래스 CK.Plugins.ObjectExplorer.ListBoxAttachedProperties

상속: System.Windows.DependencyObject
파일 보기 프로젝트 열기: Invenietis/ck-certified

공개 프로퍼티들

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

공개 메소드들

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

Returns the value of the AutoScrollToCurrentItemProperty

GetAutoScrollToNewItem ( DependencyObject obj ) : bool

Returns the value of the AutoScrollToNewItemProperty

OnAutoScrollToCurrentItem ( System.Windows.Controls.ListBox listBox, int index ) : void

This method will be called when the ListBox should be scrolled to the given index

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

This method will be called when the AutoScrollToCurrentItem property was changed

OnAutoScrollToNewItem ( System.Windows.Controls.ListBox listBox ) : void

This method will be called when the ListBox should be scrolled to the end

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

This method will be called when the AutoScrollToNewItem property was changed

SetAutoScrollToCurrentItem ( DependencyObject obj, bool value ) : void

Sets the value of the AutoScrollToCurrentItemProperty

SetAutoScrollToNewItem ( DependencyObject obj, bool value ) : void

Sets the value of the AutoScrollToCurrentItemProperty

메소드 상세

GetAutoScrollToCurrentItem() 공개 정적인 메소드

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

GetAutoScrollToNewItem() 공개 정적인 메소드

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

OnAutoScrollToCurrentItem() 공개 정적인 메소드

This method will be called when the ListBox should be scrolled to the given index
public static OnAutoScrollToCurrentItem ( System.Windows.Controls.ListBox listBox, int index ) : void
listBox System.Windows.Controls.ListBox The ListBox which should be scrolled
index int The index of the item to which it should be scrolled
리턴 void

OnAutoScrollToCurrentItemChanged() 공개 정적인 메소드

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

OnAutoScrollToNewItem() 공개 정적인 메소드

This method will be called when the ListBox should be scrolled to the end
public static OnAutoScrollToNewItem ( System.Windows.Controls.ListBox listBox ) : void
listBox System.Windows.Controls.ListBox The ListBox which should be scrolled
리턴 void

OnAutoScrollToNewItemChanged() 공개 정적인 메소드

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

SetAutoScrollToCurrentItem() 공개 정적인 메소드

Sets the value of the AutoScrollToCurrentItemProperty
public static SetAutoScrollToCurrentItem ( 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 AutoScrollToCurrentItemProperty
리턴 void

SetAutoScrollToNewItem() 공개 정적인 메소드

Sets the value of the AutoScrollToCurrentItemProperty
public static SetAutoScrollToNewItem ( 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 AutoScrollToNewItemProperty
리턴 void

프로퍼티 상세

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

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

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

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