Crumb Constructor(String,String,String,Boolean)
See Also 
SourceCode.Workflow.WizardFramework.Controls Namespace > Crumb Class > Crumb Constructor : Crumb Constructor(String,String,String,Boolean)



id
text
description
allowDrillDown

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal id As String, _
   ByVal text As String, _
   ByVal description As String, _
   ByVal allowDrillDown As Boolean _
)
Visual Basic (Usage) Copy Code
Dim id As String
Dim text As String
Dim description As String
Dim allowDrillDown As Boolean
 
Dim instance As New Crumb(id, text, description, allowDrillDown)
C++/CLI  
public:
Crumb( 
   String^ id,
   String^ text,
   String^ description,
   bool allowDrillDown
)

Parameters

id
text
description
allowDrillDown

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