Ribbon.ShowJewelId Property
Gets or sets the identifier of the Jewel.
Namespace: Microsoft.Web.CommandUI
Assembly: Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)
Syntax
'Declaration
Public Property ShowJewelId As String
Get
Set
'Usage
Dim instance As Ribbon
Dim value As String
value = instance.ShowJewelId
instance.ShowJewelId = value
public string ShowJewelId { get; set; }
Property Value
Type: System.String
The Jewel identifier.