[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.CalculatorButtonStyle

CalculatorButtonStyle Class

Represents the style of the button that used in the GrapeCity.Win.Spread.InputMan.CellType.GcCalculator.

Inheritance
CalculatorButtonStyle
Implements
Namespace: GrapeCity.Win.Spread.InputMan.CellType
Assembly: GrapeCity.Win.PluginInputMan.dll
Syntax
[TypeConverter(typeof(CalculatorButtonStyleConverter))]
public class CalculatorButtonStyle : IDisposable, ICloneable
<TypeConverter(GetType(CalculatorButtonStyleConverter))>
Public Class CalculatorButtonStyle
    Implements IDisposable, ICloneable

Constructors

Name Description
CalculatorButtonStyle()

Constrcutor of the CalculatorButtonStyle.

CalculatorButtonStyle(Color, Color, TextEffect)

Constrcutor of the CalculatorButtonStyle.

Properties

Name Description
BackColor

Gets or sets the background color.

ForeColor

Gets or sets the foreground color.

Math

Gets the default CalculatorButtonStyle used for math buttons.

Memory

Gets the default CalculatorButtonStyle used for memory buttons.

Normal

Gets the default CalculatorButtonStyle used for normal buttons.

Output

Gets the default CalculatorButtonStyle used for output window.

TextEffect

Gets or sets the text drawing effect.

Methods

Name Description
Clone()

The Clone method creates a new CalculatorButtonStyle object and initializes it with the contents of this CalculatorButtonStyle object.

Dispose()

Releases the resources used by the CalculatorButtonStyle class.

Equals(object)

Tests whether the given object is equal to this CalculatorButtonStyle.

GetHashCode()

Returns the generated hash code for this CalculatorButtonStyle.

OnPropertyChanged(string)

Raises the PropertyChanged event.

Events

Name Description
PropertyChanged

Occurs when Properrty of the CalculatorButtonStyle object is changed.