FormRegionCustomAction Constructor (String)
Initializes a new instance of the FormRegionCustomAction class by using the specified name.
Namespace: Microsoft.Office.Tools.Outlook
Assembly: Microsoft.Office.Tools.Outlook.v9.0 (in Microsoft.Office.Tools.Outlook.v9.0.dll)
Syntax
'Declaration
Public Sub New ( _
name As String _
)
'Usage
Dim name As String
Dim instance As New FormRegionCustomAction(name)
public FormRegionCustomAction(
string name
)
Parameters
- name
Type: System.String
A string that represents the name of the custom action.
Remarks
This constructor sets the Name property of the FormRegionCustomAction to name.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
FormRegionCustomAction Members