LoadViewState Method
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| RichListItemCollection..::..LoadViewState Method |
| RichListItemCollection Class See Also Send Feedback |
Namespace:Â CuteEditor
Assembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Assembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public virtual void LoadViewState( Object vs ) |
| Visual Basic |
|---|
Public Overridable Sub LoadViewState ( _ vs As Object _ ) |
| Visual C++ |
|---|
public: virtual void LoadViewState( Object^ vs ) |
Parameters
- vs
- Type: System..::..Object