BCGControlBar Library for .NET
CanShowMorePageButtons Method




Called by the framework to make an item "Show MoreButtons" enabled or disabled in popup menu.  Specifies if more page buttons can be shown on the Outlook control.
Syntax
'Declaration
 
Public Function CanShowMorePageButtons() As Boolean
'Usage
 
Dim instance As OutlookBarControl
Dim value As Boolean
 
value = instance.CanShowMorePageButtons()
public bool CanShowMorePageButtons()
public: bool CanShowMorePageButtons(); 
public:
bool CanShowMorePageButtons(); 

Return Value

Returns true, if the OutlookBarControl has  a toolbar and not all page buttons are shown.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

OutlookBarControl Class
OutlookBarControl Members

Send Feedback