Table of Contents

Interface IDesignMode

Namespace
Java.Beans
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/beans/DesignMode.html

public interface IDesignMode

Methods

IsDesignTime()

bool IsDesignTime()

Returns

bool

bool

SetDesignTime(bool)

void SetDesignTime(bool arg0)

Parameters

arg0 bool

bool