SetContent(String,String) Method
See Also 
SourceCode.Workflow.WizardFramework.Controls Namespace > K2ColumnHeader Class > SetContent Method : SetContent(String,String) Method



header
iconPath

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Sub SetContent( _
   ByVal header As String, _
   ByVal iconPath As String _
) 
Visual Basic (Usage) Copy Code
Dim instance As K2ColumnHeader
Dim header As String
Dim iconPath As String
 
instance.SetContent(header, iconPath)
C#  
public void SetContent( 
   string header,
   string iconPath
)
C++/CLI  
public:
void SetContent( 
   String^ header,
   String^ iconPath
) 

Parameters

header
iconPath

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