ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / DropDownForm Class / ShouldApplyTheme Property

In This Topic
    ShouldApplyTheme Property
    In This Topic
    Gets a value indicating whether theme should be applied to dropdown form when it applied to C1DropDownControl. This property returns true by default.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property ShouldApplyTheme As Boolean
    public virtual bool ShouldApplyTheme {get;}
    See Also