BindableParentWindow Property
See Also 
SourceCode.Workflow.WizardFramework.Controls Namespace > K2TextBoxEx Class : BindableParentWindow Property



Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Property BindableParentWindow As Window
Visual Basic (Usage) Copy Code
Dim instance As K2TextBoxEx
Dim value As Window
 
instance.BindableParentWindow = value
 
value = instance.BindableParentWindow
C#  
public Window BindableParentWindow {get; set;}
C++/CLI  
public:
property Window^ BindableParentWindow {
   Window^ get();
   void set (    Window^ value);
}

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