Struct CommandType
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: ArtOfTest.WebAii.Design
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public struct CommandType
Properties
BrowserCommandType
Declaration
public BrowserCommandType BrowserCommandType { get; set; }
Property Value
BrowserCommandType
|
CommandCategoryType
Declaration
public CommandCategoryType CommandCategoryType { get; set; }
Property Value
CommandCategoryType
|
DesktopCommandType
Declaration
public DesktopCommandType DesktopCommandType { get; set; }
Property Value
DesktopCommandType
|