Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public override License GetLicense(
	LicenseContext context,
	Type type,
	Object instance,
	bool allowExceptions
)
Visual Basic
Public Overrides Function GetLicense ( _
	context As LicenseContext, _
	type As Type, _
	instance As Object, _
	allowExceptions As Boolean _
) As License
Visual C++
public:
virtual License^ GetLicense(
	LicenseContext^ context, 
	Type^ type, 
	Object^ instance, 
	bool allowExceptions
) override

Parameters

context
Type: System.ComponentModel..::..LicenseContext
type
Type: System..::..Type
instance
Type: System..::..Object
allowExceptions
Type: System..::..Boolean

See Also