VantagePoint Manufacturing Controls Class Libary
The Passwordbox allows the user to enter a password using characters to hide values.

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

Syntax

   
 C# 
[BrowsableAttribute(true)]
public class PasswordBox : CommonPasswordBoxBase

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

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

Inheritance Hierarchy

See Also