[This is preliminary documentation and is subject to change.]
AutomationPeer for NumericUpDown control
Namespace: Tools.WindowsT.WPF.ControlsTAssembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)] public class NumericUpDownAutomationPeer : FrameworkElementAutomationPeer, IRangeValueProvider |
| Visual Basic |
|---|
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _ Public Class NumericUpDownAutomationPeer _ Inherits FrameworkElementAutomationPeer _ Implements IRangeValueProvider |
| Visual C++ |
|---|
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)] public ref class NumericUpDownAutomationPeer : public FrameworkElementAutomationPeer, IRangeValueProvider |
| F# |
|---|
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>] type NumericUpDownAutomationPeer = class inherit FrameworkElementAutomationPeer interface IRangeValueProvider end |
| JScript |
|---|
public class NumericUpDownAutomationPeer extends FrameworkElementAutomationPeer implements IRangeValueProvider |
Inheritance Hierarchy
System..::..Object
System.Windows.Threading..::..DispatcherObject
System.Windows.Automation.Peers..::..AutomationPeer
System.Windows.Automation.Peers..::..UIElementAutomationPeer
System.Windows.Automation.Peers..::..FrameworkElementAutomationPeer
Tools.WindowsT.WPF.ControlsT..::..NumericUpDownAutomationPeer
System.Windows.Threading..::..DispatcherObject
System.Windows.Automation.Peers..::..AutomationPeer
System.Windows.Automation.Peers..::..UIElementAutomationPeer
System.Windows.Automation.Peers..::..FrameworkElementAutomationPeer
Tools.WindowsT.WPF.ControlsT..::..NumericUpDownAutomationPeer
See Also
Version History
1.5.2
- (Nightly) Documentation added
- EditorBrowsableAttribute applied