MainMenuItemImage Property
Bitmap icon to display in the main menu item.
Usually bitmap is shown at the left of the
Text.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public IBitmap Image { get; set; }
Public Property Image As IBitmap
Get
Set
public:
property IBitmap^ Image {
IBitmap^ get ();
void set (IBitmap^ value);
}
member Image : IBitmap with get, set
Property Value
IBitmap