Int64EditBox Class
Represents an Int64 edit box.
public class Int64EditBox : NumberPartEditBoxBase<long>
- Inheritance:
- object Visual UIElement FrameworkElement Control PartEditBoxBase<long?> NumberPartEditBoxBase<long> object
Constructors
Int64EditBox()
Initializes an instance of the class.
public Int64EditBox()
Properties
PickerKind
The Int64EditBoxPickerKind indicating the pre-defined Style to apply to the picker used within the popup.
public Int64EditBoxPickerKind PickerKind { get; set; }
Property Value
- Int64EditBoxPickerKind:
The default value is Calculator.
Methods
TryConvertFromString(string?, bool, out long?)
Tries to convert the specified text to a value.
protected override bool TryConvertFromString(string? textToConvert, bool canCoerce, out long? value)
| Parameter | Type | Description |
|---|---|---|
| textToConvert | string | The text. |
| canCoerce | bool | Whether the returned value should be coerced to fall within the allowed value range. |
| value | long? | Returns the value for the specified text. |
Returns
- bool:
trueif the text was converted to a value successfully; otherwise,false.
Fields
PickerKindProperty
Defines the PickerKind property.
public static readonly DependencyProperty PickerKindProperty
Inherited Members
- NumberPartEditBoxBase<long>.CalculatorPopupPickerStyleProperty
- NumberPartEditBoxBase<long>.DefaultValueProperty
- NumberPartEditBoxBase<long>.FormatProperty
- NumberPartEditBoxBase<long>.LargeChangeProperty
- NumberPartEditBoxBase<long>.MaximumProperty
- NumberPartEditBoxBase<long>.MinimumProperty
- NumberPartEditBoxBase<long>.ResolvedFormatProperty
- NumberPartEditBoxBase<long>.SmallChangeProperty
- NumberPartEditBoxBase<long>.CoerceValidValue(long?)
- NumberPartEditBoxBase<long>.ConvertToString(long?)
- NumberPartEditBoxBase<long>.CreateIncrementalChangeRequest(IncrementalChangeRequestKind)
- NumberPartEditBoxBase<long>.GenerateParts()
- NumberPartEditBoxBase<long>.IsValidValue(long?)
- NumberPartEditBoxBase<long>.ResetValue()
- NumberPartEditBoxBase<long>.CalculatorPopupPickerStyle
- NumberPartEditBoxBase<long>.DefaultValue
- NumberPartEditBoxBase<long>.Format
- NumberPartEditBoxBase<long>.LargeChange
- NumberPartEditBoxBase<long>.Maximum
- NumberPartEditBoxBase<long>.Minimum
- NumberPartEditBoxBase<long>.ResolvedFormat
- NumberPartEditBoxBase<long>.SmallChange
- PartEditBoxBase<long?>.ActivePartIndexProperty
- PartEditBoxBase<long?>.CommitTriggersProperty
- PartEditBoxBase<long?>.HasPopupProperty
- PartEditBoxBase<long?>.InlinesProperty
- PartEditBoxBase<long?>.InputScopeNameValueProperty
- PartEditBoxBase<long?>.IntermediateValueProperty
- PartEditBoxBase<long?>.IsArrowKeyPartNavigationEnabledProperty
- PartEditBoxBase<long?>.IsEditableProperty
- PartEditBoxBase<long?>.IsInputFilteringEnabledProperty
- PartEditBoxBase<long?>.IsNonDefaultUsageContextProperty
- PartEditBoxBase<long?>.IsNullAllowedProperty
- PartEditBoxBase<long?>.IsPopupButtonVisibleProperty
- PartEditBoxBase<long?>.IsPopupOpenProperty
- PartEditBoxBase<long?>.IsReadOnlyProperty
- PartEditBoxBase<long?>.IsSpinnerVisibleProperty
- PartEditBoxBase<long?>.IsUndoEnabledProperty
- PartEditBoxBase<long?>.PlaceholderTextProperty
- PartEditBoxBase<long?>.PopupBackgroundProperty
- PartEditBoxBase<long?>.PopupBorderBrushProperty
- PartEditBoxBase<long?>.PopupPickerStyleProperty
- PartEditBoxBase<long?>.SpinnerVisibilityProperty
- PartEditBoxBase<long?>.SpinWrappingProperty
- PartEditBoxBase<long?>.TextAlignmentProperty
- PartEditBoxBase<long?>.UsageContextProperty
- PartEditBoxBase<long?>.ValueProperty
- PartEditBoxBase<long?>.Commit()
- PartEditBoxBase<long?>.Commit(bool)
- PartEditBoxBase<long?>.InvalidateParts()
- PartEditBoxBase<long?>.IsTextInputAllowed(string)
- PartEditBoxBase<long?>.OnApplyTemplate()
- PartEditBoxBase<long?>.OnCreateAutomationPeer()
- PartEditBoxBase<long?>.OnGotFocus(RoutedEventArgs)
- PartEditBoxBase<long?>.OnIntermediateValueChanged(long?, long?)
- PartEditBoxBase<long?>.OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs)
- PartEditBoxBase<long?>.OnIsNullAllowedChanged(bool, bool)
- PartEditBoxBase<long?>.OnKeyDown(KeyEventArgs)
- PartEditBoxBase<long?>.OnLostFocus(RoutedEventArgs)
- PartEditBoxBase<long?>.OnLostMouseCapture(MouseEventArgs)
- PartEditBoxBase<long?>.OnMouseLeftButtonDown(MouseButtonEventArgs)
- PartEditBoxBase<long?>.OnPopupOpened()
- PartEditBoxBase<long?>.OnPreviewMouseUp(MouseButtonEventArgs)
- PartEditBoxBase<long?>.OnPreviewTextInput(TextCompositionEventArgs)
- PartEditBoxBase<long?>.OnValueChanged(long?, long?)
- PartEditBoxBase<long?>.ProcessTextInput(string)
- PartEditBoxBase<long?>.SelectAll()
- PartEditBoxBase<long?>.UpdateIntermediateValueAndTextFromValue()
- PartEditBoxBase<long?>.ActivePartIndex
- PartEditBoxBase<long?>.CommitTriggers
- PartEditBoxBase<long?>.CurrentSelectionLength
- PartEditBoxBase<long?>.CurrentSelectionStartOffset
- PartEditBoxBase<long?>.CurrentText
- PartEditBoxBase<long?>.HasPopupButtonWhenReadOnly
- PartEditBoxBase<long?>.HasPopup
- PartEditBoxBase<long?>.Inlines
- PartEditBoxBase<long?>.InputScopeNameValue
- PartEditBoxBase<long?>.IntermediateValue
- PartEditBoxBase<long?>.IsArrowKeyPartNavigationEnabled
- PartEditBoxBase<long?>.IsEditable
- PartEditBoxBase<long?>.IsInputFilteringEnabled
- PartEditBoxBase<long?>.IsNonDefaultUsageContext
- PartEditBoxBase<long?>.IsNullAllowed
- PartEditBoxBase<long?>.IsPopupButtonVisible
- PartEditBoxBase<long?>.IsPopupOpen
- PartEditBoxBase<long?>.IsReadOnly
- PartEditBoxBase<long?>.IsSpinnerVisible
- PartEditBoxBase<long?>.IsUndoEnabled
- PartEditBoxBase<long?>.Parts
- PartEditBoxBase<long?>.PlaceholderText
- PartEditBoxBase<long?>.PopupBackground
- PartEditBoxBase<long?>.PopupBorderBrush
- PartEditBoxBase<long?>.PopupPickerStyle
- PartEditBoxBase<long?>.ResetValueCommand
- PartEditBoxBase<long?>.SmallDecrementValueCommand
- PartEditBoxBase<long?>.SmallIncrementValueCommand
- PartEditBoxBase<long?>.SpinnerVisibility
- PartEditBoxBase<long?>.SpinWrapping
- PartEditBoxBase<long?>.TextAlignment
- PartEditBoxBase<long?>.UsageContext
- PartEditBoxBase<long?>.Value
- PartEditBoxBase<long?>.ValueChanged