CommandBarControl.Tag Property

Definition

Returns or sets information about the command bar control, such as data that can be used as an argument in procedures, or information that identifies the control.

public:
 property System::String ^ Tag { System::String ^ get(); void set(System::String ^ value); };
public string Tag { get; set; }
member this.Tag : string with get, set
Public Property Tag As String

Property Value

Remarks

To avoid duplicate calls of the same class when triggered with events, define the Tag property unique to the events.

Applies to