[This is preliminary documentation and is subject to change.]

Namespace: Tools.WindowsT.WPF.ControlsT
Assembly: 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

See Also

Collapse/expand Version History

1.5.2