CommandBarsClass Class

Definition

Reserved for internal use.

public ref class CommandBarsClass : Microsoft::Office::Core::CommandBars, System::Collections::IEnumerable
[System.Runtime.InteropServices.ClassInterface(0)]
[System.Runtime.InteropServices.Guid("55F88893-7708-11D1-ACEB-006008961DA5")]
public class CommandBarsClass : Microsoft.Office.Core.CommandBars, System.Collections.IEnumerable
[<System.Runtime.InteropServices.ClassInterface(0)>]
[<System.Runtime.InteropServices.Guid("55F88893-7708-11D1-ACEB-006008961DA5")>]
type CommandBarsClass = class
    interface _CommandBars
    interface CommandBars
    interface _CommandBarsEvents_Event
    interface IEnumerable
Public Class CommandBarsClass
Implements CommandBars, IEnumerable
Inheritance
CommandBarsClass
Attributes
Implements

Properties

ActionControl
ActiveMenuBar
AdaptiveMenus
Application
Count
Creator
DisableAskAQuestionDropdown
DisableCustomize
DisplayFonts
DisplayKeysInTooltips
DisplayTooltips
IdsString[Int32, String]
Item[Object]
LargeButtons
MenuAnimationStyle
Parent
TmcGetName[Int32, String]

Methods

Add(Object, Object, Object, Object)
add_OnUpdate(_CommandBarsEvents_OnUpdateEventHandler)
AddEx(Object, Object, Object, Object, Object)
CommitRenderingTransaction(Int32)

Commits the rendering transaction. Returns Nothing (a null reference (Nothing in Visual Basic) in C#).

ExecuteMso(String)
FindControl(Object, Object, Object, Object)
FindControls(Object, Object, Object, Object)
GetEnabledMso(String)
GetEnumerator()
GetImageMso(String, Int32, Int32)
GetLabelMso(String)
GetPressedMso(String)
GetScreentipMso(String)
GetSupertipMso(String)
GetVisibleMso(String)
ReleaseFocus()
remove_OnUpdate(_CommandBarsEvents_OnUpdateEventHandler)

Events

OnUpdate

Gets a CommandBars collection. Read-only.

Applies to