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



Show or hide Cancel button.

Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<DartDescriptionAttribute("Show or hide Cancel button.")>
Public Property Visible As Boolean
Visual Basic (Usage)Copy Code
Dim instance As CancelButtonStyle
Dim value As Boolean
 
instance.Visible = value
 
value = instance.Visible
C# 
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DartDescriptionAttribute("Show or hide Cancel button.")]
public bool Visible {get; set;}
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DartDescriptionAttribute("Show or hide Cancel button.")]
public:
property bool Visible {
   bool get();
   void set (    bool value);
}

Property Value

The default value is true.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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