[]
Represents settings for DropDownCalculator.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class DropDownCalculator
<TypeConverter(GetType(ExpandableObjectConverter))>
Public Class DropDownCalculator
This class offers a data pack for the drop down calculator of GrapeCity.Win.Spread.InputMan.CellType.GcNumber
Name | Description |
---|---|
BackColor | Gets or sets the background color of the drop-down window |
BackgroundImage | Gets or sets the background image displayed in the drop-down window. |
BackgroundImageLayout | Gets or sets the layout of the background image. |
BorderStyle | Gets or sets style of border of drop-down window. |
ButtonKeys | Gets a fixedsize ArrayList include the name of the buttons in DropDownCalculator. |
ButtonMappings | Gets or sets the whether the shortcut key for the button item. |
ButtonText | Indicates the collection holding all of the text that replaces the standard caption. |
ContentAlignment | Gets or sets a ContentAlignment value which indicates the alignment of the text. |
Cursor | Gets or sets the cursor that is displayed when the mouse pointer is over the drop-down view. |
EditButtons | Gets or sets the button style of button about edit. |
FlatStyle | Gets or sets the appearance style of the drop-down window. |
Font | Gets or sets the font which used in the drop-down window. |
MathButtons | Gets or sets the button style of button about math. |
MemoryButtons | Gets or sets the button style of button about memory. |
MemoryStatus | Gets or sets the button style of memory status. |
NumericButtons | Gets or sets the button style of button about numeric. |
Output | Gets or sets the button style of button about output. |
OutputHeight | Gets or sets the height of the output region. |
Padding | Gets or sets the padding of the drop-down window. |
ResetButtons | Gets or sets the button style of button about reset. |
ShowOutput | Gets or sets a bool value indicates whether to show the output region. |
SingleBorderColor | Gets or sets color for single line border in the drop-down window. |
Text | Gets or sets the text of the DropDownCalculator. |
Value | Gets the value of the DropDownCalculator. |
Name | Description |
---|---|
ResetPadding() | Reset padding of the char box |
SetButtonStyle(KeyGroups, CalculatorButtonStyle) | Drawn the defined group with the style. |
SetButtonStyle(KeyGroups, Color, Color, TextEffect) | Drawn the defined group with the given style elements. |
ShouldSerializePadding() | Indicates whether the Padding property should be persisted. |