Reflection
CreateSmartBorder Method


Creates a SmartUx Control.
Syntax
'Declaration
 
Function CreateSmartBorder() As ISmartBorder
'Usage
 
Dim instance As IView
Dim value As ISmartBorder
 
value = instance.CreateSmartBorder()
ISmartBorder CreateSmartBorder()

Return Value

A newly created SmartUx Control
See Also