Skip to main content
Version: 3.5

HtmlPanel

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

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

public class HtmlPanel : Control

Constructors

Instance memberHtmlPanel()

Initializes a new instance of the HtmlPanel class.

Properties

Instance memberAllowNavigation

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

Instance memberBorderStyle

BorderStyle: Indicates the border style for the control. (Default: None)

Instance memberCss

String: Returns or sets the CSS rules to apply to the html content. (Default: "")

Instance memberHtml

String: Returns or sets the HTML text to display in the HtmlPanel control. (Default: "")

Instance memberHtmlSource

String: Returns or sets the html file name to display in the HtmlPanel control. (Default: "")

Instance memberScrollBars

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

Instance memberStyleSheetSource

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

Events

Instance memberElementClick

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

Instance memberHtmlChanged

EventHandler Fired when the Html property is changed.

Instance memberHtmlSourceChanged

EventHandler Fired when the HtmlSource property is changed.

Implements

NameDescription
IBindableComponentBindable components implement this interface.
IDropTargetControls that support drag & drop operations implement this interface.
IWisejComponentAll wisej components implement this interface.
IWisejControlAll wisej controls derived from the Control class must implement this interface.
IWisejSerializableAllows an object to serialize itself.