ShowK2Error(Object,String,String) Method
See Also 
SourceCode.Workflow.WizardFramework Namespace > WizardPage Class > ShowK2Error Method : ShowK2Error(Object,String,String) Method



control
ErrorMessage
Title

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Sub ShowK2Error( _
   ByVal control As Object, _
   ByVal ErrorMessage As String, _
   ByVal Title As String _
) 
Visual Basic (Usage) Copy Code
Dim instance As WizardPage
Dim control As Object
Dim ErrorMessage As String
Dim Title As String
 
instance.ShowK2Error(control, ErrorMessage, Title)
C#  
public void ShowK2Error( 
   object control,
   string ErrorMessage,
   string Title
)
C++/CLI  
public:
void ShowK2Error( 
   Object^ control,
   String^ ErrorMessage,
   String^ Title
) 

Parameters

control
ErrorMessage
Title

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