Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NDockingFrameworkState Class
Properties Methods Events


In This Topic
    NDockingFrameworkState Class Members
    In This Topic

    The following tables list the members exposed by NDockingFrameworkState.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the format in which the state is loaded/persisted.  
    Public PropertyGets or sets the docking manager object which state is to be loaded/persisted.  
    Public PropertyGets or sets a value indicating whether the document manager state should be persisted also.  
    Public PropertyGets or sets a value indicating whether the manager's styles should be serialized also.  
    Top
    Protected Properties
     NameDescription
    Protected PropertyGets the list of all events attached to this object. (Inherited from Nevron.UI.NDisposableObject)
    Top
    Public Methods
     NameDescription
    Public MethodRemoves all the events handlers attached to this instance. (Inherited from Nevron.UI.NDisposableObject)
    Public MethodOverloaded.  (Inherited from Nevron.UI.NDisposableObject)
    Public MethodOverloaded. Propts the user to select a previously saved state and loads it.  
    Public MethodOverloaded. Propmts the user to select a file name and performs saving to that file.  
    Top
    Protected Methods
     NameDescription
    Protected Method (Inherited from Nevron.UI.NDisposableObject)
    Protected MethodReturns extra types (defined in other assemblies)  
    Protected MethodInitializes the default values of the state.  
    Protected Method (Inherited from Nevron.UI.NDisposableObject)
    Protected MethodPerforms core loading of a state from stream.  
    Protected Method (Inherited from Nevron.UI.NDisposableObject)
    Protected Method (Inherited from Nevron.UI.NDefaultInitializableObject)
    Protected MethodRaises the StateRestored event.  
    Protected MethodRaises the StateSaved event.  
    Protected MethodOverloaded. Overridden. Performs an additional release operation.  
    Protected MethodPerforms the core serialization of the state.  
    Top
    Public Events
     NameDescription
    Public EventFired when the object has been disposed. (Inherited from Nevron.UI.NDisposableObject)
    Public EventNotifies that a document has been deserialized and its client needs to be resolved.  
    Public EventNotifies that a state has been successfully restored.  
    Public EventNotifies that a state has been successfully saved.  
    Top
    See Also