Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ClipboardPastingEventArgs Class / Behavior Property


In This Topic
    Behavior Property (ClipboardPastingEventArgs)
    In This Topic
    Gets the behavior.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Behavior As ClipboardBehavior
    'Usage
     
    
    Dim instance As ClipboardPastingEventArgs
    Dim value As ClipboardBehavior
     
    value = instance.Behavior
    public ClipboardBehavior Behavior {get;}
    See Also