Skybound VisualTips

VisualTipRenderer.OnCreateLayout Method 

When overridden in a derrived class, creates a new VisualTipLayout to represent the layout of various elements on a VisualTip.

[Visual Basic]
Overridable Protected Function OnCreateLayout( _
   ByVal tip As VisualTip _
) As VisualTipLayout
[C#]
protected virtual VisualTipLayout OnCreateLayout(
   VisualTip tip
);

Parameters

tip
The VisualTip whose layout is created.

Return Value

A VisualTipLayout which defines the layout of various elements on the tip. A null reference may not be used as a return value for this method (or an exception will be thrown).

See Also

VisualTipRenderer Class | Skybound.VisualTips.Rendering Namespace