Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IControlFormat Interface
Properties Methods

In This Topic
    IControlFormat Interface Members
    In This Topic

    The following tables list the members exposed by IControlFormat.

    Public Properties
     NameDescription
     PropertyGets or sets the number of list lines displayed in the drop-down portion of a combo box.  
     PropertyGets or sets a boolean value indicating whether the object is enabled.  
     PropertyGets or sets the amount that the scroll box increments or decrements for a page scroll (when the user clicks in the scroll bar body region).  
     PropertyGets or sets the worksheet range linked to the control's value. If you place a value in the cell, the control takes this value. Likewise, if you change the value of the control, that value is also placed in the cell.  
     PropertyGets the number of entries in a list box or combo box.  
     PropertyGets or sets the worksheet range used to fill the specified list box.  
     PropertyGets or sets the index number (base 0) of the currently selected item in a list box or combo box.  
     PropertyGets the text in the specified object will be locked to prevent changes when the workbook is protected.  
     PropertyGets or sets the maximum value of a scroll bar or spinner range.  
     PropertyGets or sets the minimum value of a scroll bar or spinner range.  
     PropertyGets or sets the selection mode of the specified list box.  
     PropertyGets or sets a boolean value indicating whether the object will be printed when the document is printed.  
     PropertyGets or sets the amount that the scroll bar or spinner is incremented or decremented for a line scroll (when the user chooses an arrow).  
     PropertyGets or sets an integer value that represents the value of the specified control.  
    Top
    Public Methods
     NameDescription
     MethodAdds an item to a list box or a combo box.  
     MethodOverloaded. Gets or sets the text entries in the specified list box or combo box.  
     MethodRemoves all entries from a list box or combo box.  
     MethodRemoves one or more items from a list box or combo box.  
    Top
    See Also