Share via


FormRegionCustomAction.ShowOnRibbon Property

Definition

Gets or sets a value that indicates whether to show the FormRegionCustomAction in the Custom Actions group of the Ribbon that displays the form region.

public:
 property bool ShowOnRibbon { bool get(); void set(bool value); };
public bool ShowOnRibbon { get; set; }
member this.ShowOnRibbon : bool with get, set
Public Property ShowOnRibbon As Boolean

Property Value

true if the FormRegionCustomAction appears on the Ribbon; otherwise, false. The default is true.

Remarks

If you set the AddressLike property to Response and the ShowOnRibbon property to false, then the custom action will not appear as an option when you click the Vote button in the Respond group of the Ribbon.

Applies to