Show / Hide Table of Contents

Class PMItem

Represents a menu item in popupMenu.

public class PMItem : MTItem
Remarks

Most properties cannot be changed while the menu is open. Can be changed Tag, Tooltip, IsChecked and IsDisabled.


Namespace: Au.Types
Assembly: Au.dll
Inheritance
object
MTItem
PMItem
Inherited Members
MTItem.Text
MTItem.Tooltip
MTItem.Tag
MTItem.TextColor
MTItem.File
MTItem.ToString()

Properties

Name Description
BackgroundColor

Gets or sets background color.

Clicked

Gets item action.

FontBold

Gets or sets whether to use bold font.

Hotkey

Hotkey display text.

Id

Gets or sets menu item id.

IsChecked

Gets or sets checked state.

IsDisabled

Gets or sets disabled state.

IsSeparator

true if is a separator.

IsSubmenu

true if is a submenu-item.