BCGControlBar Library for .NET
Caption Property (DesktopAlert)




Specifies the text displayed on the desktop alert window caption. This property does not have any effect if HasSmallCaption property is true.
Syntax
'Declaration
 
Public Property Caption As String
'Usage
 
Dim instance As DesktopAlert
Dim value As String
 
instance.Caption = value
 
value = instance.Caption
public string Caption {get; set;}
public: __property string* get_Caption();
public: __property void set_Caption( 
   string* value
);
public:
property String^ Caption {
   String^ get();
   void set (    String^ 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