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



header
iconSource

Glossary Item Box

Syntax

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

Parameters

header
iconSource

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