TreeView for WinForms | ComponentOne
C1.Win.Themes Namespace / StyledPropertyCollection.ExcludeFromStyledPropertyAttribute Class
Members

In This Topic
    StyledPropertyCollection.ExcludeFromStyledPropertyAttribute Class
    In This Topic
    A property with this attribute will be excluded from the styled properties when StyledPropertyCollection default constructor is used.
    Syntax
    'Declaration
     
    
    <AttributeUsageAttribute(AttributeTargets.All, 
       Inherited=True, 
       AllowMultiple=False)>
    Public Class StyledPropertyCollection.ExcludeFromStyledPropertyAttribute 
       Inherits System.Attribute
    [AttributeUsage(AttributeTargets.All, 
       Inherited=true, 
       AllowMultiple=false)]
    public class StyledPropertyCollection.ExcludeFromStyledPropertyAttribute : System.Attribute 
    Inheritance Hierarchy

    System.Object
       System.Attribute
          C1.Win.Themes.StyledPropertyCollection.ExcludeFromStyledPropertyAttribute

    See Also