BCGControlBar Library for .NET
HasCaptionButton Property (DesktopAlert)




Specifies whether the desktop alert window contains a special caption button, which displays a popup menu referenced by PopupAlertMenu property.

The caption button is not displayed if PopupAlertMenu value is null.

Syntax
'Declaration
 
Public Property HasCaptionButton As Boolean
'Usage
 
Dim instance As DesktopAlert
Dim value As Boolean
 
instance.HasCaptionButton = value
 
value = instance.HasCaptionButton
public bool HasCaptionButton {get; set;}
public: __property bool get_HasCaptionButton();
public: __property void set_HasCaptionButton( 
   bool value
);
public:
property bool HasCaptionButton {
   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

DesktopAlert Class
DesktopAlert Members

Send Feedback