MenuImageExtender.SetImage Method
Used to set a Image property value for a specific MenuItem
component instance.
[Visual Basic]Public Sub SetImage( _
ByVal
component As
Component, _
ByVal
imageValue As
Image _
)
Parameters
- component
- The
MenuItem
object to store - imageValue
- The value to associate with the menu item
See Also
MenuImageExtender Class | NETXP.Components.Extenders Namespace