Namespace: DeltaEngine.Editor.EmulatorAssembly: DeltaEngine.Editor.Emulator (in DeltaEngine.Editor.Emulator.dll) Version: 1.1.1.0 (1.1.1)
public ToolboxEntry(
string name,
string icon,
string toolTip
)
public ToolboxEntry(
string name,
string icon,
string toolTip
)
Public Sub New (
name As String,
icon As String,
toolTip As String
)
Public Sub New (
name As String,
icon As String,
toolTip As String
)
public:
ToolboxEntry(
String^ name,
String^ icon,
String^ toolTip
)
public:
ToolboxEntry(
String^ name,
String^ icon,
String^ toolTip
)
new :
name : string *
icon : string *
toolTip : string -> ToolboxEntry
new :
name : string *
icon : string *
toolTip : string -> ToolboxEntry