In This Topic
The C1NumericBox control is a numeric editor that allows you to display and edit numeric values in many formats.
Object Model
Syntax
'Declaration
<C1ControlAttribute(True)>
<C1TemplatePartAttribute(Name="Text", Type=C1.WPF.Input.C1TextBox)>
<C1VisualStateAttribute(Name="ShowButtons",
GroupName="ButtonsVisibility",
Condition="ShowButtons")>
<StyleTypedPropertyAttribute(Property="DecreaseIconStyle", StyleTargetType=System.Windows.Controls.ContentControl)>
<TemplatePartAttribute(Name="Text", Type=C1.WPF.Input.C1TextBox)>
<TemplateVisualStateAttribute(Name="Normal", GroupName="CommonStates")>
<XmlLangPropertyAttribute("Language")>
<UsableDuringInitializationAttribute(True)>
<RuntimeNamePropertyAttribute("Name")>
<UidPropertyAttribute("Uid")>
<TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
<NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
Public Class C1NumericBox
Inherits C1.WPF.Core.C1View
[C1Control(true)]
[C1TemplatePart(Name="Text", Type=C1.WPF.Input.C1TextBox)]
[C1VisualState(Name="ShowButtons",
GroupName="ButtonsVisibility",
Condition="ShowButtons")]
[StyleTypedProperty(Property="DecreaseIconStyle", StyleTargetType=System.Windows.Controls.ContentControl)]
[TemplatePart(Name="Text", Type=C1.WPF.Input.C1TextBox)]
[TemplateVisualState(Name="Normal", GroupName="CommonStates")]
[XmlLangProperty("Language")]
[UsableDuringInitialization(true)]
[RuntimeNameProperty("Name")]
[UidProperty("Uid")]
[TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
[NameScopeProperty("NameScope", System.Windows.NameScope)]
public class C1NumericBox : C1.WPF.Core.C1View
Inheritance Hierarchy
See Also