BCGControlBar Library for .NET
ApplicationLabel Property




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