ComponentOne SuperTooltip for WinForms
C1.Win.8 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 System.String
    protected virtual System.string ComponentType {get;}
    See Also