BCGControlBar Library for .NET
SelectedID Property (OutlookToolBar)




Specifies a command identifier of the selected button.
Syntax
'Declaration
 
Public Property SelectedID As Integer
'Usage
 
Dim instance As OutlookToolBar
Dim value As Integer
 
instance.SelectedID = value
 
value = instance.SelectedID
public int SelectedID {get; set;}
public: __property int get_SelectedID();
public: __property void set_SelectedID( 
   int value
);
public:
property int SelectedID {
   int get();
   void set (    int value);
}
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

OutlookToolBar Class
OutlookToolBar Members

Send Feedback