Input for WinForms | ComponentOne
C1.Win.Input Namespace / IInputEditor Interface
Methods

In This Topic
    IInputEditor Interface Members
    In This Topic

    The following tables list the members exposed by IInputEditor.

    Public Methods
     NameDescription
     MethodGets the editor style, which determines the type of button that is displayed in the cell before and during editing (DropDown, Modal, or None). (Inherited from C1.Win.IEmbeddedEditor)
     MethodGets the style of editor.  
     MethodGets the current value of the editor. (Inherited from C1.Win.IEmbeddedEditor)
     MethodGets a value that determines whether a given key should finalize editing. (Inherited from C1.Win.IEmbeddedEditor)
     MethodInitializes the editor content and styles. (Inherited from C1.Win.IEmbeddedEditor)
     MethodGets a value that determines if the editor's current contents are valid. (Inherited from C1.Win.IEmbeddedEditor)
     MethodSets the format string used to display the value when the control is in edit mode. (Inherited from C1.Win.IEmbeddedEditor)
     MethodSets the value to the editor.  
     MethodUpdates the editor's size and position. (Inherited from C1.Win.IEmbeddedEditor)
    Top
    See Also