Namespace:  C1.Web.UI.Controls.C1Input
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
protected virtual bool LoadTextOrValue(
	string key,
	Object value
)
Visual Basic (Declaration)
Protected Overridable Function LoadTextOrValue ( _
	key As String, _
	value As Object _
) As Boolean

Parameters

key
Type: System..::..String
value
Type: System..::..Object

Return Value

See Also