Class DataBytesUC
Inheritance
System.Object
DataBytesUC
Assembly: Cosmos.VS.Windows.dll
Syntax
public class DataBytesUC : UserControl
Constructors
|
Improve this Doc
View Source
DataBytesUC()
Declaration
Fields
|
Improve this Doc
View Source
mDigits
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
mPrefix
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
mPrevValue
Declaration
protected uint? mPrevValue
Field Value
Type |
Description |
System.Nullable<System.UInt32> |
|
|
Improve this Doc
View Source
mValue
Declaration
Field Value
Type |
Description |
System.Nullable<System.UInt32> |
|
Properties
|
Improve this Doc
View Source
Digits
Declaration
public int Digits { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Prefix
Declaration
public string Prefix { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Value
Declaration
public uint? Value { get; set; }
Property Value
Type |
Description |
System.Nullable<System.UInt32> |
|
Methods
|
Improve this Doc
View Source
UpdateDisplay()
Declaration
protected void UpdateDisplay()