Version

ArrowUIElement Constructor

Creates a new ArrowUIElement instance.
Syntax
'Declaration
 
Public Function New( _
   ByVal parentElement As Infragistics.Win.UIElement, _
   ByVal toolbarsManager As UltraToolbarsManager, _
   ByVal orientation As ArrowUIElement.ArrowOrientation, _
   ByVal size As ArrowUIElement.ArrowSize _
)
public ArrowUIElement( 
   Infragistics.Win.UIElement parentElement,
   UltraToolbarsManager toolbarsManager,
   ArrowUIElement.ArrowOrientation orientation,
   ArrowUIElement.ArrowSize size
)

Parameters

parentElement
The parent element which owns the created element.
toolbarsManager
The toolbars manager associated with the element.
orientation
The orientation of the arrow to be displayed by the element.
size
The size of the arrow to be displayed by the element.
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