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
Syntaxpublic Image ImageSelected { get; set; }Property Value
Type:
ImageAn Image that represents the image to display in the menu item when it is pressed. The default is
null.
See Also