FormRegionCustomAction.Title Property

Definition

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

public:
 property System::String ^ Title { System::String ^ get(); void set(System::String ^ value); };
public string Title { get; set; }
member this.Title : string with get, set
Public Property Title As String

Property Value

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

Exceptions

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.

Applies to