InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / Theme Class / ComponentType Property

In This Topic
    ComponentType Property (Theme)
    In This Topic
    Gets or sets the name of the component that owns the theme (e.g., "C1Schedule", "C1Calendar" or "C1Ribbon").
    Syntax
    'Declaration
     
    Protected Overridable ReadOnly Property ComponentType As String
    protected virtual string ComponentType {get;}
    See Also