SECI  1
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
Public Member Functions | Static Public Member Functions | Static Public Attributes | Properties | Static Private Member Functions | List of all members
SeciControls.BaseDashboardControl Class Reference
Inheritance diagram for SeciControls.BaseDashboardControl:
Inheritance graph
Collaboration diagram for SeciControls.BaseDashboardControl:
Collaboration graph

Public Member Functions

virtual Boolean IsExpanded ()
 
virtual void UpdateControl ()
 

Static Public Member Functions

static Boolean GetIsBigFonts (UIElement element)
 
static void SetIsBigFonts (UIElement element, Boolean value)
 

Static Public Attributes

static readonly DependencyProperty IsBigFontsProperty
 
static readonly DependencyProperty IsMuonProperty = DependencyProperty.Register("IsMuon", typeof(bool), typeof(BaseDashboardControl), new FrameworkPropertyMetadata(false, new PropertyChangedCallback(OnExperimentTypeChanged)))
 
static readonly RoutedEvent OnExpandedEvent = EventManager.RegisterRoutedEvent("OnExpandedEvent", RoutingStrategy.Bubble, typeof(RoutedEventHandler), typeof(BaseDashboardControl))
 
static readonly RoutedEvent OnUnexpandedEvent = EventManager.RegisterRoutedEvent("OnUnexpandedEvent", RoutingStrategy.Bubble, typeof(RoutedEventHandler), typeof(BaseDashboardControl))
 

Properties

bool IsMuon [get, set]
 
RoutedEventHandler OnExpanded
 
RoutedEventHandler OnUnexpanded
 

Static Private Member Functions

static void OnExperimentTypeChanged (DependencyObject sender, DependencyPropertyChangedEventArgs e)
 

Detailed Description

Definition at line 10 of file BaseDashboardControl.cs.

Member Function Documentation

static Boolean SeciControls.BaseDashboardControl.GetIsBigFonts ( UIElement  element)
inlinestatic
virtual Boolean SeciControls.BaseDashboardControl.IsExpanded ( )
inlinevirtual
static void SeciControls.BaseDashboardControl.OnExperimentTypeChanged ( DependencyObject  sender,
DependencyPropertyChangedEventArgs  e 
)
inlinestaticprivate

Definition at line 38 of file BaseDashboardControl.cs.

static void SeciControls.BaseDashboardControl.SetIsBigFonts ( UIElement  element,
Boolean  value 
)
inlinestatic
virtual void SeciControls.BaseDashboardControl.UpdateControl ( )
inlinevirtual

Member Data Documentation

readonly DependencyProperty SeciControls.BaseDashboardControl.IsBigFontsProperty
static
Initial value:
= DependencyProperty.RegisterAttached("IsBigFonts", typeof(Boolean),
typeof(BaseDashboardControl), new FrameworkPropertyMetadata(false, FrameworkPropertyMetadataOptions.Inherits))

Definition at line 61 of file BaseDashboardControl.cs.

Referenced by SeciControls.BaseDashboardControl.GetIsBigFonts(), and SeciControls.BaseDashboardControl.SetIsBigFonts().

readonly DependencyProperty SeciControls.BaseDashboardControl.IsMuonProperty = DependencyProperty.Register("IsMuon", typeof(bool), typeof(BaseDashboardControl), new FrameworkPropertyMetadata(false, new PropertyChangedCallback(OnExperimentTypeChanged)))
static

Definition at line 30 of file BaseDashboardControl.cs.

readonly RoutedEvent SeciControls.BaseDashboardControl.OnExpandedEvent = EventManager.RegisterRoutedEvent("OnExpandedEvent", RoutingStrategy.Bubble, typeof(RoutedEventHandler), typeof(BaseDashboardControl))
static
readonly RoutedEvent SeciControls.BaseDashboardControl.OnUnexpandedEvent = EventManager.RegisterRoutedEvent("OnUnexpandedEvent", RoutingStrategy.Bubble, typeof(RoutedEventHandler), typeof(BaseDashboardControl))
static

Property Documentation

bool SeciControls.BaseDashboardControl.IsMuon
getset
RoutedEventHandler SeciControls.BaseDashboardControl.OnExpanded
addremove

Definition at line 16 of file BaseDashboardControl.cs.

RoutedEventHandler SeciControls.BaseDashboardControl.OnUnexpanded
addremove

Definition at line 22 of file BaseDashboardControl.cs.


The documentation for this class was generated from the following file: