BCGControlBar Library for .NET
CanShowFewerPageButtons Method




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

Return Value

Returns true, if the OutlookBarControl has  visible page buttons.
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