Name | Description | |
---|---|---|
NMenuPopupHostSchema | Schema associated with NMenuDropDown |
The following tables list the members exposed by NMenuPopupHost.
Name | Description | |
---|---|---|
NMenuPopupHostSchema | Schema associated with NMenuDropDown |
Name | Description | |
---|---|---|
Items | A shortcut property that gets the Menu.Items collection. | |
Menu | A shortcut property that casts the popup content to an NMenu instance. |
Name | Description | |
---|---|---|
NavigateToContent | Overridden. Overriden to navigate to the first menu item. |
Name | Description | |
---|---|---|
CreatePopupWindow | Overridden. Overriden to create a popup window the content of which is an NMenu. | |
IsPopupEmpty | Overridden. Determines whether the popup is empty. This implementation determines whether the menu contains at least one menu item. | |
OnPopupOpened | Overridden. Called when the popup is opened. Overriden to ensure that there is no selected item in the menu. |