FormConfigRestoreLoadProperty Method (String, String, ToolStripItem, Object) |
Namespace: ANDREICSLIB.HelpersAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprivate static bool LoadProperty(
string name,
string propertyName,
ToolStripItem checkthis,
Object value
)
Private Shared Function LoadProperty (
name As String,
propertyName As String,
checkthis As ToolStripItem,
value As Object
) As Boolean
private:
static bool LoadProperty(
String^ name,
String^ propertyName,
ToolStripItem^ checkthis,
Object^ value
)
private static member LoadProperty :
name : string *
propertyName : string *
checkthis : ToolStripItem *
value : Object -> bool
Parameters
- name
- Type: SystemString
- propertyName
- Type: SystemString
- checkthis
- Type: System.Windows.FormsToolStripItem
- value
- Type: SystemObject
Return Value
Type:
Boolean
See Also