EditorToolGroupGetAllTools Method |
Gets all tools inside the group.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic List<EditorToolBase> GetAllTools()
Public Function GetAllTools As List(Of EditorToolBase)
public:
List<EditorToolBase^>^ GetAllTools()
member GetAllTools : unit -> List<EditorToolBase>
Return Value
Type:
ListEditorToolBase
See Also