'Declaration <TemplatePartAttribute(Name="PART_TextBox", Type=System.Windows.Controls.TextBox)> <StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)> <XmlLangPropertyAttribute("Language")> <UsableDuringInitializationAttribute(True)> <RuntimeNamePropertyAttribute("Name")> <UidPropertyAttribute("Uid")> <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)> <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)> Public Class ShortUpDown Inherits Xceed.Wpf.Toolkit.CommonNumericUpDown(Of Short) Implements Xceed.Wpf.Toolkit.Core.Input.IValidateInput
'Usage Dim instance As ShortUpDown
[TemplatePart(Name="PART_TextBox", Type=System.Windows.Controls.TextBox)] [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)] [XmlLangProperty("Language")] [UsableDuringInitialization(true)] [RuntimeNameProperty("Name")] [UidProperty("Uid")] [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)] [NameScopeProperty("NameScope", System.Windows.NameScope)] public class ShortUpDown : Xceed.Wpf.Toolkit.CommonNumericUpDown<short>, Xceed.Wpf.Toolkit.Core.Input.IValidateInput