Share via


_CommandBarComboBox.Height Property

Returns or sets the height of a command bar control or command bar.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property Height As Integer
    Get
    Set
'Usage
Dim instance As _CommandBarComboBox
Dim value As Integer

value = instance.Height

instance.Height = value
int Height { get; set; }

Property Value

Type: System.Int32

Implements

CommandBarControl.Height

See Also

Reference

_CommandBarComboBox Interface

_CommandBarComboBox Members

Height Overload

Microsoft.Office.Core Namespace