Click or drag to resize
EditorToolStrip Class
Represents a ToolStrip KaxEditor tool, containing other tools.
Inheritance Hierarchy
SystemObject
  Kettic.AspNetStateManager
    EditorToolBase
      Kettic.AspNet.ControlsEditorToolStrip

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class EditorToolStrip : EditorToolBase

The EditorToolStrip type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyName
Gets or sets the name of the tool strip.
Public propertyTools
Gets the collection of EditorTool objects, inside the tool strip.
Public propertyType (Overrides EditorToolBase.Type.)
Top
See Also