ControlDraggerFindControlDragInfo(String, StringComparison) Method

Finds the ControlDragInfo instance that is associated with the specified Control.

Definition

Namespace: DevCase.Core.Application.Forms
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public ControlDragInfo FindControlDragInfo(
	string controlName,
	StringComparison stringComparison = StringComparison.OrdinalIgnoreCase
)

Parameters

controlName  String
The name of the Control.
stringComparison  StringComparison  (Optional)

[Missing <param name="stringComparison"/> documentation for "M:DevCase.Core.Application.Forms.ControlDragger.FindControlDragInfo(System.String,System.StringComparison)"]

Return Value

ControlDragInfo
The FormDragInfo instance that is associated with the specified Control .

See Also