FormRegionCustomActionCollection Class (2007 System)
Represents a collection of FormRegionCustomAction objects.
Namespace: Microsoft.Office.Tools.Outlook
Assembly: Microsoft.Office.Tools.Outlook.v9.0 (in Microsoft.Office.Tools.Outlook.v9.0.dll)
Syntax
'Declaration
Public NotInheritable Class FormRegionCustomActionCollection _
Inherits Collection(Of FormRegionCustomAction)
'Usage
Dim instance As FormRegionCustomActionCollection
public sealed class FormRegionCustomActionCollection : Collection<FormRegionCustomAction>
public ref class FormRegionCustomActionCollection sealed : public Collection<FormRegionCustomAction^>
public final class FormRegionCustomActionCollection extends Collection<FormRegionCustomAction>
Remarks
The FormRegionCustomActionCollection contains all of the custom actions that you want to appear in the Custom Actions group on the Ribbon of the Outlook item that displays the form region.
Inheritance Hierarchy
System.Object
System.Collections.ObjectModel.Collection<FormRegionCustomAction>
Microsoft.Office.Tools.Outlook.FormRegionCustomActionCollection
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.