C1.Win.8 Assembly / C1.Framework.Html Namespace / HtmlDiv Class


HtmlDiv Class Methods

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

Public Methods
 NameDescription
Public MethodOverloaded.  (Inherited from C1.Framework.ParagraphElement)
Public Method  
Public MethodReturns a clone of this element. (Inherited from C1.Framework.Element)
Public MethodSets the focus to the host control and to this C1.Framework.Element within the host control. (Inherited from C1.Framework.Element)
Public MethodOverloaded. Gets the element's bounds (size and location) within an arbitrary ancestor, in pixels. Ancestor element (parent, grand-parent, etc). A System.Drawing.Rectangle that corresponds to the element's position within the given ancestor. (Inherited from C1.Framework.Element)
Public Method (Inherited from C1.Framework.Element)
Public MethodNavigates up the tree to find an ancestor of a given type. (Inherited from C1.Framework.Element)
Public MethodNavigates up the tree to find an ancestor of a given type. (Inherited from C1.Framework.Element)
Public MethodReturns the scroll origin (override to implement non-scrolling areas). (Inherited from C1.Framework.Element)
Public MethodReturns the element at a given point. (Inherited from C1.Framework.Element)
Public MethodOverloaded. Invalidates this C1.Framework.Element within the host control. (Inherited from C1.Framework.Element)
Public MethodDetermines whether this element is a child of another element. (Inherited from C1.Framework.Element)
Public MethodDetermines whether the specified key is a regular input key or a special key that requires preprocessing. (Inherited from C1.Framework.Element)
Public MethodOverloaded. Perform layout using host control's System.Drawing.Graphics object. (Inherited from C1.Framework.ParagraphElement)
Public MethodOverloaded. Provides the size, in pixels, of the specified content drawn on the specified System.Drawing.Graphics surface. (Inherited from C1.Framework.Element)
Public Method  
Public MethodAdjusts the location of this element by the specified amount. (Inherited from C1.Framework.Element)
Public MethodCalled by the host control when the user clicks this C1.Framework.Element. (Inherited from C1.Framework.Element)
Public MethodCalled by the host control when the user double-clicks this C1.Framework.Element. (Inherited from C1.Framework.Element)
Public MethodCalled by the host control when this C1.Framework.Element receives the focus. (Inherited from C1.Framework.Element)
Public MethodCalled by the host control when the user presses a key and this C1.Framework.Element has the focus. (Inherited from C1.Framework.Element)
Public MethodCalled by the host control when the user presses a character key and this C1.Framework.Element has the focus. (Inherited from C1.Framework.Element)
Public MethodCalled by the host control when the user releases a key and this C1.Framework.Element has the focus. (Inherited from C1.Framework.Element)
Public MethodCalled by the host control when this C1.Framework.Element loses the focus. (Inherited from C1.Framework.Element)
Public MethodCalled by the host control when the user presses a mouse button over this C1.Framework.Element. (Inherited from C1.Framework.Element)
Public MethodCalled by the host control when the mouse enters this C1.Framework.Element. (Inherited from C1.Framework.Element)
Public MethodCalled by the host control when the mouse enters this C1.Framework.Element, even if another element has captured the mouse. (Inherited from C1.Framework.Element)
Public MethodCalled by the host control when the mouse leaves this C1.Framework.Element. (Inherited from C1.Framework.Element)
Public MethodCalled by the host control when the mouse leaves this C1.Framework.Element, even if another element has captured the mouse. (Inherited from C1.Framework.Element)
Public MethodCalled by the host control when the user releases the left mouse button over a disabled C1.Framework.Element. (Inherited from C1.Framework.Element)
Public MethodCalled by the host control when the mouse moves over this C1.Framework.Element. (Inherited from C1.Framework.Element)
Public MethodCalled by the host control when the user releases a mouse button over this C1.Framework.Element. (Inherited from C1.Framework.Element)
Public MethodHandles MouseWheel events. (Inherited from C1.Framework.Element)
Public MethodCalled by the host control after the element has been validated. (Inherited from C1.Framework.Element)
Public MethodCalled by the host control when the element is about to lose focus. (Inherited from C1.Framework.Element)
Public Method  
Public Method  
Public MethodComputes the location of the specified screen point into client coordinates. (Inherited from C1.Framework.Element)
Public MethodComputes the location of the specified client point into screen coordinates. (Inherited from C1.Framework.Element)
Public MethodOverridden. Renders the element into a given rectangle.  
Public MethodOverridden. Renders the child elements into a given rectangle.  
Public MethodRender this element's content (no children). (Inherited from C1.Framework.Element)
Public MethodOverloaded. Marks this element as dirty, forcing all parent and child elements to be laid out. (Inherited from C1.Framework.Element)
Public MethodOverloaded.  (Inherited from C1.Framework.Element)
Top
Protected Methods
 NameDescription
Protected MethodOverridden. Adds a string with a given style to this paragraph.  
Protected Method (Inherited from C1.Framework.BasePanel)
Protected Method (Inherited from C1.Framework.BasePanel)
Protected Method (Inherited from C1.Framework.BasePanel)
Protected MethodOverridden. Gets a value that determines whether a line break should be inserted after a given element.  
Protected MethodOverridden. Gets a value that determines whether a line break should be inserted before a given element.  
Protected MethodOverridden. Gets a value that determines whether a line break should be inserted before a given element.  
Protected MethodFinalizes the user interface. This method is called when element is removed from UI. (Inherited from C1.Framework.Element)
Protected MethodGets a System.Drawing.Drawing2D.GraphicsPath that covers only the borders (hollow, used to renders the borders). (Inherited from C1.Framework.Element)
Protected MethodGets the DPI value for the display device where the C1.Framework.Element.HostControl is currently being displayed. (Inherited from C1.Framework.Element)
Protected MethodOverridden. Gets the amount of space, in pixels, to be added between two elements.  
Protected Method (Inherited from C1.Framework.BasePanel)
Protected Method (Inherited from C1.Framework.Element)
Protected MethodCalled by the host control when the state of this C1.Framework.Element changes. (Inherited from C1.Framework.Element)
Protected Method  
Protected MethodProvides constants for rescaling the C1.Framework.Element when a DPI change occurs. (Inherited from C1.Framework.Element)
Protected MethodOverloaded. Scales the C1.Framework.Style instance uses the DeviceDpi value if this element has a C1.Framework.Element.HostControl. (Inherited from C1.Framework.Element)
Protected MethodOverloaded.  (Inherited from C1.Framework.BasePanel)
Protected Method (Inherited from C1.Framework.BasePanel)
Protected Method (Inherited from C1.Framework.Element)
Top
See Also