RibbonControlId.ControlIdType 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 a value that describes whether this ControlIdType identifies a Microsoft Office control or a custom control.
public:
property Microsoft::Office::Tools::Ribbon::RibbonControlIdType ControlIdType { Microsoft::Office::Tools::Ribbon::RibbonControlIdType get(); void set(Microsoft::Office::Tools::Ribbon::RibbonControlIdType value); };
public Microsoft.Office.Tools.Ribbon.RibbonControlIdType ControlIdType { get; set; }
member this.ControlIdType : Microsoft.Office.Tools.Ribbon.RibbonControlIdType with get, set
Public Property ControlIdType As RibbonControlIdType
Property Value
A RibbonControlIdType enumeration value that describes whether this ControlIdType identifies an Office control or a custom control.