Click or drag to resize
FormConfigRestoreLoadProperty Method (Object, String, Object)
set the value of the control object

Namespace: ANDREICSLIB.Helpers
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
private static bool LoadProperty(
	Object c,
	string propertyName,
	Object value
)

Parameters

c
Type: SystemObject
propertyName
Type: SystemString
value
Type: SystemObject

Return Value

Type: Boolean
See Also