Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TipAppearance Class / CopyFrom Method
Tip appearance settings (TipAppearance object)


In This Topic
CopyFrom Method (TipAppearance)
In This Topic
Copies the settings of the specified set of tip appearance settings to this tip.
Syntax
'Declaration
 
Public Sub CopyFrom( _
   ByVal appearance As TipAppearance _
) 
 
'Usage
 
Dim instance As TipAppearance
Dim appearance As TipAppearance
 
instance.CopyFrom(appearance)

Parameters

appearance
Tip appearance settings (TipAppearance object)
See Also