C# Класс CK.Plugins.ObjectExplorer.ListBoxAttachedProperties

Наследование: System.Windows.DependencyObject
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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