[]
        
(Showing Draft Content)

C1.Win.C1InputPanel.InputStyle

InputStyle Class

A customizable set of appearance settings.

Inheritance
InputStyle
Implements
Namespace: C1.Win.C1InputPanel
Assembly: C1.Win.C1InputPanel.4.8.dll
Syntax
public class InputStyle : IDisposable

Constructors

Name Description
InputStyle()

Creates a new instance of InputStyle.

Fields

Name Description
Version

Gets the version number of the style schema.

Properties

Name Description
BrushSet

Gets the set of named brushes.

ColorSet

Gets the set of named colors.

ConstSet

Gets the set of named integer constants.

FlagSet

Gets the set of named boolean constants.

FontSet

Gets the set of named fonts.

GlyphSet

Gets the set of named glyphs.

Instance

Gets the shared instance of a InputStyle.

Methods

Name Description
BeginUpdate()

Maintains performance while InputStyle is being changed.

Dispose()

Clean up any resources being used.

EndUpdate()

Resumes processing after it has been suspended by a call to BeginUpdate().

Refresh(ThemeColor, ThemeLightness, bool)

Loads a predefined Office 2013 theme into the InputStyle object.

UpdateInstance(ThemeColor, ThemeLightness)

Switches the shared instance of InputStyle to the specified Office 2013 theme.

Events

Name Description
StyleChanged

Occurs when a InputStyle is changed.