Skip to main content
A newer version of this page is available. .

DiagramToolboxGroupBuilder Members

Represents a toolbox group.

Constructors

Name Description
DiagramToolboxGroupBuilder(OptionsOwnerContext) For internal use only. Initializes a new DiagramToolboxGroupBuilder class instance.

Methods

Name Description
Category(DiagramShapeCategory) Mirrors the client-side category option.
Category(JS) Mirrors the client-side category option.
Category(String) Mirrors the client-side category option.
DisplayMode(DiagramToolboxDisplayMode) Mirrors the client-side displayMode option.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
Expanded(JS) Mirrors the client-side expanded option.
Expanded(Boolean) Mirrors the client-side expanded option.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
Option(String, Object) Specifies an option by its name.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Shapes(JS) Mirrors the client-side shapes option.
Shapes(IEnumerable<DiagramShapeType>) Mirrors the client-side shapes option.
Shapes(IEnumerable<String>) Mirrors the client-side shapes option.
Title(JS) Mirrors the client-side title option.
Title(String) Mirrors the client-side title option.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also