RibbonSplitButton.ButtonType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.