Edits the Document structure using the extrenal dialog.

Namespace:  Greatis.PrintSuite
Assembly:  Greatis.PrintSuite (in Greatis.PrintSuite.dll)

Syntax

Visual Basic (Declaration)
Public Overrides Function EditValue ( _
	context As ITypeDescriptorContext, _
	provider As IServiceProvider, _
	value As Object _
) As Object
C#
public override Object EditValue(
	ITypeDescriptorContext context,
	IServiceProvider provider,
	Object value
)
Visual C++
public:
virtual Object^ EditValue(
	ITypeDescriptorContext^ context, 
	IServiceProvider^ provider, 
	Object^ value
) override
JavaScript
function editValue(context, provider, value);

Parameters

context
Type: System.ComponentModel..::.ITypeDescriptorContext
Context used for gain additional information.
provider
Type: System..::.IServiceProvider
Service provider to obtain services.
value
Type: System..::.Object
Edited Document instance.

Return Value

New value of edited object.

See Also