Version

GetEmbeddableElement(UIElement,EmbeddableEditorOwnerBase,Object,Boolean,Boolean,Boolean,Boolean,EmbeddableUIElementBase) Method

Returns an embeddable element for the specified parameters
Syntax
'Declaration
 
Public Overloads Overrides Function GetEmbeddableElement( _
   ByVal parentElement As UIElement, _
   ByVal owner As EmbeddableEditorOwnerBase, _
   ByVal ownerContext As Object, _
   ByVal includeEditElements As Boolean, _
   ByVal reserveSpaceForEditElements As Boolean, _
   ByVal drawOuterBorders As Boolean, _
   ByVal isToolTip As Boolean, _
   ByVal previousElement As EmbeddableUIElementBase _
) As EmbeddableUIElementBase

Parameters

parentElement
Parent uielement
owner
Editor owner
ownerContext
Context to identify the value to be rendered by the element
includeEditElements
True if edit element are to be displayed
reserveSpaceForEditElements
True if space should be left for edit elements
drawOuterBorders
True if the outer borders should be displayed
isToolTip
True if the element will be used for display in a tooltip
previousElement
Previous element or null if there was no previous embeddable element

Return Value

A ProgressBarEmbeddableElement
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