Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET

Namespace: Visual3D.UI
Assembly: Visual3D.UI (in Visual3D.UI.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public DropBox AddDropBox(
	NameID name,
	string imagePrefix,
	string text,
	float posX,
	float posY,
	float width,
	float height,
	bool isShown,
	bool isEditable
)
Public Function AddDropBox ( _
	name As NameID, _
	imagePrefix As String, _
	text As String, _
	posX As Single, _
	posY As Single, _
	width As Single, _
	height As Single, _
	isShown As Boolean, _
	isEditable As Boolean _
) As DropBox

Parameters

name
NameID
imagePrefix
String
text
String
posX
Single
posY
Single
width
Single
height
Single
isShown
Boolean
isEditable
Boolean

See Also