Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal img As Image, _ ByVal Text As String, _ ByVal Name As String, _ ByVal Width As Double, _ ByVal Height As Double _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim img As Image Dim Text As String Dim Name As String Dim Width As Double Dim Height As Double Dim instance As New K2ImageViewItem(img, Text, Name, Width, Height) |
C++/CLI | |
---|---|
public: K2ImageViewItem( Image^ img, String^ Text, String^ Name, double Width, double Height ) |
Parameters
- img
- Text
- Name
- Width
- Height
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