Class CanvasLabelParamController
Inheritance
CanvasLabelParamController
Implements
Inherited Members
Namespace: LemonEdge.Client.Core.Commands
Assembly: LemonEdge.ClientCore.dll
Syntax
public class CanvasLabelParamController : ParamSingleViewerController<CanvasLabelParam>, IPopupWindowController<CanvasLabelParam>, IParamViewerController, IPopupWindowController, IController
Constructors
CanvasLabelParamController(IParamSingleViewer<CanvasLabelParam>, CanvasLabelParam)
Declaration
public CanvasLabelParamController(IParamSingleViewer<CanvasLabelParam> window, CanvasLabelParam param)
Parameters
Type | Name | Description |
---|---|---|
IParamSingleViewer<CanvasLabelParam> | window | |
CanvasLabelParam | param |
Methods
ControlNames()
Can be overridden in a derived class to indicate all the controls to be created in this single parameter popup form
Declaration
protected override IEnumerable<ControlDisplayInfoLight> ControlNames()
Returns
Type | Description |
---|---|
IEnumerable<ControlDisplayInfoLight> | All the controls to be created in this single parameter popup form |
Overrides
LemonEdge.Client.UI.API.Controllers.ParamSingleViewerController<LemonEdge.Client.Core.Commands.CanvasLabelParam>.ControlNames()