C# Class SDE.Tools.DatabaseEditor.WPF.DisplayLabel

Inheritance: System.Windows.Controls.Label
Mostrar archivo Open project: Tokeiburu/RagnarokSDE Class Usage Examples

Public Properties

Property Type Description
DisplayTextProperty System.Windows.DependencyProperty

Public Methods

Method Description
DisplayLabel ( ) : System.Collections.Generic
DisplayLabel ( ServerDbs dbSource, BaseDb db ) : System.Collections.Generic
OnDisplayTextChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
ResetEnabled ( ) : void
ToString ( ) : string

Method Details

DisplayLabel() public method

public DisplayLabel ( ) : System.Collections.Generic
return System.Collections.Generic

DisplayLabel() public method

public DisplayLabel ( ServerDbs dbSource, BaseDb db ) : System.Collections.Generic
dbSource SDE.Tools.DatabaseEditor.Generic.Lists.ServerDbs
db BaseDb
return System.Collections.Generic

OnDisplayTextChanged() public static method

public static OnDisplayTextChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
return void

ResetEnabled() public method

public ResetEnabled ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

DisplayTextProperty public_oe static_oe property

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