VantagePoint Manufacturing Controls Class Libary
The Textbox control allows the user to input text

Namespace: VantagePoint.InputControls
Assembly:  VantagePoint (in VantagePoint)
Version: 1.0.0.0 (1.0.0.0)

Syntax

   
 C# 
[BrowsableAttribute(true)]
public class TextBox : CommonTextBoxBase

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
TextBox()()()
GenericButton constructor
CornerRadius
Get or set the corner radius for the outside border of the textbox
(Inherited from CommonTextBoxBase.)
FocusBorderThickness
Get or set the thickness of the focus ring
(Inherited from CommonTextBoxBase.)
FocusBrush
Get or set the brush that appears on the outside of the textbox when hovering over the button
(Inherited from CommonTextBoxBase.)
InnerBorderBrush
Get or set the brush that appears on the inner border brush
(Inherited from CommonTextBoxBase.)
InnerBorderThickness
Get or set the thickness of the inner border brush
(Inherited from CommonTextBoxBase.)
InnerCornerRadius
Get or set the corner radius for the inner border of the textbox
(Inherited from CommonTextBoxBase.)
LoadControlTemplate(String) (Inherited from CommonTextBoxBase.)
WatermarkBrush
Get or set the WaterMark foregound color
(Inherited from CommonTextBoxBase.)
WatermarkFontFamily
Get or set the WaterMark font family
(Inherited from CommonTextBoxBase.)
WatermarkFontSize
Get or set the WaterMark font size
(Inherited from CommonTextBoxBase.)
WatermarkFontStyle
Get or set the WaterMark font style
(Inherited from CommonTextBoxBase.)
WatermarkOpacity
Get or set the WaterMark Opacity
(Inherited from CommonTextBoxBase.)
WatermarkText
Get or set the WaterMark text
(Inherited from CommonTextBoxBase.)

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..::.TextBox
                  VantagePoint.Common.BaseClasses..::.CommonTextBoxBase
                    VantagePoint.InputControls..::.TextBox

See Also