'Declaration Protected Overridable Function CreateDefaultLayout() As SmartLayout
'Usage Dim instance As SmartItem Dim value As SmartLayout value = instance.CreateDefaultLayout()
protected virtual SmartLayout CreateDefaultLayout()
Return Value
A reference to a SmartLayout representing the default layout of the SmartItem. Unless overridden, a null reference (Nothing in Visual Basic).