CommandBarPopup::Caption Property

 

Gets or sets the caption of the control.

Namespace:   Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)

[DispIdAttribute(1610874883)]
property String^ Caption {
	[DispIdAttribute(1610874883)]
	String^ get();
	[DispIdAttribute(1610874883)]
	void set(String^ value);
}

Property Value

Type: System::String^

The caption.

Return to top
Show: