AI OnAI Off
if (e.Page.Property["Title"] != null)
{
PropertyData propTitle = e.Page.Property["Title"];
propTitle.DisplayName = "* Title:";
propTitle.OwnerTab = (int)EditTab.Information;
}
If anyone knows of a quick fix, it will be really appreciated.
Thanks
Danie
* Title
Some descriptive text for the tooltip
That should do the trick.
/Steve