BCGControlBar Library for .NET
PopupAlertMenu Property




A reference to context menu displayed when the user clicks the caption menu button.
Syntax
'Declaration
 
Public Property PopupAlertMenu As ContextMenuStrip
'Usage
 
Dim instance As DesktopAlert
Dim value As ContextMenuStrip
 
instance.PopupAlertMenu = value
 
value = instance.PopupAlertMenu
public ContextMenuStrip PopupAlertMenu {get; set;}
public: __property ContextMenuStrip* get_PopupAlertMenu();
public: __property void set_PopupAlertMenu( 
   ContextMenuStrip* value
);
public:
property ContextMenuStrip^ PopupAlertMenu {
   ContextMenuStrip^ get();
   void set (    ContextMenuStrip^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DesktopAlert Class
DesktopAlert Members

Send Feedback