Creates a new TypeDescriptorSurrogate to represent a specified object within a PropertyGrid control.

Namespace:  ShinyDesign.Design
Assembly:  ShinyDesign (in ShinyDesign.dll)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public TypeDescriptorSurrogate(
	Object value
)
Visual Basic (Declaration)
Public Sub New ( _
	value As Object _
)
Visual C++
public:
TypeDescriptorSurrogate(
	Object^ value
)

Parameters

value
Type: System..::.Object
The object to represent.

See Also