[]
        
(Showing Draft Content)

C1.Win.C1Schedule.UI.BaseTheme

BaseTheme Class

The base class for themes in the C1Calendar and C1Schedule controls.

Inheritance
BaseTheme
Implements
Namespace: C1.Win.C1Schedule.UI
Assembly: C1.Win.C1Schedule.4.8.dll
Syntax
public class BaseTheme : Theme, IComponent, IDisposable

Constructors

Name Description
BaseTheme()

Initializes a new instance of the BaseTheme class.

Fields

Name Description
_locked

Determines whether the theme is locked for editing.

_nextChar
_nextImage
_prevChar
_prevImage
_themeStyle

The VisualStyle value, specifying the type of the BaseTheme object.

_toolTipRoundedCorners

Properties

Name Description
BaseFont

Set this property in order to change C1.Framework.Style.Fontvalues in all C1.Framework.Style objects at once.

Comparer

Gets the generic equality comparer that is used to determine equality of keys in the collection.

Count
ImageNext

Gets or sets the Image object which should be used for displaying the "Next" button. If this property isn't null, the SymbolNext property will be ignored.

ImagePrevious

Gets or sets the Image object which should be used for displaying the "Previous" button. If this property isn't null, the SymbolPrevious property will be ignored.

Name

Gets or sets the theme name (e.g. "RedMoon");

Site

Gets or sets the ISite associated with the IComponent.

SymbolNext

Gets or sets the char value determining the symbol which should be used for the "Next" button.

SymbolPrevious

Gets or sets the char value determining the symbol which should be used for the "Previous" button.

ToolTipRoundedCorners

Gets or sets a bool value determining whether to show tooltips with rounded corners.

VisualStyle

Gets the VisualStyle value, specifying the type of the theme.

Methods

Name Description
Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Dispose(bool)
DisposeStyles()
Finalize()
OnThemeChanged()

Raises the C1.Win.C1Schedule.UI.BaseTheme.ThemeChanged event

SetStyle(Style, string)

Sets the value of the named C1.Framework.Style object.

SubscribeOnStyleEvents()
ToString()

Returns the value of a C1.Framework.Theme.Name property.

Events

Name Description
Disposed

Represents the method that handles the Disposed event of a component.