BCGControlBar Library for .NET
ContextMenu Property




Syntax
'Declaration
 
Public Property ContextMenu As ContextMenuButton
'Usage
 
Dim instance As RibbonMiniToolbar
Dim value As ContextMenuButton
 
instance.ContextMenu = value
 
value = instance.ContextMenu
public ContextMenuButton ContextMenu {get; set;}
public: __property ContextMenuButton* get_ContextMenu();
public: __property void set_ContextMenu( 
   ContextMenuButton* value
);
public:
property ContextMenuButton^ ContextMenu {
   ContextMenuButton^ get();
   void set (    ContextMenuButton^ 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

RibbonMiniToolbar Class
RibbonMiniToolbar Members

Send Feedback