BCGControlBar Library for .NET
CurrentVisualManager Property (DesktopAlert)




A reference to Visual Manager, which controls look of the desktop alert window.
Syntax
'Declaration
 
Public Property CurrentVisualManager As VisualManager
'Usage
 
Dim instance As DesktopAlert
Dim value As VisualManager
 
instance.CurrentVisualManager = value
 
value = instance.CurrentVisualManager
public VisualManager CurrentVisualManager {get; set;}
public: __property VisualManager* get_CurrentVisualManager();
public: __property void set_CurrentVisualManager( 
   VisualManager* value
);
public:
property VisualManager^ CurrentVisualManager {
   VisualManager^ get();
   void set (    VisualManager^ 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