HtmlPanel

Wisej.Web.HtmlPanel

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.0.0.0)

Represents a control that displays any HTML file and a corresponding CSS style sheet as embedded HTML.

public class HtmlPanel : Control

Constructors

HtmlPanel()

Initializes a new instance of the HtmlPanel class.

Properties

AllowNavigation

Boolean: Returns or sets whether clicking on a link in the Html panel can navigate to the URL specified in the link.

BorderStyle

BorderStyle: Indicates the border style for the control.

Css

String: Returns or sets the CSS rules to apply to the html content.

Html

String: Returns or sets the HTML text to display in the HtmlPanel control.

HtmlSource

String: Returns or sets the html file name to display in the HtmlPanel control.

ScrollBars

ScrollBars: Returns or sets the type of scroll bars to display for the HtmlPanel control.

StyleSheetSource

String: Returns or sets the css file name to apply to the html text in HtmlPanel control.

Events

ElementClick

HtmlPanelElementClickHandler Fired when the user clicks on any element inside the html panel.

HtmlChanged

EventHandler Fired when the Html property is changed.

HtmlSourceChanged

EventHandler Fired when the HtmlSource property is changed.

Implements

NameDescription

Bindable components implement this interface.

All wisej components implement this interface.

All wisej controls derived from the Control class must implement this interface.

Allows an object to serialize itself.

Last updated