Share via


FormRegionManifest.CustomActions Property

Definition

Gets a collection that contains all of the custom actions that appear in the Custom Actions group on the Ribbon of the Outlook item that displays the form region.

public:
 property Microsoft::Office::Tools::Outlook::FormRegionCustomActionCollection ^ CustomActions { Microsoft::Office::Tools::Outlook::FormRegionCustomActionCollection ^ get(); };
public Microsoft.Office.Tools.Outlook.FormRegionCustomActionCollection CustomActions { get; }
member this.CustomActions : Microsoft.Office.Tools.Outlook.FormRegionCustomActionCollection
Public ReadOnly Property CustomActions As FormRegionCustomActionCollection

Property Value

A FormRegionCustomActionCollection that contains all of the custom actions that appear in the Custom Actions group on the Ribbon of the Outlook item that displays the form region.

Remarks

For more information about custom actions, see Custom Actions in Outlook Form Regions.

Applies to