Click or drag to resize

FormActMainImportControlChilderenText Method

[Missing <summary> documentation for "M:Advanced_Combat_Tracker.FormActMain.ImportControlChilderenText(System.String,System.String,System.String,System.Boolean,System.Windows.Forms.Control)"]


Namespace: Advanced_Combat_Tracker
Assembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.3.286
Syntax
C#
public bool ImportControlChilderenText(
	string controlPath,
	string controlName,
	string controlText,
	bool found,
	Control c
)

Parameters

controlPath  String

[Missing <param name="controlPath"/> documentation for "M:Advanced_Combat_Tracker.FormActMain.ImportControlChilderenText(System.String,System.String,System.String,System.Boolean,System.Windows.Forms.Control)"]

controlName  String

[Missing <param name="controlName"/> documentation for "M:Advanced_Combat_Tracker.FormActMain.ImportControlChilderenText(System.String,System.String,System.String,System.Boolean,System.Windows.Forms.Control)"]

controlText  String

[Missing <param name="controlText"/> documentation for "M:Advanced_Combat_Tracker.FormActMain.ImportControlChilderenText(System.String,System.String,System.String,System.Boolean,System.Windows.Forms.Control)"]

found  Boolean

[Missing <param name="found"/> documentation for "M:Advanced_Combat_Tracker.FormActMain.ImportControlChilderenText(System.String,System.String,System.String,System.Boolean,System.Windows.Forms.Control)"]

c  Control

[Missing <param name="c"/> documentation for "M:Advanced_Combat_Tracker.FormActMain.ImportControlChilderenText(System.String,System.String,System.String,System.Boolean,System.Windows.Forms.Control)"]

Return Value

Boolean

[Missing <returns> documentation for "M:Advanced_Combat_Tracker.FormActMain.ImportControlChilderenText(System.String,System.String,System.String,System.Boolean,System.Windows.Forms.Control)"]

See Also