Dart.PowerWEB.TextBox Namespace > FileUploadEventArgs Class : UserMessage Property |
Gets or sets the message displayed to the user after a file upload.
[Visual Basic]
Public Property UserMessage As String
[C#]
public string UserMessage {get; set;}
[C++]
public: __property string* get_UserMessage();
public: __property void set_UserMessage(
string* value
);
Set this property to change the message displayed after an upload. The default message is "file [filename] successfully uploaded".
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
FileUploadEventArgs Class | FileUploadEventArgs Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.