C# Class SumoNinjaMonkey.Framework.Controls.DataEntryPanel

Inheritance: Windows.UI.Xaml.Controls.Control
Afficher le fichier Open project: liquidboy/X

Méthodes publiques

Свойство Type Description
GeneralBackgroundColorProperty Windows.UI.Xaml.DependencyProperty
HeaderBackgroundColorProperty Windows.UI.Xaml.DependencyProperty
HeaderForegroundColorProperty Windows.UI.Xaml.DependencyProperty
HeaderLabelProperty Windows.UI.Xaml.DependencyProperty
MetaDataProperty Windows.UI.Xaml.DependencyProperty

Méthodes publiques

Méthode Description
DataEntryPanel ( ) : System
GetValue ( int index ) : object
Hide ( ) : void
LoadList ( int index, Type ListSource ) : void
SetValue ( int index, object value ) : void
Show ( ) : void

Méthodes protégées

Méthode Description
OnApplyTemplate ( ) : void

Private Methods

Méthode Description
ColorConverter ( string colorHashCode ) : Color
InitControls ( ) : void
MetaDataChanged ( DependencyObject obj, DependencyPropertyChangedEventArgs args ) : void
Render ( ) : void
ShowMandatory ( ) : void
StringToHorizontalAlignment ( string value ) : HorizontalAlignment
StringToVerticalAlignment ( string value ) : VerticalAlignment
UnloadAll ( ) : void

Method Details

DataEntryPanel() public méthode

public DataEntryPanel ( ) : System
Résultat System

GetValue() public méthode

public GetValue ( int index ) : object
index int
Résultat object

Hide() public méthode

public Hide ( ) : void
Résultat void

LoadList() public méthode

public LoadList ( int index, Type ListSource ) : void
index int
ListSource System.Type
Résultat void

OnApplyTemplate() protected méthode

protected OnApplyTemplate ( ) : void
Résultat void

SetValue() public méthode

public SetValue ( int index, object value ) : void
index int
value object
Résultat void

Show() public méthode

public Show ( ) : void
Résultat void

Property Details

GeneralBackgroundColorProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml GeneralBackgroundColorProperty
Résultat Windows.UI.Xaml.DependencyProperty

HeaderBackgroundColorProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml HeaderBackgroundColorProperty
Résultat Windows.UI.Xaml.DependencyProperty

HeaderForegroundColorProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml HeaderForegroundColorProperty
Résultat Windows.UI.Xaml.DependencyProperty

HeaderLabelProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml HeaderLabelProperty
Résultat Windows.UI.Xaml.DependencyProperty

MetaDataProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml MetaDataProperty
Résultat Windows.UI.Xaml.DependencyProperty