BCGControlBar Library for .NET
BackstageTextItem Constructor(String,Rectangle)




Syntax
'Declaration
 
Public Function New( _
   ByVal text As String, _
   ByVal bounds As Rectangle _
)
'Usage
 
Dim text As String
Dim bounds As Rectangle
 
Dim instance As New BackstageTextItem(text, bounds)
public BackstageTextItem( 
   string text,
   Rectangle bounds
)
public: BackstageTextItem( 
   string* text,
   Rectangle bounds
)
public:
BackstageTextItem( 
   String^ text,
   Rectangle bounds
)

Parameters

text
bounds
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

BackstageTextItem Class
BackstageTextItem Members
Overload List

Send Feedback