[Missing <summary> documentation for "P:System.WebControls.RolloverImageButton.ImageOverUrl"]

Namespace: System.WebControls
Assembly: System.Web.Extensions2 (in System.Web.Extensions2.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public virtual string ImageOverUrl { get; set; }
Visual Basic
Public Overridable Property ImageOverUrl As String
	Get
	Set
Visual C++
public:
virtual property String^ ImageOverUrl {
	String^ get ();
	void set (String^ value);
}
F#
abstract ImageOverUrl : string with get, set
override ImageOverUrl : string with get, set

Property Value

Type: String

See Also