The RibbonPermissionsTab class represents a Windows Forms ribbon tab for determining how the document can be edited, when it is enforced to be protected.

Syntax

public class RibbonPermissionsTab : Windows.Forms.Ribbon.RibbonTab
Public Class RibbonPermissionsTab
  Inherits Windows.Forms.Ribbon.RibbonTab

Introduced: X15.

Constructors

Constructor Description
RibbonPermissionsTab Initializes a new instance of the RibbonPermissionsTab class.

Enumerations

Enumeration Description
RibbonDropDownItem Each RibbonDropDownItem represents a drop-down item in the RibbonPermissionsTab.
RibbonItem Each RibbonItem represents an item in the RibbonPermissionsTab that is not a drop-down item.

Methods

Method Description
FindItem Finds a control that has the provided RibbonPermissionsTab.RibbonItem identifier.

Properties

Property Description
AllowAddingUserNames Gets or sets a value indicating whether the user can add user names by the RibbonPermissionsTab's Add Users dialog that are not represented by the RegisteredUserNames property.
KeyTip Gets or sets the keyboard shortcut of the RibbonTab.
(Inherited from RibbonTab)
RegisteredUserNames Gets or sets an array of strings that represents those registered user names that can be added by the RibbonPermissionsTab's Add Users dialog.
RibbonGroups Gets a collection of all RibbonGroups in a RibbonTab.
(Inherited from RibbonTab)