'Declaration <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.")> <DefaultValueAttribute(False)> Public Property HideWindowUI As Boolean
[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.")] [DefaultValue(False)] public bool HideWindowUI { get; set; }
[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.")] [DefaultValue(False)] public: __property bool get_HideWindowUI(); public: __property void set_HideWindowUI(
bool value
);
[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.")] [DefaultValue(False)] public:
property bool HideWindowUI { bool get(); void set(bool value); }
Property Value
Default value is false.