Click or drag to resize

SelectRibbonTab Class

Select ribbon tab by Name or Text.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsSelectRibbonTab

Namespace:  MediaCy.Commands
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Class SelectRibbonTab
	Inherits BaseCommand

The SelectRibbonTab type exposes the following members.

Constructors
  NameDescription
Public methodSelectRibbonTab
Initializes a new instance of the SelectRibbonTab class
Public methodSelectRibbonTab(String)
Initializes a new instance of the SelectRibbonTab class
Public methodSelectRibbonTab(McCommand)
Initializes a new instance of the SelectRibbonTab class
Top
Properties
  NameDescription
Public propertyTabName
Ribbon tab Name or Text.
Top
Remarks