FormFormDesignerCreateToolCore Method
Namespace: Firefly.Box.UIAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
protected override IComponent[] CreateToolCore(
ToolboxItem tool,
int x,
int y,
int width,
int height,
bool hasLocation,
bool hasSize
)
Protected Overrides Function CreateToolCore (
tool As ToolboxItem,
x As Integer,
y As Integer,
width As Integer,
height As Integer,
hasLocation As Boolean,
hasSize As Boolean
) As IComponent()
abstract CreateToolCore :
tool : ToolboxItem *
x : int *
y : int *
width : int *
height : int *
hasLocation : bool *
hasSize : bool -> IComponent[]
override CreateToolCore :
tool : ToolboxItem *
x : int *
y : int *
width : int *
height : int *
hasLocation : bool *
hasSize : bool -> IComponent[]
- tool ToolboxItem
-
- x Int32
-
- y Int32
-
- width Int32
-
- height Int32
-
- hasLocation Boolean
-
- hasSize Boolean
-
IComponent