NetXP 3.0 Reference

MenuImageExtender.GetImage Method 

Used to retrieve the Image extender property value for a given MenuItem component instance.

[Visual Basic]
Public Function GetImage( _
   ByVal component As Component _
) As Image
[C#]
public Image GetImage(
   Component component
);

Parameters

component
The menu item instance associated with the value

Return Value

Returns the Image property value for the specified MenuItem component instance.

See Also

MenuImageExtender Class | NETXP.Components.Extenders Namespace