ClassHtmlCommandType
Class
Definition
Namespace:ArtOfTest.WebAii.Design
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class HtmlCommandType : CommandTypeBase, ICloneable
Inheritance: objectCommandTypeBaseHtmlCommandType
Implements:
Inherited Members
Constructors
HtmlCommandType(BrowserCommandType)
Declaration
cs-api-definition
public HtmlCommandType(BrowserCommandType browserCommandType)
Parameters
browserCommandType
HtmlCommandType(CommandCategoryType)
Declaration
cs-api-definition
public HtmlCommandType(CommandCategoryType category)
Parameters
category
HtmlCommandType(DesktopCommandType)
Declaration
cs-api-definition
public HtmlCommandType(DesktopCommandType desktopCommandType)
Parameters
desktopCommandType
Properties
BrowserCommandType
Declaration
cs-api-definition
public BrowserCommandType BrowserCommandType { get; set; }
Property Value
TechnologyType
Gets the technology that this command is for
Declaration
cs-api-definition
public override TechnologyType TechnologyType { get; }
Property Value
Overrides
Methods
New(CommandType)
Declaration
cs-api-definition
public static HtmlCommandType New(CommandType commandType)
Parameters
commandType
Returns