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