BCGControlBar Library for .NET
HasPopup Property (OutlookCustomizeButton)




Specifies if an OutlookCustomizeButton has an open popup menu.
Syntax
'Declaration
 
Public Property HasPopup As Boolean
'Usage
 
Dim instance As OutlookCustomizeButton
Dim value As Boolean
 
instance.HasPopup = value
 
value = instance.HasPopup
public bool HasPopup {get; set;}
public: __property bool get_HasPopup();
public: __property void set_HasPopup( 
   bool value
);
public:
property bool HasPopup {
   bool get();
   void set (    bool 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

OutlookCustomizeButton Class
OutlookCustomizeButton Members

Send Feedback