Loads the view state in the item.
[Visual Basic]
Overridable Protected Sub LoadViewState( _
ByVal state As Object _
)
[C#]
virtual protected void LoadViewState(
object state
);
[Delphi]
strict protected procedure LoadViewState(
state: Object
); virtual;
See Also
C1WebItemBase Class | C1WebItemBase Members | C1.Web.Command Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |