in

ArtOfTest, Inc. Community Forums

Discuss and ask questions about ArtOfTest's products.

Browse by Tags

  • Re: IsVisible() for controls/elements

    GetComputedStyle(string style) to the rescue! Using this function you can retrieve the effective/cascaded style on the element in question. For example: HtmlStyle visibleStyle = myDiv.GetComputedStyle( "visibility" ); HtmlStyle displayStyle = myDiv.GetComputedStyle( "display" ); These...
    Posted to Feature Wish List (Forum) by sircody on 10-18-2007
  • HtmlControl.FindParentContainer()

    Is there any functional difference between the functions HtmlControl.FindParentContainer<TContainerControl>() and HtmlControl.Parent<TContainerControl>()? I don't recognize any difference beyond the function name. If there is can you explain it please?
    Posted to General Questions (Forum) by sircody on 10-03-2007
Page 1 of 1 (2 items)
Copyrights © 2008 ArtOfTest, Inc. All rights reserved.