Click or drag to resize
FormConfigRestore Class
Inheritance Hierarchy
SystemObject
  ANDREICSLIB.HelpersFormConfigRestore

Namespace: ANDREICSLIB.Helpers
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class FormConfigRestore

The FormConfigRestore type exposes the following members.

Constructors
  NameDescription
Public methodFormConfigRestore
Initializes a new instance of the FormConfigRestore class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberLoadConfig
load the saved config file. will automatically load all the control values, and return the manual strings
Private methodStatic memberLoadProperty(Object, String, Object)
set the value of the control object
Private methodStatic memberLoadProperty(String, String, Control, Object)
Private methodStatic memberLoadProperty(String, String, ToolStripItem, Object)
Private methodStatic memberLoadProperty(Form, String, String, Object)
find the matching control for the name given
Private methodStatic memberLoadPropertyManual
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberSaveConfig
save controls, tool strips, and manually saved strings call this on form load
Private methodStatic memberSaveProperty(String, Control)
Private methodStatic memberSaveProperty(String, ToolStripItem)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
See Also