UpdateNotifyIconDisplayContextMenu Property |
Gets or sets the shortcut menu for the icon in the notification area.
Namespace: Kjs.AppLife.Update.ControllerAssembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntaxpublic ContextMenu ContextMenu { get; set; }
Public Property ContextMenu As ContextMenu
Get
Set
public:
property ContextMenu^ ContextMenu {
ContextMenu^ get ();
void set (ContextMenu^ value);
}
member ContextMenu : ContextMenu with get, set
Return Value
Type:
ContextMenu
A
ContextMenu that represents the shortcut menu associated with
icon in the notification area.
See Also