Wimark.Controls Class Library  

NumericUpDown.Hexadecimal Property

Gets or sets a value indicating whether the up-down control should display the value it contains in hexadecimal format.

[Visual Basic]
Public Property Hexadecimal As Boolean 
[C#]
public bool Hexadecimal {get; set;}
[C++]
public: __property bool get_Hexadecimal();
public: __property void set_Hexadecimal(bool);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

NumericUpDown Class | NumericUpDown Members | Wimark.Controls Namespace