RanorexRanorex Documentation
Hidden Property
NamespacesRanorexWebElementHidden
Specifies that the element is not relevant. Hidden elements are not displayed.
Declaration Syntax
C#Visual BasicVisual C++
public virtual string Hidden { get; set; }
Public Overridable Property Hidden As String
public:
virtual property String^ Hidden {
	String^ get ();
	void set (String^ value);
}
Exceptions
ExceptionCondition
SetAttributeFailedExceptionThrown if setting the attribute value failed.

Assembly: Ranorex.Plugin.Web (Module: Ranorex.Plugin.Web) Version: 3.2.3.16825 (3.2.3.16825)