BCGControlBar Library for .NET
UpdateButtons Method




Called by the framework when the selected index in the list box is changed. Sets the state of the buttons on the navigation pane enabled or disabled according to the selected item on the list.
Syntax
'Declaration
 
Public Sub UpdateButtons() 
'Usage
 
Dim instance As OutlookNavigationPane
 
instance.UpdateButtons()
public void UpdateButtons()
public: void UpdateButtons(); 
public:
void UpdateButtons(); 
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

OutlookNavigationPane Class
OutlookNavigationPane Members

Send Feedback