C# Class Unicorn.VS.Helpers.ListBoxExtenders

Inheritance: System.Windows.DependencyObject
Datei anzeigen Open project: BerserkerDotNet/Unicorn.VisualStudio

Public Properties

Property Type Description
AutoScrollToEndProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetAutoScrollToEnd ( DependencyObject obj ) : bool
OnAutoScrollToEndChanged ( DependencyObject s, System.Windows.DependencyPropertyChangedEventArgs e ) : void
SetAutoScrollToEnd ( DependencyObject obj, bool value ) : void

Method Details

GetAutoScrollToEnd() public static method

public static GetAutoScrollToEnd ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject
return bool

OnAutoScrollToEndChanged() public static method

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

SetAutoScrollToEnd() public static method

public static SetAutoScrollToEnd ( DependencyObject obj, bool value ) : void
obj System.Windows.DependencyObject
value bool
return void

Property Details

AutoScrollToEndProperty public_oe static_oe property

public static DependencyProperty,System.Windows AutoScrollToEndProperty
return System.Windows.DependencyProperty