Click or drag to resize

CommandTypeSetOwnerCommandLine Method

Assign your command object to a specific CommandLinType object.

Namespace:  us.FreeWill.CommandLine
Assembly:  CommandLine (in CommandLine.dll) Version: 2.0.2341.22284
Syntax
C#
public bool SetOwnerCommandLine(
	CommandLineType owner
)

Parameters

owner
Type: us.FreeWill.CommandLineCommandLineType
The owning CommandLineType object.

Return Value

Type: Boolean
true
See Also