Table of Contents

Class MenuButtonBindable

Namespace
H.Windows.Ribbon
Assembly
H.Windows.Ribbon.dll
public class MenuButtonBindable : ControlBindableBase, INotifyPropertyChanged
Inheritance
MenuButtonBindable
Implements
Derived
Inherited Members
Extension Methods

Constructors

MenuButtonBindable()

public MenuButtonBindable()

MenuButtonBindable(bool)

public MenuButtonBindable(bool isApplicationMenu)

Parameters

isApplicationMenu bool

Properties

ControlDataCollection

public ObservableCollection<ControlBindableBase> ControlDataCollection { get; }

Property Value

ObservableCollection<ControlBindableBase>

IsDropDownOpen

public bool IsDropDownOpen { get; set; }

Property Value

bool

IsHorizontallyResizable

public bool IsHorizontallyResizable { get; set; }

Property Value

bool

IsVerticallyResizable

public bool IsVerticallyResizable { get; set; }

Property Value

bool