Share via


CommandBarComboBoxClass.Height Property

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

Syntax

'Declaration
Public Overridable Property Height As Integer
    Get
    Set
'Usage
Dim instance As CommandBarComboBoxClass
Dim value As Integer

value = instance.Height

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

Property Value

Type: System.Int32

Implements

_CommandBarComboBox.Height

See Also

Reference

CommandBarComboBoxClass Class

CommandBarComboBoxClass Members

Microsoft.Office.Core Namespace