Loads the view settings from the specified stream.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public void LoadViewSettings ( |
Visual Basic
Copy Code
|
|---|
Public Sub LoadViewSettings( _ |
RemarksThis method restores view settings (such as the item position within a List view whose FreeDrag property is enabled) where they were previously saved by a call to SaveViewSettings.
See Also