_CommandBarButton.Id Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the identifier of the button.
public:
property int Id { int get(); };
public:
property int Id { int get(); };
[System.Runtime.InteropServices.DispId(1610874899)]
public int Id { [System.Runtime.InteropServices.DispId(1610874899)] get; }
[<System.Runtime.InteropServices.DispId(1610874899)>]
[<get: System.Runtime.InteropServices.DispId(1610874899)>]
member this.Id : int
Public ReadOnly Property Id As Integer
Property Value
The identifier of the button.
Implements
- Attributes