RibbonSplitButton.ButtonType Property

Definition

Gets or sets the type of the button on the RibbonSplitButton.

public:
 property Microsoft::Office::Tools::Ribbon::RibbonButtonType ButtonType { Microsoft::Office::Tools::Ribbon::RibbonButtonType get(); void set(Microsoft::Office::Tools::Ribbon::RibbonButtonType value); };
public Microsoft.Office.Tools.Ribbon.RibbonButtonType ButtonType { get; set; }
member this.ButtonType : Microsoft.Office.Tools.Ribbon.RibbonButtonType with get, set
Public Property ButtonType As RibbonButtonType

Property Value

A RibbonButtonType that represents the type of the button on the RibbonSplitButton.

Remarks

The two options are Button and ToggleButton.

The property cannot be changed at run time.

Applies to