Click or drag to resize

MenuItemImageSelected Property

Gets or sets an image displayed in the menu item when it is pressed.

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
public Image ImageSelected { get; set; }

Property Value

Type: Image
An Image that represents the image to display in the menu item when it is pressed. The default is null.
See Also