K2Button Constructor(FrameworkElement)
See Also 
SourceCode.Workflow.WizardFramework.Controls Namespace > K2Button Class > K2Button Constructor : K2Button Constructor(FrameworkElement)



element

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal element As FrameworkElement _
)
Visual Basic (Usage) Copy Code
Dim element As FrameworkElement
 
Dim instance As New K2Button(element)
C#  
public K2Button( 
   FrameworkElement element
)
C++/CLI  
public:
K2Button( 
   FrameworkElement^ element
)

Parameters

element

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