Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownEditor Class
Properties Methods Events


In This Topic
    DropDownEditor Class Members
    In This Topic

    The following tables list the members exposed by DropDownEditor.

    Public Properties
     NameDescription
    Public PropertyGets or sets the background color of the drop-down window.  
    Public PropertyGets or sets the background image displayed in the drop-down window.  
    Public PropertyGets or sets the layout of the background image.  
    Public PropertyGets or sets the border style.  
    Public PropertyGets a value that indicates whether the user can undo the previous operation in a text box control.  
    Public PropertyGets or sets the alignment of the content.  
    Public PropertyGets or sets the context menu.  
    Public PropertyGets or sets the context menu strip.  
    Public PropertyGets or sets the cursor that is displayed when the mouse pointer is over the drop-down window.  
    Public PropertyGets or sets the font which is used for the drop-down window.  
    Public PropertyGets or sets the foreground color of the drop-down window.  
    Public PropertyGets or sets the lines in the drop-down editor.  
    Public PropertyGets or sets the padding of the drop-down window.  
    Public PropertyGets or sets a value that indicates whether the drop-down editor is read-only.  
    Public PropertyGets or sets how to display the scroll bars.  
    Public PropertyGets or sets a value that indicates how to show scroll bars.  
    Public PropertyGets or sets a value that indicates the currently selected text in the drop-down editor.  
    Public PropertyGets or sets the number of characters selected in the drop-down editor.  
    Public PropertyGets or sets the starting point of text selected in the drop-down window.  
    Public PropertyGets or sets a value that indicates whether to show the context menu.  
    Public PropertyGets or sets the color of the single line border.  
    Public PropertyGets or sets the text.  
    Public PropertyGets the length of the text in the drop-down window.  
    Public PropertyGets the shown TouchToolBar by touch operation.  
    Top
    Public Methods
     NameDescription
    Public MethodAppends text to the current text of the control.  
    Public MethodClears the contents of the control.  
    Public MethodClears information about the most recent operation from the undo buffer of the control.  
    Public MethodCopies the current selection in the control to the Clipboard.  
    Public MethodMoves the current selection in the control to the Clipboard.  
    Public MethodRetrieves the number of lines in a multiple-line mode of the drop-down window.  
    Public MethodReplaces the current selection in the control with the contents of the Clipboard.  
    Public MethodReset padding of the editor.  
    Public MethodScrolls the contents of the control to the current caret position.  
    Public MethodSelects all text in the control.  
    Public MethodUndoes the last edit operation in the control.  
    Top
    Protected Methods
     NameDescription
    Protected MethodRaises the Click event.  
    Protected MethodRaises the DoubleClick event.  
    Protected MethodRaises the InvalidInput event.  
    Protected MethodRaises the KeyDown event.  
    Protected MethodRaises the KeyPress event.  
    Protected MethodRaises the KeyUp event.  
    Protected MethodRaises the TextChanged event.  
    Protected MethodRaises the TextChanging event.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the drop-down editor is clicked.  
    Public EventOccurs when the drop-down editor is double-clicked.  
    Public EventOccurs when there is invalid input.  
    Public EventOccurs when a key is pressed.  
    Public EventOccurs when a character key is pressed.  
    Public EventOccurs when a key is released.  
    Public EventOccurs when the text of the drop-down editor is changed.  
    Public EventOccurs when a key is released.  
    Top
    See Also