Class | Description | |
---|---|---|
GroupBoxRenderBase | Provides a base implementation of a Renderer. The renderer is responsible for turning a Control into HTML. | |
MiscRenderBase | Provides base functionality for rendering a control in the Misc namespace. | |
RenderDownLevelGroupBox | This renderer is responsible for rendering the control in a cross browser compatible way, which is supported by all browsers. | |
RenderUpLevelGroupBox | This renderer is responsible for creating the most feature rich possible representation of the control. Features provided by this renderer are not available on some older browsers. | |
WebGroupBox | The GroupBox is a Web version of the Windows Forms GroupBox control. It provides a container for grouping controls visually. | |
WebPageStyler | Drag this control onto your Web Form designer to administer Application Styling at the Page-level. |
Enumeration | Description | |
---|---|---|
Display | The value applied to the display attribute of style object of the WebAsyncRefreshPanel. | |
ExpandEffect | The ExpandEffect values can be used to describe how the Panel will expand and collapse. When set to None, the panel content will simply appear or disappear. All other values describe special effects. | |
OverflowType | The type of overflow child controls in WebAsyncRefreshPanel. | |
TextAlignment | The TextAlignment Enumeration describes the different horizontal alignment values that can be used to display text. |