BeginStoryboard(Storyboard,HandoffBehavior,Boolean) Method
See Also 
SourceCode.Workflow.WizardFramework.Controls Namespace > K2GridHeading Class > BeginStoryboard Method : BeginStoryboard(Storyboard,HandoffBehavior,Boolean) Method



storyboard
handoffBehavior
isControllable

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Sub BeginStoryboard( _
   ByVal storyboard As Storyboard, _
   ByVal handoffBehavior As HandoffBehavior, _
   ByVal isControllable As Boolean _
) 
Visual Basic (Usage) Copy Code
Dim instance As K2GridHeading
Dim storyboard As Storyboard
Dim handoffBehavior As HandoffBehavior
Dim isControllable As Boolean
 
instance.BeginStoryboard(storyboard, handoffBehavior, isControllable)
C#  
public void BeginStoryboard( 
   Storyboard storyboard,
   HandoffBehavior handoffBehavior,
   bool isControllable
)
C++/CLI  
public:
void BeginStoryboard( 
   Storyboard^ storyboard,
   HandoffBehavior handoffBehavior,
   bool isControllable
) 

Parameters

storyboard
handoffBehavior
isControllable

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also