RibbonControlId.ControlIdType Property

Definition

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.

Applies to