System.Windows.Forms.NumericUpDown.Hexadecimal Property

Gets or sets a value indicating whether the spin box (also known as an up-down control) should display the value it contains in hexadecimal format.

Syntax

[System.ComponentModel.DefaultValue(false)]
public bool Hexadecimal { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

When the NumericUpDown.Hexadecimal property is set, the NumericUpDown.UpdateEditText method is called to update the spin box's display to the new format.

When the NumericUpDown.Hexadecimal property is set to true, the NumericUpDown.Maximum property should be set to int.MaxValue and the NumericUpDown.Minimum property should be set to int.MinValue.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0