PowerWEB File Upload for ASP.NET
CancelButtonStyle Constructor(StateBag)
See Also  Send comments on this topic.
Dart.FileUpload Namespace > CancelButtonStyle Class > CancelButtonStyle Constructor : CancelButtonStyle Constructor(StateBag)



bag
A System.Web.UI.StateBag that represents the state bag in which to store style information.
Initializes a new instance of the CancelButtonStyle class with the specified state bag information.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal bag As StateBag _
)
Visual Basic (Usage)Copy Code
Dim bag As StateBag
 
Dim instance As New CancelButtonStyle(bag)
C# 
public CancelButtonStyle( 
   StateBag bag
)
C++/CLI 
public:
CancelButtonStyle( 
   StateBag^ bag
)

Parameters

bag
A System.Web.UI.StateBag that represents the state bag in which to store style information.

Remarks

Use this constructor to create a new instance of the CancelButtonStyle class using the System.Web.UI.StateBag specified by the bag parameter.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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