NumericUpDownAutomationPeer Class
Members See Also 
SourceCode.Workflow.WizardFramework.Controls.K2DatePicker.NumericUpDownControl Namespace : NumericUpDownAutomationPeer Class



Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Class NumericUpDownAutomationPeer 
   Inherits System.Windows.Automation.Peers.FrameworkElementAutomationPeer
Visual Basic (Usage) Copy Code
Dim instance As NumericUpDownAutomationPeer
C#  
public class NumericUpDownAutomationPeer : System.Windows.Automation.Peers.FrameworkElementAutomationPeer 
C++/CLI  
public ref class NumericUpDownAutomationPeer : public System.Windows.Automation.Peers.FrameworkElementAutomationPeer 

Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.Automation.Peers.AutomationPeer
         System.Windows.Automation.Peers.UIElementAutomationPeer
            System.Windows.Automation.Peers.FrameworkElementAutomationPeer
               SourceCode.Workflow.WizardFramework.Controls.K2DatePicker.NumericUpDownControl.NumericUpDownAutomationPeer

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also