Version

EmbeddableEditorButtonBase Class

Abstract base class for an embeddable editor class that displays a collection of buttons to the left and right of its edit area.
Syntax
'Declaration
 
Public MustInherit Class EmbeddableEditorButtonBase 
   Inherits Infragistics.Win.EmbeddableEditorBase
public abstract class EmbeddableEditorButtonBase : Infragistics.Win.EmbeddableEditorBase 
Remarks

The EmbeddableEditorButtonBase is the base class for an editor that displays a custom collection of buttons to the left and right of an edit area. The buttons are exposed via the ButtonsLeft and ButtonsRight properties.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also