Loads view state in the group object.
[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;
Parameters
state
View state ot load.
See Also
C1WebCustomGroup Class | C1WebCustomGroup Members | C1.Web.Command Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |