[]
Represents information about the drop-down calendar.
[TypeConverter(typeof(CellTypeExpandableObjectConverter))]
public class DropDownCalculatorInfo
<TypeConverter(GetType(CellTypeExpandableObjectConverter))>
Public Class DropDownCalculatorInfo
| 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 the border style of the drop-down window. |
| ButtonKeys | Gets a fixed size array list that includes the name of the buttons in DropDownCalculator. |
| ButtonText | Indicates the collection that contains all of the text that replaces the standard caption. |
| ContentAlignment | Gets or sets a ContentAlignment value which indicates the alignment of the text. |
| EditButtons | Gets or sets the button style for the edit button. |
| FlatStyle | Gets or sets the appearance style of the drop-down window. |
| Font | Gets or sets the font used in the drop-down window. |
| MathButtons | Gets or sets the button style for the math button. |
| MemoryButtons | Gets or sets the button style for the memory button. |
| MemoryStatus | Gets or sets the style for the memory status button. |
| NumericButtons | Gets or sets the style for the numeric button. |
| Output | Gets or sets the style for the output button. |
| 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 style for the reset button. |
| ShowOutput | Gets or sets a bool value that indicates whether to show the output region. |
| SingleBorderColor | Gets or sets the color for a single line border in the drop-down window. |