Share via


MenuGroup Members

Include Protected Members
Include Inherited Members

Represents a group of menu items.

The MenuGroup type exposes the following members.

Constructors

 

Name

Description

Public method

MenuGroup

Overloaded. Initializes a new instance of the MenuGroup class.

Top

Methods

 

Name

Description

Public method

Equals

Determines whether the specified Object is equal to the current Object. (Inherited from Object.)

Protected method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

Public method

GetHashCode

Serves as a hash function for a particular type. (Inherited from Object.)

Public method

GetType

Gets the type of the current instance. (Inherited from Object.)

Protected method

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Protected method

OnPropertyChanged

Raises the PropertyChanged event. (Inherited from MenuBase.)

Public method

ToString

Returns a string that represents the current object. (Inherited from Object.)

Top

Properties

 

Name

Description

Public property

Context

Gets the current editing context. (Inherited from MenuBase.)

Public property

DisplayName

Gets or sets the localized text to display for the menu item. (Inherited from MenuBase.)

Public property

HasDropDown

Gets or sets a value indicating whether the menu items in the Items collection are added to a submenu.

Public property

Items

Gets a list of menu items to display as siblings within the same menu group.

Public property

Name

Gets or sets the unique identifier for the menu item. (Inherited from MenuBase.)

Top

Events

 

Name

Description

Public event

PropertyChanged

Occurs when a property has changed. (Inherited from MenuBase.)

Top

See Also

Reference

MenuGroup Class

Microsoft.Windows.Design.Interaction Namespace