Intersoft WebDesktop Documentation
ToolCommand Class
Members  See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace : ToolCommand Class


Glossary Item Box

List of tool command in WebToolBar.

Object Model

ToolCommand Class

Syntax

Visual Basic (Declaration) 
Public Class ToolCommand 
   Inherits Command
   Implements ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize, ISNet.WebUI.INamedObject, ICommandIWebMenu 
Visual Basic (Usage)Copy Code
Dim instance As ToolCommand
C# 
public class ToolCommand : Command, ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize, ISNet.WebUI.INamedObject, ICommandIWebMenu  

Remarks

WebToolBar offers you eight Types of ToolCommand, they are Button, Toggle Button, DropDown Button, Split Button, Separator, Custom, and Container. You can assign a command type to each item in WebToolBar. For more information please refer to Using ToolCommand Types.

Inheritance Hierarchy

System.Object
   ISNet.WebUI.WebUIBaseClass
      ISNet.WebUI.NamedObjectBase
         ISNet.WebUI.WebDesktop.Command
            ISNet.WebUI.WebDesktop.ToolCommand

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2012 Intersoft Solutions Corp. All Rights Reserved.