Style control inherits Microsoft's WebControl documented here.
Assembly: FiftyOne.Framework (in FiftyOne.Framework.dll) Version: 2.0.2.1 (2.0.2.1)
Syntax
| C# |
|---|
[ToolboxBitmapAttribute("FiftyOne.Framework.Mobile.Controls.Style")] [AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)] public class Style : WebControl |
| Visual Basic |
|---|
<ToolboxBitmapAttribute("FiftyOne.Framework.Mobile.Controls.Style")> _ <AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _ Public Class Style _ Inherits WebControl |
| Visual C++ |
|---|
[ToolboxBitmapAttribute(L"FiftyOne.Framework.Mobile.Controls.Style")] [AspNetHostingPermissionAttribute(SecurityAction::InheritanceDemand, Level = AspNetHostingPermissionLevel::Minimal)] public ref class Style : public WebControl |
Inheritance Hierarchy
System..::..Object
System.Web.UI..::..Control
System.Web.UI.WebControls..::..WebControl
FiftyOne.Framework.Mobile.Controls..::..Style
System.Web.UI..::..Control
System.Web.UI.WebControls..::..WebControl
FiftyOne.Framework.Mobile.Controls..::..Style