[This is preliminary documentation and is subject to change.]
Indicates that the class/struct/field/prop is themable
System Object
System Attribute NFX.WinForms.Controls ThemableAttributeNamespace: NFX.WinForms.ControlsAssembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Property|AttributeTargets.Field)]
public class ThemableAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Property|AttributeTargets.Field)]
public class ThemableAttribute : Attribute
<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Struct Or AttributeTargets.Property Or AttributeTargets.Field)>
Public Class ThemableAttribute
Inherits Attribute
<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Struct Or AttributeTargets.Property Or AttributeTargets.Field)>
Public Class ThemableAttribute
Inherits Attribute
[AttributeUsageAttribute(AttributeTargets::Class|AttributeTargets::Struct|AttributeTargets::Property|AttributeTargets::Field)]
public ref class ThemableAttribute : public Attribute
[AttributeUsageAttribute(AttributeTargets::Class|AttributeTargets::Struct|AttributeTargets::Property|AttributeTargets::Field)]
public ref class ThemableAttribute : public Attribute
[<AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Property|AttributeTargets.Field)>]
type ThemableAttribute =
class
inherit Attribute
end
[<AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Property|AttributeTargets.Field)>]
type ThemableAttribute =
class
inherit Attribute
end