Spread WPF 18
GrapeCity.Spreadsheet.FormControls Namespace / IDropDown Interface
Properties Methods

In This Topic
    IDropDown Interface Members
    In This Topic

    The following tables list the members exposed by IDropDown.

    Public Properties
     NameDescription
     PropertyGets an GrapeCity.Spreadsheet.IRange object that represents the cell that lies under the lower-right corner of the shape. (Inherited from GrapeCity.Spreadsheet.Drawing.IDrawingObject)
     PropertyGets or sets a value indicating whether the control display with 3D-shading effect. (Inherited from GrapeCity.Spreadsheet.FormControls.IFormControl)
     PropertyGets or sets the number of list lines displayed in the drop-down portion of a combo box.  
     PropertyGets or sets a value indicating whether the control is enabled. (Inherited from GrapeCity.Spreadsheet.FormControls.IFormControl)
     PropertyGets or sets a System.Int32 value that represents the height, in pixels, of the shape. (Inherited from GrapeCity.Spreadsheet.Drawing.IDrawingObject)
     PropertyGets the index of the control in the collection. (Inherited from GrapeCity.Spreadsheet.FormControls.IFormControl)
     PropertyGets or sets a System.Int32 value that represents the distance, in pixels, from the left edge of the shape to the left edge of column A (on a worksheet) or the left edge of the chart area (on a chart). (Inherited from GrapeCity.Spreadsheet.Drawing.IDrawingObject)
     PropertyGets or sets the worksheet range linked to the control's value (Inherited from GrapeCity.Spreadsheet.FormControls.IListControl)
     PropertyGets the number of entries in a list box or combo box. (Inherited from GrapeCity.Spreadsheet.FormControls.IListControl)
     PropertyGets or sets the worksheet range used to fill the specified list box. (Inherited from GrapeCity.Spreadsheet.FormControls.IListControl)
     PropertyGets or sets the index number (base 0) of the currently selected item in a list box or combo box. (Inherited from GrapeCity.Spreadsheet.FormControls.IListControl)
     PropertyGets or sets a value indicating whether this GrapeCity.Drawing.IDrawingContext is locked. (Inherited from GrapeCity.Spreadsheet.Drawing.IDrawingObject)
     PropertyGets the text in the specified object will be locked to prevent changes when the workbook is protected. (Inherited from GrapeCity.Spreadsheet.FormControls.IFormControl)
     PropertyGets or sets a string value representing the name of the shape. (Inherited from GrapeCity.Spreadsheet.Drawing.IDrawingObject)
     PropertyGets or sets the action associated with this control. (Inherited from GrapeCity.Spreadsheet.FormControls.IFormControl)
     PropertyGets or sets an Placement value that represents the way the shape is attached to the cells below it. (Inherited from GrapeCity.Spreadsheet.Drawing.IDrawingObject)
     PropertyGets or sets a boolean value indicating whether the object will be printed when the document is printed. (Inherited from GrapeCity.Spreadsheet.Drawing.IDrawingObject)
     PropertyGets the GrapeCity.Spreadsheet.Drawing.IShape container of this control. (Inherited from GrapeCity.Spreadsheet.FormControls.IFormControl)
     PropertyGets or sets the text associated with this control. (Inherited from GrapeCity.Spreadsheet.FormControls.IFormControl)
     PropertyGets or sets a System.Int32 value that represents the distance, in pixels, from the top edge of the topmost shape in the shape range to the top edge of the worksheet. (Inherited from GrapeCity.Spreadsheet.Drawing.IDrawingObject)
     PropertyGets an GrapeCity.Spreadsheet.IRange object that represents the cell that lies under the upper-left corner of the shape. (Inherited from GrapeCity.Spreadsheet.Drawing.IDrawingObject)
     PropertyGets or sets an integer value that represents the value of the specified control. (Inherited from GrapeCity.Spreadsheet.FormControls.IListControl)
     PropertyGets or sets a boolean value that determines whether the shape is visible. (Inherited from GrapeCity.Spreadsheet.Drawing.IDrawingObject)
     PropertyGets or sets a System.Int32 value that represents the width, in pixels, of the shape. (Inherited from GrapeCity.Spreadsheet.Drawing.IDrawingObject)
     PropertyGets the position of the specified shape in the z-order. (Inherited from GrapeCity.Spreadsheet.Drawing.IDrawingObject)
    Top
    Public Methods
     NameDescription
     MethodAdds an item to a list box or a combo box. (Inherited from GrapeCity.Spreadsheet.FormControls.IListControl)
     MethodGets or sets the text entries in the specified list box or combo box. (Inherited from GrapeCity.Spreadsheet.FormControls.IListControl)
     MethodRemoves all entries from a list box or combo box. (Inherited from GrapeCity.Spreadsheet.FormControls.IListControl)
     MethodRemoves one or more items from a list box or combo box. (Inherited from GrapeCity.Spreadsheet.FormControls.IListControl)
    Top
    See Also