Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IDesigner.cs
Go to the documentation of this file.
1
namespace
System.ComponentModel.Design
;
2
3
public
interface
IDesigner
:
IDisposable
4
{
5
IComponent
Component
{
get
; }
6
7
DesignerVerbCollection
?
Verbs
{
get
; }
8
9
void
DoDefaultAction
();
10
11
void
Initialize
(
IComponent
component);
12
}
System.ComponentModel.Component
Definition
Component.cs:5
System.ComponentModel.Design.DesignerVerbCollection
Definition
DesignerVerbCollection.cs:6
System.ComponentModel.Design.IDesigner.Verbs
DesignerVerbCollection? Verbs
Definition
IDesigner.cs:7
System.ComponentModel.Design.IDesigner.DoDefaultAction
void DoDefaultAction()
System.ComponentModel.Design.IDesigner.Initialize
void Initialize(IComponent component)
System.ComponentModel.Design.IDesigner
Definition
IDesigner.cs:4
System.ComponentModel.IComponent
Definition
IComponent.cs:7
System.IDisposable
Definition
IDisposable.cs:4
System.ComponentModel.Design
Definition
DesignerSerializerAttribute.cs:1
source
System.ComponentModel.TypeConverter
System.ComponentModel.Design
IDesigner.cs
Generated by
1.10.0