Allows the creation and editing of a channel state

Namespace:  CoreDevices.Channels
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void SetupControl(
	EasyCore eCore,
	ref ChannelState ChannelState
)
Visual Basic (Declaration)
Public Sub SetupControl ( _
	eCore As EasyCore, _
	ByRef ChannelState As ChannelState _
)
Visual C++
public:
void SetupControl(
	EasyCore^ eCore, 
	ChannelState^% ChannelState
)

Parameters

eCore
Type: CoreDevices..::.EasyCore

[Missing <param name="eCore"/> documentation for "M:CoreDevices.Channels.ChannelSetupControl.SetupControl(CoreDevices.EasyCore,CoreDevices.ChannelState@)"]

ChannelState
Type: CoreDevices..::.ChannelState %

[Missing <param name="ChannelState"/> documentation for "M:CoreDevices.Channels.ChannelSetupControl.SetupControl(CoreDevices.EasyCore,CoreDevices.ChannelState@)"]

See Also