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



header
icon

Glossary Item Box

Syntax

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

Parameters

header
icon

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