Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / GetImage(Int32) Method
Unique identifier that specifies which part of the interface in which the image is used


In This Topic
    GetImage(Int32) Method
    In This Topic
    Gets the graphic image used in the specified part of the user interface.
    Syntax
    'Declaration
     
    
    Public Function GetImage( _
       ByVal id As Integer _
    ) As Image
    'Usage
     
    
    Dim instance As SpreadView
    Dim id As Integer
    Dim value As Image
     
    value = instance.GetImage(id)
    public Image GetImage( 
       int id
    )

    Parameters

    id
    Unique identifier that specifies which part of the interface in which the image is used
    See Also