Dela via


FormRegionCustomAction.Title Property (2007 System)

Gets or sets the name that is used to identify the custom action in the Custom Actions group of the Ribbon.

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

Syntax

'Declaration
Public Property Title As String
'Usage
Dim instance As FormRegionCustomAction 
Dim value As String 

value = instance.Title

instance.Title = value
public string Title { get; set; }
public:
property String^ Title {
    String^ get ();
    void set (String^ value);
}
public function get Title () : String 
public function set Title (value : String)

Property Value

Type: System.String
A string that represents the name that is used to identify the custom action in the Custom Actions group of the Ribbon.

Exceptions

Exception Condition
ArgumentException

The value is greater than 256 characters in length.

Remarks

If you set the AddressLike property to Response, the title appears as an option when you click the Vote button in the Respond group of the Ribbon.

.NET Framework Security

See Also

Reference

FormRegionCustomAction Class

FormRegionCustomAction Members

Microsoft.Office.Tools.Outlook Namespace