Class
HtmlCommandType

Definition

Namespace:ArtOfTest.WebAii.Design

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class HtmlCommandType : CommandTypeBase, ICloneable

Inheritance: objectCommandTypeBaseHtmlCommandType

Implements: ICloneable

Inherited Members CommandTypeBase.Clone()CommandTypeBase.CommandCategoryTypeCommandTypeBase.DesktopCommandType

Constructors

HtmlCommandType(BrowserCommandType)

Declaration

cs-api-definition
public HtmlCommandType(BrowserCommandType browserCommandType)

Parameters

browserCommandType

BrowserCommandType

HtmlCommandType(CommandCategoryType)

Declaration

cs-api-definition
public HtmlCommandType(CommandCategoryType category)

Parameters

category

CommandCategoryType

HtmlCommandType(DesktopCommandType)

Declaration

cs-api-definition
public HtmlCommandType(DesktopCommandType desktopCommandType)

Parameters

desktopCommandType

DesktopCommandType

Properties

BrowserCommandType

Declaration

cs-api-definition
public BrowserCommandType BrowserCommandType { get; set; }

Property Value

BrowserCommandType

TechnologyType

Gets the technology that this command is for

Declaration

cs-api-definition
public override TechnologyType TechnologyType { get; }

Property Value

TechnologyType

Overrides CommandTypeBase.TechnologyType

Methods

New(CommandType)

Declaration

cs-api-definition
public static HtmlCommandType New(CommandType commandType)

Parameters

commandType

CommandType

Returns

HtmlCommandType