Click or drag to resize

EditScheme Class

Represents an edit scheme.
Inheritance Hierarchy
SystemObject
  CustomSchemeEdit
    Flex.Hal.SettingsEditScheme

Namespace: Flex.Hal.Settings
Assembly: Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 6.0.8219.1880
Syntax
public class EditScheme : CustomScheme<Edit>

The EditScheme type exposes the following members.

Constructors
 NameDescription
Public methodEditSchemeInitializes a new instance of the EditScheme class
Public methodEditScheme(Edit)Initializes a new instance of the EditScheme class
Public methodEditScheme(String)Initializes a new instance of the EditScheme class
Top
Properties
 NameDescription
Public propertySettings Gets the Edit settings of the scheme.
Top
Operators
 NameDescription
Public operatorStatic member(String to EditScheme) Defines an implicit conversion of a String object to a EditScheme object.
Top
See Also