Debugger5.HexInputMode Property

Definition

Gets or sets a value that indicates whether the expressions are evaluated in hexadecimal or decimal format.

public:
 property bool HexInputMode { bool get(); void set(bool value); };
public:
 property bool HexInputMode { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(108)]
public bool HexInputMode { [System.Runtime.InteropServices.DispId(108)] get; [System.Runtime.InteropServices.DispId(108)] set; }
[<System.Runtime.InteropServices.DispId(108)>]
[<get: System.Runtime.InteropServices.DispId(108)>]
[<set: System.Runtime.InteropServices.DispId(108)>]
member this.HexInputMode : bool with get, set
Public Property HexInputMode As Boolean

Property Value

A Boolean that is true if hexadecimal format; otherwise, false.

Implements

Attributes

Applies to