K2TextBoxBase Class
Members See Also 
SourceCode.Workflow.WizardFramework.Controls Namespace : K2TextBoxBase Class



Glossary Item Box

Object Model

K2TextBoxBase Class DataTypes Enumeration K2Field Class

Syntax

Visual Basic (Declaration)  
<TemplatePartAttribute(Name="PART_Border", Type=System.Windows.Controls.Border)>
Public Class K2TextBoxBase 
   Inherits System.Windows.Controls.RichTextBox
Visual Basic (Usage) Copy Code
Dim instance As K2TextBoxBase
C#  
[TemplatePart(Name="PART_Border", Type=System.Windows.Controls.Border)]
public class K2TextBoxBase : System.Windows.Controls.RichTextBox 
C++/CLI  
[TemplatePart(Name="PART_Border", Type=System.Windows.Controls.Border)]
public ref class K2TextBoxBase : public System.Windows.Controls.RichTextBox 

Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Controls.Control
                     System.Windows.Controls.Primitives.TextBoxBase
                        System.Windows.Controls.RichTextBox
                           SourceCode.Workflow.WizardFramework.Controls.K2TextBoxBase

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