Udostępnij za pośrednictwem


FormRegionManifest.CustomActions Property (2007 System)

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.

Namespace:  Microsoft.Office.Tools.Outlook
Assembly:  Microsoft.Office.Tools.Outlook.v9.0 (in Microsoft.Office.Tools.Outlook.v9.0.dll)

Syntax

'Declaration
Public ReadOnly Property CustomActions As FormRegionCustomActionCollection
'Usage
Dim instance As FormRegionManifest 
Dim value As FormRegionCustomActionCollection 

value = instance.CustomActions
public FormRegionCustomActionCollection CustomActions { get; }
public:
property FormRegionCustomActionCollection^ CustomActions {
    FormRegionCustomActionCollection^ get ();
}
public function get CustomActions () : FormRegionCustomActionCollection

Property Value

Type: Microsoft.Office.Tools.Outlook.FormRegionCustomActionCollection
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.

.NET Framework Security

See Also

Reference

FormRegionManifest Class

FormRegionManifest Members

Microsoft.Office.Tools.Outlook Namespace