I want to turn off the hover highlighting on a WebPanel header. How do I do that?
HI,
The WebPanel's Header object has a HoverAppearance object.
Review the Style properties of this Object.
Here is a help link to PanelHeader class members:
http://help.infragistics.com/Help/NetAdvantage/NET/2008.3/CLR2.0/html/Infragistics2.WebUI.Misc.v8.3~Infragistics.WebUI.Misc.PanelHeader_members.html
Here is a hellp link to the Style Class:
http://help.infragistics.com/Help/NetAdvantage/NET/2008.3/CLR2.0/html/Infragistics2.WebUI.Shared.v8.3~Infragistics.WebUI.Shared.Style_members.html
I didn't ask how to set the style. I want to turn off the whole mechanism. I don't want any form of hover on the header. By changing the style, I am telling the control to still change the style, even though it is already that style. I want to turn of the scripting and the events.
Setting EnableAppStyling to false would work.