BCGControlBar Library for .NET
ID Property (ICommandObject)




Specifies command object ID. For the most of objects identifiers are managed (assigned) automatically by the framework. You can use IDs to quickly identify objects without using strings.
Syntax
'Declaration
 
Property ID As Integer
'Usage
 
Dim instance As ICommandObject
Dim value As Integer
 
instance.ID = value
 
value = instance.ID
int ID {get; set;}
__property int get_ID();
__property void set_ID( 
   int value
);
property int ID {
   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

ICommandObject Interface
ICommandObject Members

Send Feedback