FormConfigRestoreLoadProperty Method (Form, String, String, Object) |
find the matching control for the name given
Namespace: ANDREICSLIB.HelpersAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprivate static void LoadProperty(
Form baseform,
string name,
string propertyName,
Object value = null
)
Private Shared Sub LoadProperty (
baseform As Form,
name As String,
propertyName As String,
Optional value As Object = Nothing
)
private:
static void LoadProperty(
Form^ baseform,
String^ name,
String^ propertyName,
Object^ value = nullptr
)
private static member LoadProperty :
baseform : Form *
name : string *
propertyName : string *
?value : Object
(* Defaults:
let _value = defaultArg value null
*)
-> unit
Parameters
- baseform
- Type: System.Windows.FormsForm
- name
- Type: SystemString
- propertyName
- Type: SystemString
- value (Optional)
- Type: SystemObject
See Also