In This Topic
Represents the base for editing controls. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
Syntax
'Declaration
Public MustInherit Class SuperEditBase
Inherits ElementControl
Implements IDropDownNotify, IEditorImeSenteceModeSupport, IElement, IInputScopeSupport, IPopUpNotify, ISlideLeftNotify, ISlideRightNotify, ISpinDownNotify, ISpinUpNotify, ITouchEditor, IVerticalAlignmentSupport
'Usage
Dim instance As SuperEditBase
public abstract class SuperEditBase : ElementControl, IDropDownNotify, IEditorImeSenteceModeSupport, IElement, IInputScopeSupport, IPopUpNotify, ISlideLeftNotify, ISlideRightNotify, ISpinDownNotify, ISpinUpNotify, ITouchEditor, IVerticalAlignmentSupport
Inheritance Hierarchy
See Also