'Declaration <DefaultValueAttribute(False)> <DescriptionAttribute("A value indicating whether to hide the viewer application's menu bar when the document is active.")> Public Property HideMenubar As Boolean
[DefaultValue(False)] [Description("A value indicating whether to hide the viewer application's menu bar when the document is active.")] public bool HideMenubar { get; set; }
[DefaultValue(False)] [Description("A value indicating whether to hide the viewer application's menu bar when the document is active.")] public: __property bool get_HideMenubar(); public: __property void set_HideMenubar(
bool value
);
[DefaultValue(False)] [Description("A value indicating whether to hide the viewer application's menu bar when the document is active.")] public:
property bool HideMenubar { bool get(); void set(bool value); }
Property Value
Значение по умолчанию - false.