|
| 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)) |
| |
Definition at line 10 of file BaseDashboardControl.cs.
| static Boolean SeciControls.BaseDashboardControl.GetIsBigFonts |
( |
UIElement |
element | ) |
|
|
inlinestatic |
| virtual Boolean SeciControls.BaseDashboardControl.IsExpanded |
( |
| ) |
|
|
inlinevirtual |
| static void SeciControls.BaseDashboardControl.OnExperimentTypeChanged |
( |
DependencyObject |
sender, |
|
|
DependencyPropertyChangedEventArgs |
e |
|
) |
| |
|
inlinestaticprivate |
| static void SeciControls.BaseDashboardControl.SetIsBigFonts |
( |
UIElement |
element, |
|
|
Boolean |
value |
|
) |
| |
|
inlinestatic |
| virtual void SeciControls.BaseDashboardControl.UpdateControl |
( |
| ) |
|
|
inlinevirtual |
| readonly DependencyProperty SeciControls.BaseDashboardControl.IsBigFontsProperty |
|
static |
| readonly DependencyProperty SeciControls.BaseDashboardControl.IsMuonProperty = DependencyProperty.Register("IsMuon", typeof(bool), typeof(BaseDashboardControl), new FrameworkPropertyMetadata(false, new PropertyChangedCallback(OnExperimentTypeChanged))) |
|
static |
| 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 |
| bool SeciControls.BaseDashboardControl.IsMuon |
|
getset |
| RoutedEventHandler SeciControls.BaseDashboardControl.OnExpanded |
|
addremove |
| RoutedEventHandler SeciControls.BaseDashboardControl.OnUnexpanded |
|
addremove |
The documentation for this class was generated from the following file:
- /isis2/instcontrol_temp/NewSECI/Sample_Environment_Control_Interface/UserInterface/SeciControls/Dashboard/BaseDashboardControl.cs