BCGControlBar Library for .NET
CopyrightInfoLabel Property




Syntax
'Declaration
 
Public ReadOnly Property CopyrightInfoLabel As Label
'Usage
 
Dim instance As AboutBox
Dim value As Label
 
value = instance.CopyrightInfoLabel
public Label CopyrightInfoLabel {get;}
public: __property Label* get_CopyrightInfoLabel();
public:
property Label^ CopyrightInfoLabel {
   Label^ get();
}
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

AboutBox Class
AboutBox Members

Send Feedback