BCGControlBar Library for .NET
CanAutoClose Property (DesktopAlert)




Gets or sets the value specifying whether the desktop alert control can be closed after some time if the user hasn't taken any actions on the window.
Syntax
'Declaration
 
Public Property CanAutoClose As Boolean
'Usage
 
Dim instance As DesktopAlert
Dim value As Boolean
 
instance.CanAutoClose = value
 
value = instance.CanAutoClose
public bool CanAutoClose {get; set;}
public: __property bool get_CanAutoClose();
public: __property void set_CanAutoClose( 
   bool value
);
public:
property bool CanAutoClose {
   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