EditorToolStripTools Property |
Gets the collection of EditorTool objects, inside the tool strip.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax [PersistenceModeAttribute(PersistenceMode.InnerDefaultProperty)]
public virtual EditorToolCollection Tools { get; }
<PersistenceModeAttribute(PersistenceMode.InnerDefaultProperty)>
Public Overridable ReadOnly Property Tools As EditorToolCollection
Get
public:
[PersistenceModeAttribute(PersistenceMode::InnerDefaultProperty)]
virtual property EditorToolCollection^ Tools {
EditorToolCollection^ get ();
}
[<PersistenceModeAttribute(PersistenceMode.InnerDefaultProperty)>]
abstract Tools : EditorToolCollection with get
[<PersistenceModeAttribute(PersistenceMode.InnerDefaultProperty)>]
override Tools : EditorToolCollection with get
Property Value
Type:
EditorToolCollectionThe tools.
See Also