ReportSectionReportSectionDesignerCreateToolCore Method

Definition

Namespace: Firefly.Box.Printing
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
protected override IComponent[] CreateToolCore(
	ToolboxItem tool,
	int x,
	int y,
	int width,
	int height,
	bool hasLocation,
	bool hasSize
)

Parameters

tool  ToolboxItem
 
x  Int32
 
y  Int32
 
width  Int32
 
height  Int32
 
hasLocation  Boolean
 
hasSize  Boolean
 

Return Value

IComponent

See Also