C# Class csDataServerPlugin.ViewModels.MetaLabelsViewModel

Inheritance: Caliburn.Micro.Screen, IEditableScreen
Datei anzeigen Open project: TNOCS/csTouch Class Usage Examples

Public Methods

Method Description
SelectDatetime ( MetaLabel ml, FrameworkElement b ) : void
SelectFocus ( MetaLabel ml, FrameworkElement b ) : void
SelectOption ( MetaLabel ml, FrameworkElement b ) : void

Private Methods

Method Description
GetMenu ( FrameworkElement fe ) : MenuPopupViewModel

Method Details

SelectDatetime() public method

public SelectDatetime ( MetaLabel ml, FrameworkElement b ) : void
ml DataServer.MetaLabel
b System.Windows.FrameworkElement
return void

SelectFocus() public method

public SelectFocus ( MetaLabel ml, FrameworkElement b ) : void
ml DataServer.MetaLabel
b System.Windows.FrameworkElement
return void

SelectOption() public method

public SelectOption ( MetaLabel ml, FrameworkElement b ) : void
ml DataServer.MetaLabel
b System.Windows.FrameworkElement
return void