CommandBar.Position Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the position of a command bar.
public:
property Microsoft::Office::Core::MsoBarPosition Position { Microsoft::Office::Core::MsoBarPosition get(); void set(Microsoft::Office::Core::MsoBarPosition value); };
public Microsoft.Office.Core.MsoBarPosition Position { get; set; }
member this.Position : Microsoft.Office.Core.MsoBarPosition with get, set
Public Property Position As MsoBarPosition