Applies the data from the supplied DockState object.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic void ApplyState(
DockState state
)
Public Sub ApplyState (
state As DockState
)
public:
void ApplyState(
DockState^ state
)
member ApplyState :
state : DockState -> unit
Parameters
- state
- Type: DockState
A DockState object, containing data about the state, which should
be applied on the KaxDock control.
See Also