set tooltip for class, name, and description. the boxes are too small to see the whole thing. Mouseover does tooltip so you can see it.
This commit is contained in:
parent
765789226e
commit
840a6877bf
@ -494,9 +494,15 @@ namespace EduNetworkBuilder
|
|||||||
btnHWSave.Visible = false;
|
btnHWSave.Visible = false;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
tbHWClass.Text = ViewedSchoolwork.Class;
|
tbHWClass.Text = ViewedSchoolwork.Class;
|
||||||
tbHWDescription.Text = ViewedSchoolwork.Description;
|
tbHWDescription.Text = ViewedSchoolwork.Description;
|
||||||
tbHWName.Text = ViewedSchoolwork.Name;
|
tbHWName.Text = ViewedSchoolwork.Name;
|
||||||
|
|
||||||
|
myTooltip.SetToolTip(tbHWClass, tbHWClass.Text);
|
||||||
|
myTooltip.SetToolTip(tbHWDescription, tbHWDescription.Text);
|
||||||
|
myTooltip.SetToolTip(tbHWName, tbHWName.Text);
|
||||||
|
|
||||||
dtpHWDue.Visible = true;
|
dtpHWDue.Visible = true;
|
||||||
lblHWDue.Visible = true;
|
lblHWDue.Visible = true;
|
||||||
if (ViewedSchoolwork.IsSumbitted)
|
if (ViewedSchoolwork.IsSumbitted)
|
||||||
|
Loading…
Reference in New Issue
Block a user