Version

ProgressBarEmbeddableUIElement Constructor

Constructor for the embeddable progress bar uielement
Syntax
'Declaration
 
Public Function New( _
   ByVal parentElement As UIElement, _
   ByVal owner As EmbeddableEditorOwnerBase, _
   ByVal editor As EmbeddableEditorBase, _
   ByVal ownerContext As Object, _
   ByVal includeEditElements As Boolean, _
   ByVal reserveSpaceForEditElements As Boolean, _
   ByVal drawOuterBorders As Boolean, _
   ByVal isToolTip As Boolean _
)

Parameters

parentElement
Parent uielement
owner
Owner
editor
Editor
ownerContext
Context to identify the object that the element represents
includeEditElements
True to include edit elements
reserveSpaceForEditElements
True to reserve space for edit elements
drawOuterBorders
True to draw outer borders
isToolTip
True if the element is being used for a tooltip
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