Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CustomFocusIndicatorRenderer Class / CustomFocusIndicatorRenderer Constructor / CustomFocusIndicatorRenderer Constructor(Object)
Object from which to copy or clone this picture


In This Topic
    CustomFocusIndicatorRenderer Constructor(Object)
    In This Topic
    Creates a custom focus indicator by copying another.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal cloneFrom As Object _
    )
    'Usage
     
    
    Dim cloneFrom As Object
     
    Dim instance As New CustomFocusIndicatorRenderer(cloneFrom)
    public CustomFocusIndicatorRenderer( 
       object cloneFrom
    )

    Parameters

    cloneFrom
    Object from which to copy or clone this picture
    See Also