Class FormulaBar

FormulaBar class

FormulaBar

public class FormulaBar : UserControl

Constructors

NameDescription
FormulaBar()Default constructor.
FormulaBar(GridDesktop)Constructs a FormulaBar with the specified GridDesktop control.

Properties

NameDescription
Draggable { get; set; }get set Draggable for Formula Box,default value is false.
GridDesktop { get; set; }Gets or sets a GridDesktop control that this FormalBar will apply to.
HorizontalScroll { get; set; }(Obsolete.)
Resizable { get; set; }get set Resizable for Formula Box,default value is false. not suitable when set ScrollBars.None
ScrollBars { get; set; }get or set scrollbars for Formula Box.the default value is ScrollBars.Verticals .when set ScrollBars.None the Formula Box is auto heighted.
VerticalScroll { get; set; }(Obsolete.)

See Also