Namespace: P4s3CurveNewAssembly: P4s3CurveNew (in P4s3CurveNew.exe) Version: 0.0.0.0
Syntax
C# |
---|
[CompilationMappingAttribute(SourceConstructFlags.Value)]
public static TextBox txtSpeedMph { get; set; } |
Visual Basic |
---|
<CompilationMappingAttribute(SourceConstructFlags.Value)>
Public Shared Property txtSpeedMph As TextBox
Get
Set |
Visual C++ |
---|
public:
[CompilationMappingAttribute(SourceConstructFlags::Value)]
static property TextBox^ txtSpeedMph {
TextBox^ get ();
void set (TextBox^ value);
} |
Property Value
Type:
TextBox
See Also