K2ImageAttribute Constructor
See Also 
SourceCode.Framework.Design Namespace > K2ImageAttribute Class : K2ImageAttribute Constructor



imageType

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal imageType As Type _
)
Visual Basic (Usage) Copy Code
Dim imageType As Type
 
Dim instance As New K2ImageAttribute(imageType)
C#  
public K2ImageAttribute( 
   Type imageType
)
C++/CLI  
public:
K2ImageAttribute( 
   Type^ imageType
)

Parameters

imageType

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