Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / AutoFilterListBoxItem Class / BeginStoryboard Method / BeginStoryboard(Storyboard,HandoffBehavior,Boolean) Method


In This Topic
    BeginStoryboard(Storyboard,HandoffBehavior,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub BeginStoryboard( _
       ByVal storyboard As Storyboard, _
       ByVal handoffBehavior As HandoffBehavior, _
       ByVal isControllable As Boolean _
    ) 
    'Usage
     
    Dim instance As AutoFilterListBoxItem
    Dim storyboard As Storyboard
    Dim handoffBehavior As HandoffBehavior
    Dim isControllable As Boolean
     
    instance.BeginStoryboard(storyboard, handoffBehavior, isControllable)
    public void BeginStoryboard( 
       Storyboard storyboard,
       HandoffBehavior handoffBehavior,
       bool isControllable
    )

    Parameters

    storyboard
    handoffBehavior
    isControllable
    See Also