_CommandBarButton.Style Property
Returns or sets the way a command bar button control is displayed.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property Style As MsoButtonStyle
Get
Set
'Usage
Dim instance As _CommandBarButton
Dim value As MsoButtonStyle
value = instance.Style
instance.Style = value
MsoButtonStyle Style { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoButtonStyle