Editor for WinForms | ComponentOne
C1.Win.Editor.8 Assembly / C1.Win.Editor Namespace / C1EditorRibbon Class / GetPresetImage Method / GetPresetImage(String,Int32) Method

In This Topic
    GetPresetImage(String,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function GetPresetImage( _
       ByVal key As System.String, _
       ByVal size As System.Integer _
    ) As System.Drawing.Image
    public System.Drawing.Image GetPresetImage( 
       System.string key,
       System.int size
    )

    Parameters

    key
    size
    See Also