Table of Contents

Interface IDesignMode

Namespace
Java.Beans
Assembly
MASES.JNet.dll

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

public interface IDesignMode

Methods

IsDesignTime()

bool IsDesignTime()

Returns

bool

bool

SetDesignTime(bool)

void SetDesignTime(bool arg0)

Parameters

arg0 bool

bool