|  | This document is archived and information here might be outdated. Recommended version. | 
Indicates if heads up display is enabled.
[Visual Basic .NET] Public Property HUDEnabled As Boolean
[C#] public bool HUDEnabled {get; set;}
[C++]
HRESULT get_HUDEnabled(
  VARIANT_BOOL pbHUD
);
[C++]
HRESULT put_HUDEnabled(
  Boolean* pbHUD
);
[C++]
Parameters pbHUD [in]
pbHUD is a parameter of type bool pbHUD [out, retval]
pbHUD is a parameter of type bool*