Changed tool tip to tell user the image size can be changed from the Step Properties panel
Added Change Image Size to context menu
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
//
|
||||
// _MyPictureBox
|
||||
//
|
||||
this._MyToolTip.SetSuperTooltip(this._MyPictureBox, new DevComponents.DotNetBar.SuperTooltipInfo("Figure", "", "The input image will be displayed here as a figure.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(150, 80)));
|
||||
this._MyToolTip.SetSuperTooltip(this._MyPictureBox, new DevComponents.DotNetBar.SuperTooltipInfo("Figure", "", "The image size can be adjusted from the Tags tab on the Step Properties panel", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(150, 80)));
|
||||
this._MyPictureBox.Location = new System.Drawing.Point(7, 5);
|
||||
this._MyPictureBox.Name = "_MyPictureBox";
|
||||
//
|
||||
|
Reference in New Issue
Block a user