Input for WinForms | ComponentOne
C1.Win.Input.Styles Namespace / ItemStyle<T> Class
State element type.
Members

In This Topic
    ItemStyle<T> Class
    In This Topic
    The ItemStyle class represents the item element style.
    Object Model
    ItemStyle<T> ClassBaseStyle ClassStyledPropertyCollection ClassStyledPropertyCollection ClassBaseThemeProvider ClassStyledPropertyCollection Class
    Syntax
    'Declaration
     
    
    Public Class ItemStyle(Of T As {New, BaseC1FrameworkStyle}) 
       Inherits ItemBaseStyle(Of T)
    public class ItemStyle<T> : ItemBaseStyle<T> 
    where T: new(), BaseC1FrameworkStyle
    Type Parameters
    T
    State element type.
    Inheritance Hierarchy

    System.Object
       C1.Win.Themes.StyledPropertyCollection
          C1.Win.Themes.BaseStyle
             C1.Win.Themes.BaseC1FrameworkStyle
                C1.Win.Input.Styles.ItemBaseStyle<T>
                   C1.Win.Input.Styles.ItemStyle<T>
                      C1.Win.Input.Styles.CheckBoxGlyphItemStyle
                      C1.Win.Input.Styles.ItemStyle

    See Also