PowerWEB File Upload for ASP.NET
Text Property
See Also  Send comments on this topic.
Dart.FileUpload Namespace > CancelButtonStyle Class : Text Property



Text displayed on Cancel button.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<DartDescriptionAttribute("Text displayed on Cancel button.")>
Public Property Text As String
Visual Basic (Usage)Copy Code
Dim instance As CancelButtonStyle
Dim value As String
 
instance.Text = value
 
value = instance.Text
C# 
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DartDescriptionAttribute("Text displayed on Cancel button.")]
public string Text {get; set;}
C++/CLI 
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DartDescriptionAttribute("Text displayed on Cancel button.")]
public:
property String^ Text {
   String^ get();
   void set (    String^ value);
}

Property Value

The default value is an empty string.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.3
© 2012 Dart Communications. All Rights Reserved.