Share via


CommandBarComboBox Members

Include Protected Members
Include Inherited Members

Represents a combo box control on a command bar.

The CommandBarComboBox type exposes the following members.

Properties

  Name Description
Public property accChild[Object] Reserved for internal use. (Inherited from _CommandBarComboBox.)
Public property accChildCount Reserved for internal use. (Inherited from _CommandBarComboBox.)
Public property accDefaultAction[Object] Reserved for internal use. (Inherited from _CommandBarComboBox.)
Public property accDescription[Object] Reserved for internal use. (Inherited from _CommandBarComboBox.)
Public property accFocus Reserved for internal use. (Inherited from _CommandBarComboBox.)
Public property accHelp[Object] Reserved for internal use. (Inherited from _CommandBarComboBox.)
Public property accHelpTopic[String, Object] Reserved for internal use. (Inherited from _CommandBarComboBox.)
Public property accKeyboardShortcut[Object] Reserved for internal use. (Inherited from _CommandBarComboBox.)
Public property accName[Object] Reserved for internal use. (Inherited from _CommandBarComboBox.)
Public property accParent Reserved for internal use. (Inherited from _CommandBarComboBox.)
Public property accRole[Object] Reserved for internal use. (Inherited from _CommandBarComboBox.)
Public property accSelection Reserved for internal use. (Inherited from _CommandBarComboBox.)
Public property accState[Object] Reserved for internal use. (Inherited from _CommandBarComboBox.)
Public property accValue[Object] Reserved for internal use. (Inherited from _CommandBarComboBox.)
Public property Application Returns an Application object that represents the container application for the object. (Inherited from _CommandBarComboBox.)
Public property BeginGroup Determines if the specified command bar control appears at the beginning of a group of controls on the command bar. (Inherited from _CommandBarComboBox.)
Public property BuiltIn Determines if the specified command bar or command bar control is a built-in command bar or control of the container application. (Inherited from _CommandBarComboBox.)
Public property Caption Returns or sets the caption text for a command bar control. (Inherited from _CommandBarComboBox.)
Public property Control Reserved for internal use. (Inherited from _CommandBarComboBox.)
Public property Creator Returns a 32-bit integer that indicates the application in which the specified object was created. (Inherited from _CommandBarComboBox.)
Public property DescriptionText Returns or sets the description for a command bar control. (Inherited from _CommandBarComboBox.)
Public property DropDownLines Returns or sets the number of lines in a command bar combo box control. (Inherited from _CommandBarComboBox.)
Public property DropDownWidth Returns or sets the width (in pixels) of the list for the specified command bar combo box control. (Inherited from _CommandBarComboBox.)
Public property Enabled Determines if the specified command bar or command bar control is enabled. (Inherited from _CommandBarComboBox.)
Public property Height Returns or sets the height of a command bar control or command bar. (Inherited from _CommandBarComboBox.)
Public property HelpContextId Returns or sets the Help context Id number for the Help topic attached to the command bar control. (Inherited from _CommandBarComboBox.)
Public property HelpFile Returns or sets the file name for the Help topic attached to the command bar control. (Inherited from _CommandBarComboBox.)
Public property Id Returns the ID for a built-in command bar control. (Inherited from _CommandBarComboBox.)
Public property Index Returns an Integer representing the index number for an object in the collection. (Inherited from _CommandBarComboBox.)
Public property InstanceId Reserved for internal use. (Inherited from _CommandBarComboBox.)
Public property InstanceIdPtr Reserved for internal use. (Inherited from _CommandBarComboBox.)
Public property IsPriorityDropped Determines if the control is currently dropped from the menu or toolbar based on usage statistics and layout space. (Inherited from _CommandBarComboBox.)
Public property Left Returns or sets the horizontal position of the specified command bar control (in pixels) relative to the left edge of the screen. (Inherited from _CommandBarComboBox.)
Public property List Returns or sets an item in the command bar combo box control. (Inherited from _CommandBarComboBox.)
Public property ListCount Returns the number of list items in a command bar combo box control. (Inherited from _CommandBarComboBox.)
Public property ListHeaderCount Returns or sets the number of list items in a command bar combo box control that appears above the separator line. (Inherited from _CommandBarComboBox.)
Public property ListIndex Returns or sets the index number of the selected item in the list portion of the command bar combo box control. (Inherited from _CommandBarComboBox.)
Public property OLEUsage Returns or sets the OLE client and OLE server roles in which a command bar control will be used when two Microsoft Office applications are merged. (Inherited from _CommandBarComboBox.)
Public property OnAction Returns or sets the name of a Visual Basic procedure that will run when the user clicks or changes the value of a command bar control. (Inherited from _CommandBarComboBox.)
Public property Parameter Returns or sets a string that an application can use to execute a command. (Inherited from _CommandBarComboBox.)
Public property Parent Returns the parent object for the specified object. (Inherited from _CommandBarComboBox.)
Public property Priority Returns or sets the priority of a command bar control. (Inherited from _CommandBarComboBox.)
Public property Style Returns or sets the way a command bar is displayed. (Inherited from _CommandBarComboBox.)
Public property Tag Returns or sets information about the command bar control, such as data that can be used as an argument in procedures, or information that identifies the control. (Inherited from _CommandBarComboBox.)
Public property Text Returns or sets the text in the display or edit portion of the command bar combo box control. (Inherited from _CommandBarComboBox.)
Public property TooltipText Returns or sets the text displayed in a command bar control's ScreenTip. (Inherited from _CommandBarComboBox.)
Public property Top Returns the distance (in pixels) from the top edge of the specified command bar control to the top edge of the screen. (Inherited from _CommandBarComboBox.)
Public property Type Returns the type of command bar control. (Inherited from _CommandBarComboBox.)
Public property Visible Determines if the specified object is visible. (Inherited from _CommandBarComboBox.)
Public property Width Returns or sets the width (in pixels) of the specified command bar or command bar control. (Inherited from _CommandBarComboBox.)

Top

Methods

  Name Description
Public method accDoDefaultAction(Object) Reserved for internal use. (Inherited from _CommandBarComboBox.)
Public method accHitTest(Int32, Int32) Reserved for internal use. (Inherited from _CommandBarComboBox.)
Public method accLocation(Int32, Int32, Int32, Int32, Object) Reserved for internal use. (Inherited from _CommandBarComboBox.)
Public method accNavigate(Int32, Object) Reserved for internal use. (Inherited from _CommandBarComboBox.)
Public method accSelect(Int32, Object) Reserved for internal use. (Inherited from _CommandBarComboBox.)
Public method add_Change Reserved for internal use. (Inherited from _CommandBarComboBoxEvents_Event.)
Public method AddItem Adds a list item to the specified command bar combo box control. (Inherited from _CommandBarComboBox.)
Public method Clear Removes all list items from a command bar combo box control (drop-down list box or combo box) and clears the text box (edit box or combo box). (Inherited from _CommandBarComboBox.)
Public method Copy(Object, Object) Copies a command bar control to an existing command bar. (Inherited from _CommandBarComboBox.)
Public method Delete(Object) Deletes the specified object from its collection. (Inherited from _CommandBarComboBox.)
Public method Execute() Runs a procedure, command, or user action depending on the specified object. (Inherited from _CommandBarComboBox.)
Public method Move(Object, Object) Moves the specified command bar control to an existing command bar. (Inherited from _CommandBarComboBox.)
Public method remove_Change Reserved for internal use. (Inherited from _CommandBarComboBoxEvents_Event.)
Public method RemoveItem Removes an item from a command bar combo box control. (Inherited from _CommandBarComboBox.)
Public method Reserved1() Reserved for internal use. (Inherited from _CommandBarComboBox.)
Public method Reserved2() Reserved for internal use. (Inherited from _CommandBarComboBox.)
Public method Reserved3() Reserved for internal use. (Inherited from _CommandBarComboBox.)
Public method Reserved4() Reserved for internal use. (Inherited from _CommandBarComboBox.)
Public method Reserved5() Reserved for internal use. (Inherited from _CommandBarComboBox.)
Public method Reserved6() Reserved for internal use. (Inherited from _CommandBarComboBox.)
Public method Reserved7() Reserved for internal use. (Inherited from _CommandBarComboBox.)
Public method Reset() Resets a built-in command bar control to its original function and face. (Inherited from _CommandBarComboBox.)
Public method SetFocus() Moves the keyboard focus to the specified command bar control. (Inherited from _CommandBarComboBox.)

Top

Events

  Name Description
Public event Change Occurs when the end user changes the selection in a command bar combo box. (Inherited from _CommandBarComboBoxEvents_Event.)

Top

See Also

Reference

CommandBarComboBox Interface

Microsoft.Office.Core Namespace