Compartir a través de


_CommandBarComboBox.Style Propiedad

Definición

Devuelve o establece la forma en que se muestra una barra de comandos.

public:
 property Microsoft::Office::Core::MsoComboStyle Style { Microsoft::Office::Core::MsoComboStyle get(); void set(Microsoft::Office::Core::MsoComboStyle value); };
public Microsoft.Office.Core.MsoComboStyle Style { get; set; }
member this.Style : Microsoft.Office.Core.MsoComboStyle with get, set
Public Property Style As MsoComboStyle

Valor de propiedad

Comentarios

Puede ser cualquiera de las constantes siguientes MsoComboStyle : msoComboLabel o msoComboNormal.

Se aplica a