[This is preliminary documentation and is subject to change.]
Determines if the menubar is page type
Namespace:
OfficeClip.BusinessLayer.Framework.ProfileAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public bool IsMenuBarPageType { get; set; } |
Visual Basic (Declaration) |
---|
Public Property IsMenuBarPageType As Boolean |
Visual C++ |
---|
public: property bool IsMenuBarPageType { bool get (); void set (bool value); } |