C# Class ErlangEditor.ListScroll

ファイルを表示 Open project: xdusongwei/ErlangEditor

Public Properties

Property Type Description
IsEnabledProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetIsEnabled ( ItemsControl d ) : bool
SetIsEnabled ( ItemsControl d, bool value ) : void

Private Methods

Method Description
OnIsEnabledChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

GetIsEnabled() public static method

public static GetIsEnabled ( ItemsControl d ) : bool
d System.Windows.Controls.ItemsControl
return bool

SetIsEnabled() public static method

public static SetIsEnabled ( ItemsControl d, bool value ) : void
d System.Windows.Controls.ItemsControl
value bool
return void

Property Details

IsEnabledProperty public_oe static_oe property

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