See Also

HtmlBox Class  | Dart.PowerWEB.TextBox Namespace

See Also PowerWEB TextBox for ASP.NET

HtmlBox Class Properties

Dart.PowerWEB.TextBox Namespace : HtmlBox Class

For a list of all members of this type, see HtmlBox members.

Public Properties

Public Property AccessKey (Inherited from System.Web.UI.WebControls.WebControl)Gets or sets the access key that allows you to quickly navigate to the Web server control.
Public Property AppRelativeTemplateSourceDirectory (Inherited from System.Web.UI.Control)Gets or sets the application-relative virtual directory of the Page or UserControl object that contains this control.
Public Property AssociatedControlID (Inherited from System.Web.UI.WebControls.Label)Gets or sets the identifier for a server control that the Label control is associated with.
Public Property Attributes (Inherited from System.Web.UI.WebControls.WebControl)Gets the collection of arbitrary attributes (for rendering only) that do not correspond to properties on the control.
Public Property AutoSaveFrequency Gets or sets a value which indicates the number of keystrokes between AutoSave events.
Public Property AutoSaveInterval Gets or sets a value which indicates the number of seconds between AutoSave events.
Public Property BackColor Overridden. Gets or sets the background color of the control.
Public Property BackgroundImageName Gets or sets the name of the background image to display as the background of the HtmlBox.
Public Property BasePath Gets or sets the base path value for url conversions.
Public Property Blocking Gets or sets the blocking state of the control.
Public Property BorderColor Overridden. Gets or sets the border color of the control.
Public Property BorderStyle Overridden. Gets or sets the border style of the control.
Public Property BorderWidth Overridden. Gets or sets the border width of the control
Public Property BottomMargin Gets or sets the amount of space (in pixels) between the bottom edge of the editor and the TabStrip.
Public Property BrowserType Gets or sets the type of browser as detected by the PowerWEB control.
Public Property BufferedScript Gets the client-side script which will be written to the response stream when the callback request is ended.
Public Property ButtonMode Gets or sets ButtonMode value specifying the current mode of the toolbar buttons.
Public Property ButtonStyle Gets a ButtonStyle object representing the style that will be applied to all classes derived from BaseToolbarButton on the toolbar.
Public Property CallbackType Gets or sets the type of callbacks performed by the PowerWEB control.
Public Property ClientID (Inherited from System.Web.UI.Control)Gets the server control identifier generated by ASP.NET.
Public Property ColorPaletteType Gets or sets a ColorPaletteType value representing the color palette that the user can select from when editing HTML.
Public Property CompatibleBrowser Gets a value indicating if the browser was detected to be compatible with the HtmlBox.
Public Property Controls Overridden.  Gets a ControlCollection object that represents the child controls for a specified server control in the UI hierarchy.
Public Property ControlStyle (Inherited from System.Web.UI.WebControls.WebControl)Gets the style of the Web server control. This property is used primarily by control developers.
Public Property ControlStyleCreated (Inherited from System.Web.UI.WebControls.WebControl)Gets a value indicating whether a Style object has been created for the ControlStyle property. This property is primarily used by control developers.
Public Property CssClass (Inherited from System.Web.UI.WebControls.WebControl)Gets or sets the Cascading Style Sheet (CSS) class rendered by the Web server control on the client.
Public Property Debug Set to true to display a debug window which displays callback data in real-time as it is set/received.
Public Property DialogStyle Gets or sets a DialogStyle object representing the style that will be applied to all HtmlBoxDialog controls used by the HtmlBox.
Public Property DownlevelLabel Represents the label rendered to the user if the HtmlBox.DownlevelMode = DownlevelMode.Label.
Public Property DownlevelMode Controls whether the user sees a Label or a TextArea if their browser is incompatible with the HtmlBox.
Public Property DownlevelTextArea Represents the textarea control rendered to the user if the HtmlBox.DownlevelMode = DownlevelMode.TextArea.
Public Property DropDownStyle Gets a Style object representing the style that will be applied to all ToolbarDropDown controls used by the HtmlBox.
Public Property DynamicValidation Use to inject validation code into the initial Page render.
Public Property EnableCallback Gets or sets whether the control issues a callback.
Public Property Enabled Overridden. Gets or sets a value indicating whether the HtmlBox control is enabled.
Public Property EnableTheming (Inherited from System.Web.UI.WebControls.WebControl)Gets or sets a value indicating whether themes apply to this control.
Public Property EnableViewState (Inherited from System.Web.UI.Control)Gets or sets a value indicating whether the server control persists its view state, and the view state of any child controls it contains, to the requesting client.
Public Property ErrorBehavior Gets or sets how errors are handled by the control.
Public Property ErrorMessage Gets or sets the message that is displayed if an error occurs and ErrorBehavior is ErrorBehavior.ShowAlert.
Public Property Focus  
Public Property Font Overridden. Gets the font properties associated with the Web server control.
Public Property FontFormattingList High-level "helper" collection which provides font formatting values to applicable ToolbarDropDown controls.
Public Property FontNameList High-level "helper" collection which provides font name values to applicable ToolbarDropDown controls.
Public Property FontSizeList High-level "helper" collection which provides font size values to applicable ToolbarDropDown controls.
Public Property FontStyleList High-level "helper" collection which provides font style values to applicable ToolbarDropDown controls.
Public Property ForeColor Overridden. Gets or sets the foreground color (typically the color of the text) of the control.
Public Property HasAttributes (Inherited from System.Web.UI.WebControls.WebControl)Gets a value indicating whether the control has attributes set.
Public Property Height Overridden. Gets or sets the height of the control.
Public Property ID (Inherited from System.Web.UI.Control)Gets or sets the programmatic identifier assigned to the server control.
Public Property ImagesDirectory Gets or sets a virtual, relative, or absolute pathname of the directory containing all of the images used by the HtmlBox.
Public Property IsCallback Gets the callback state of the PowerWEB control.
Public Property IsLive Gets or sets whether a PowerWEB control updates itself in a callback.
Public Property IsPostbackFromUpload Gets a value specifying if the current page request was due to a postback from an HtmlBoxUpload control.
Public Property LayoutType Gets or sets the current LayoutType of the HtmlBox.
Public Property Left Gets or sets the left position of the PowerWEB control.
Public Property LocalizationFile Gets or sets a value specifying a file path to an XML file specifying localization strings.
Public Property LocalizationType Gets or sets a value which determines in what language strings are displayed
Public Property MenuStyle Gets a MenuStyle object representing the style that will be applied to all HtmlBoxMenu controls used by the HtmlBox.
Public Property NamingContainer (Inherited from System.Web.UI.Control)Gets a reference to the server control's naming container, which creates a unique namespace for differentiating between server controls with the same ID property value.
Public Property Page (Inherited from System.Web.UI.Control)Gets a reference to the Page instance that contains the server control.
Public Property Parent (Inherited from System.Web.UI.Control)Gets a reference to the server control's parent control in the page control hierarchy.
Public Property PlaceholderFilename Gets or sets a virtual, relative, or absolute pathname of the directory containing all of the images used by the HtmlBox.
Public Property ProgressBar Gets the HtmlBoxProgressBar representing the progressbar used for the HtmlBox preload, if it is enabled.
Public Property ReadOnly Gets or sets a value which indicates whether the HtmlBox should be an active HTML editor, or a read-only document viewer.
Public Property RightClickBehavior Gets or sets a value which indicates how the HtmlBox should behave when it is right-clicked with the mouse.
Public Property RightClickMenu Gets an HtmlBoxMenu control representing the right-click menu displayed when the user right-clicks on the HtmlBox with the mouse.
Public Property SecureConnection Gets or sets a value which indicates if the HtmlBox is being requested by a secure connection.
Public Property Site (Inherited from System.Web.UI.Control)Gets information about the container that hosts the current control when rendered on a design surface.
Public Property SkinID (Inherited from System.Web.UI.WebControls.WebControl)Gets or sets the skin to apply to the control.
Public Property SpecialCharacterList High-level "helper" collection which provides special character values to applicable ToolbarDialogButton controls.
Public Property StartupMode Gets or sets a StartupMode value indicating the startup mode of the HtmlBox.
Public Property Style (Inherited from System.Web.UI.WebControls.WebControl)Gets a collection of text attributes that will be rendered as a style attribute on the outer tag of the Web server control.
Public Property TabIndex (Inherited from System.Web.UI.WebControls.WebControl)Gets or sets the tab index of the Web server control.
Public Property TabStrip Gets a HtmlBoxTabStrip object representing the tabstrip used by the HtmlBox.
Public Property Tag Gets or sets a convertible object that contains data about the control.
Public Property TemplateControl (Inherited from System.Web.UI.Control)Gets or sets a reference to the template that contains this control.
Public Property TemplateSourceDirectory (Inherited from System.Web.UI.Control)Gets the virtual directory of the Page or UserControl that contains the current server control.
Public Property Text Gets or sets the text displayed in the editor.
Public Property TextPlain Gets the value of the HtmlBox.Text property stripped of any HTML tags.
Public Property TextWindow Gets an HtmlBoxTextWindow control representing the actual editing window of the HtmlBox.
Public Property TextXhtml Gets the value of the HtmlBox.Text property converted to XHTML.
Public Property Toolbar Gets an HtmlBoxToolbar control representing the toolbar.
Public Property ToolTip (Inherited from System.Web.UI.WebControls.WebControl)Gets or sets the text displayed when the mouse pointer hovers over the Web server control.
Public Property Top Gets or sets the top position of the PowerWEB control.
Public Property TopMargin Gets or sets the amount of space (in pixels) between the top edge of the editor and the toolbar.
Public Property UniqueID (Inherited from System.Web.UI.Control)Gets the unique, hierarchically qualified identifier for the server control.
Public Property UpdateAll Gets or sets which fields are posted to the server in a callback.
Public Property UploadedFilesDirectory Gets or sets a virtual, relative, or absolute pathname of the directory where all files are uploaded.
Public Property UrlType Gets or sets a value which determines how links are represented in the editor.
Public Property UseLineBreak Gets or sets a value which determines how enter key presses behave.
Public Property UseSection508Compliance Gets or sets whether the HtmlBox should be rendered in Section 508 compliant mode.
Public Property Visible Overridden. Gets or sets a value indicating whether the PowerWEB control is visible.
Public Property WaitElementID Gets or sets the message ID of the HTML element to display a message during a pending callback.
Public Property WaitMessage Gets or sets the message to display during a pending callback.
Public Property Width Overridden. Gets or sets the width of the control.

See Also

HtmlBox Class  | Dart.PowerWEB.TextBox Namespace


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.