FormRegionCustomAction.ShowOnRibbon Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.