Version

EmbeddableEditorBase.EmbeddableEditorUIAProviderStub.EditorChildType Enumeration

Enumeration used to specify the type of editor child object
Syntax
'Declaration
 
Public Enum EmbeddableEditorBase.EmbeddableEditorUIAProviderStub.EditorChildType 
   Inherits System.Enum
public enum EmbeddableEditorBase.EmbeddableEditorUIAProviderStub.EditorChildType : System.Enum 
Members
MemberDescription
ButtonsCollectionRepresents a ButtonsLeft or ButtonsRight collection
DropDownButtonRepresents the DropDown button
EditAreaRepresents the text edit area
EditorButtonRepresents any button in the ButtonsLeft/ButtonsRight collections with the exception of a SpinEditorButton
InkButtonRepresents the Ink button
SpinButtonRepresents the Spin Button
SpinButtonItemRepresents the child items to a SpinButton or SpinEditorButton
SpinEditorButtonRepresents a SpinEditorButton in the ButtonsLeft/ButtonsRight collection
ValueListRepresents the ValueList
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