ASP.NET Pack Programmer's Guide
ShapeListBoxApplet Class
See Also
 






An Applet that contains a ShapeListBox. This is an example html snippet for embedding the applet in a browser, showing the names and format of supported parameters.

HTML  Copy Code

<applet id="ShapeListBoxId" name="ShapeListBoxId" code="com/mindfusion/jdiagram/ShapeListBoxApplet.class" archive="JDiagram.jar" width="300px" height="300px" mayscript="">
  <param name="AllowRename" value="false">
  <param name="AllowRemove" value="false">
  <param name="DefaultShapeSize" value="20 20">
  <param name="IconMargin" value="5 5">
  <param name="IconSize" value="32 32">
  <param name="ShapeFillColor" value="#ff00ffff">
  <param name="ShapeLibraryLocation" value="shapelibrary.shl">
</applet>

These parameters map directly to the corresponding ShapeListBox attributes.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public class ShapeListBoxApplet extends AppletEx implements ShapeListBoxListener

 Inheritance Hierarchy

java.lang.Object
    java.awt.Component
        java.awt.Container
            java.awt.Panel
                java.applet.Applet
                    javax.swing.JApplet
                        com.mindfusion.diagramming.AppletEx
                            com.mindfusion.diagramming.ShapeListBoxApplet

 See Also

ShapeListBoxApplet Members
com.mindfusion.diagramming Namespace