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.7.0.280
Syntax
C#
public bool ImportControlChilderenText(
	string controlPath,
	string controlName,
	string controlText,
	bool found,
	Control c
)

Parameters

controlPath
Type: SystemString

[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
Type: SystemString

[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
Type: SystemString

[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
Type: SystemBoolean

[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
Type: System.Windows.FormsControl

[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

Type: 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