Version

DropDownAttachedToBody Property (TextEditorModel)

Sets gets location of drop-down list. Value false will create html element for list as a child of main html element. Value true creates list as a child of body.
Syntax
'Declaration
 
Public Property DropDownAttachedToBody As System.Boolean
public System.bool DropDownAttachedToBody {get; set;}
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, 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

View on GitHub