In This Article

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:

true if the text was converted to a value successfully; otherwise, false.

Fields

PickerKindProperty

Defines the PickerKind property.

public static readonly DependencyProperty PickerKindProperty

Inherited Members

Extension Methods