summaryT:DotNetNuke.UI.WebControls.ControlStyleAttribute

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[AttributeUsageAttribute(AttributeTargets.Property)]
public sealed class ControlStyleAttribute : Attribute
Visual Basic
<AttributeUsageAttribute(AttributeTargets.Property)> 
Public NotInheritable Class ControlStyleAttribute
	Inherits Attribute

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    DotNetNuke.UI.WebControls..::..ControlStyleAttribute

See Also