'Declaration <DefaultValueAttribute(False)> <DescriptionAttribute("A value indicating whether to hide user interface elements in the document's window (such as scroll bars and navigation controls), leaving only the document's contents displayed.")> Public Property HideWindowUI As Boolean
[DefaultValue(False)] [Description("A value indicating whether to hide user interface elements in the document's window (such as scroll bars and navigation controls), leaving only the document's contents displayed.")] public bool HideWindowUI { get; set; }
[DefaultValue(False)] [Description("A value indicating whether to hide user interface elements in the document's window (such as scroll bars and navigation controls), leaving only the document's contents displayed.")] public: __property bool get_HideWindowUI(); public: __property void set_HideWindowUI(
bool value
);
[DefaultValue(False)] [Description("A value indicating whether to hide user interface elements in the document's window (such as scroll bars and navigation controls), leaving only the document's contents displayed.")] public:
property bool HideWindowUI { bool get(); void set(bool value); }
Property Value
Default value is false.