[]
Represents a PopUpCalculator class.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class PopUpCalculator
<TypeConverter(GetType(ExpandableObjectConverter))>
Public Class PopUpCalculator
Name | Description |
---|---|
Align | Gets or sets the alignment of the pop up window. |
AllowPopUp | Gets or sets a value indicating whether allow pop up the popup window. |
BackColor | Gets or sets background color of the pop up window |
BackgroundImage | Gets or sets the background image displayed in the pop up window. |
BackgroundImageLayout | Gets or sets the layout mode of the background image. |
BorderStyle | Gets or sets the style of border. |
ButtonMappings | Gets or sets the whether the shortcut key for the button item. |
Cursor | Gets or sets the cursor that is displayed when the mouse pointer is over the view. |
DecimalDigit | Gets or sets the decimal digit. |
Font | Gets or sets the font which is used in the pop up window. |
ForeColor | Gets or sets the foreground color of the pop up window. |
Lines | Gets or sets how many lines show in the pop up window. |
Padding | Gets or sets the padding of the pop up window. |
SingleBorderColor | Gets or sets the color for single line border in the pop up window. |
Text | Gets the text of the PopUpCalculator. |
TextHAlign | Gets or sets the horizontal alignment of the text of the pop up window. |
UseDecimalDigit | Gets or sets if use DecimalDigit property. |
Value | Gets the value of the PopUpCalculator. |
Width | Gets or sets the width of the pop up window. |