TechTalk Genome v4.2

MinimizablePanel.ShowNormalImageUrl Property

Gets or sets the URL to an image to display for the ShowNormal button in the header of the panel.

[UrlProperty(Filter="*.*")]
[Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="System.Web.UI.Design.ImageUrlEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[DefaultValue()]
[Bindable(Bindable="True", Direction="OneWay")]
public string ShowNormalImageUrl {get; set;}

Property Value

The URL to an image to display for the ShowNormal button in the header of the panel. The default is an empty string (""), which indicates that this property is not set.

Requirements

Namespace: TechTalk.Genome.Extensions.Web.UI.Controls

Assembly: TechTalk.Genome.Extensions.Web (in TechTalk.Genome.Extensions.Web.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

MinimizablePanel Class | TechTalk.Genome.Extensions.Web.UI.Controls Namespace