CommandBar.Width Property

Returns or sets the width (in pixels) of the specified command bar.

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

Syntax

'Declaration
Property Width As Integer
    Get
    Set
'Usage
Dim instance As CommandBar
Dim value As Integer

value = instance.Width

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

Property Value

Type: System.Int32

See Also

Reference

CommandBar Interface

CommandBar Members

Microsoft.Office.Core Namespace