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



img
Text
Name

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal img As Image, _
   ByVal Text As String, _
   ByVal Name As String _
)
Visual Basic (Usage) Copy Code
Dim img As Image
Dim Text As String
Dim Name As String
 
Dim instance As New K2ImageViewItem(img, Text, Name)
C#  
public K2ImageViewItem( 
   Image img,
   string Text,
   string Name
)
C++/CLI  
public:
K2ImageViewItem( 
   Image^ img,
   String^ Text,
   String^ Name
)

Parameters

img
Text
Name

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