Click or drag to resize
FormConfigRestoreLoadProperty Method (Form, String, String, Object)
find the matching control for the name given

Namespace: ANDREICSLIB.Helpers
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
private static void LoadProperty(
	Form baseform,
	string name,
	string propertyName,
	Object value = null
)

Parameters

baseform
Type: System.Windows.FormsForm
name
Type: SystemString
propertyName
Type: SystemString
value (Optional)
Type: SystemObject
See Also