BCGControlBar Library for .NET
BackstageRecentDocumentDef Constructor(String,String,String,Boolean)




Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal description As String, _
   ByVal path As String, _
   ByVal enabled As Boolean _
)
'Usage
 
Dim name As String
Dim description As String
Dim path As String
Dim enabled As Boolean
 
Dim instance As New BackstageRecentDocumentDef(name, description, path, enabled)
public BackstageRecentDocumentDef( 
   string name,
   string description,
   string path,
   bool enabled
)
public: BackstageRecentDocumentDef( 
   string* name,
   string* description,
   string* path,
   bool enabled
)
public:
BackstageRecentDocumentDef( 
   String^ name,
   String^ description,
   String^ path,
   bool enabled
)

Parameters

name
description
path
enabled
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

BackstageRecentDocumentDef Class
BackstageRecentDocumentDef Members
Overload List

Send Feedback