K2ImageAttribute Class
Members See Also 
SourceCode.Framework.Design Namespace : K2ImageAttribute Class



Glossary Item Box

Syntax

Visual Basic (Declaration)  
<AttributeUsageAttribute(ValidOn=AttributeTargets.Class, 
   AllowMultiple=False, 
   Inherited=True)>
Public Class K2ImageAttribute 
   Inherits System.Attribute
Visual Basic (Usage) Copy Code
Dim instance As K2ImageAttribute
C#  
[AttributeUsage(ValidOn=AttributeTargets.Class, 
   AllowMultiple=false, 
   Inherited=true)]
public class K2ImageAttribute : System.Attribute 
C++/CLI  
[AttributeUsage(ValidOn=AttributeTargets.Class, 
   AllowMultiple=false, 
   Inherited=true)]
public ref class K2ImageAttribute : public System.Attribute 

Inheritance Hierarchy

System.Object
   System.Attribute
      SourceCode.Framework.Design.K2ImageAttribute

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