ExtendedOverlayPluginBaseTDataCreatePluginData Method

CVB.Net Documentation
Inheritors must override this and in the override prepare the plugin data reflecting the OPI's current state (depending usually on the current values of the Overlay object's properties)

Namespace:  Stemmer.Cvb.Forms.Overlays
Assembly:  Stemmer.Cvb.Forms (in Stemmer.Cvb.Forms.dll) Version: 14.0.0.0
Syntax

protected abstract TData CreatePluginData()

Return Value

Type: TData
Return the fully created plugin data structure here.
See Also

Reference