ThemableAttribute ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

Indicates that the class/struct/field/prop is themable
Inheritance Hierarchy

OnlineSystem Object
  OnlineSystem Attribute
    NFX.WinForms.Controls ThemableAttribute

Namespace: NFX.WinForms.Controls
Assembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Property|AttributeTargets.Field)]
public class ThemableAttribute : Attribute
See Also