Intersoft ClientUI Documentation
State Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace > FileUploadInfo Class : State Property






Gets the FileUploadState of the file.

Syntax

Visual Basic (Declaration) 
Public Property State As FileUploadState
Visual Basic (Usage)Copy Code
Dim instance As FileUploadInfo
Dim value As FileUploadState
 
instance.State = value
 
value = instance.State
C# 
public FileUploadState State {get; set;}
Delphi 
public read-write property State: FileUploadState; 
JScript 
public function get,set State : FileUploadState
Managed Extensions for C++ 
public: __property FileUploadState get_State();
public: __property void set_State( 
   FileUploadState value
);
C++/CLI 
public:
property FileUploadState State {
   FileUploadState get();
   void set (    FileUploadState value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.