Click or drag to resize

smartScreenPropertyEditorT Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Inheritance Hierarchy
SystemObject
  imbACE.Core.coreaceBindable
    imbACE.Core.operationsaceOperationSetExecutorBase
      imbACE.Services.terminal.coreaceTerminalScreenBase
        imbACE.Services.terminal.coreaceTerminalScreenBaseT
          imbACE.Services.terminal.smartScreensmartScreenPropertyEditorT

Namespace:  imbACE.Services.terminal.smartScreen
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public class smartScreenPropertyEditor<T> : aceTerminalScreenBase<T>
where T : aceTerminalApplication
Request Example View Source

Type Parameters

T

The smartScreenPropertyEditorT type exposes the following members.

Constructors
  NameDescription
Public methodsmartScreenPropertyEditorT
Initializes a new instance of the smartScreenPropertyEditorT class
Top
Properties
  NameDescription
Public propertylayout
Screen layout
(Inherited from aceTerminalScreenBase.)
Public propertylayoutFooterMessage (Inherited from aceTerminalScreenBase.)
Public propertylayoutStatusMessage (Inherited from aceTerminalScreenBase.)
Public propertylayoutTitleMessage (Inherited from aceTerminalScreenBase.)
Public propertytitle
Screen title
(Inherited from aceTerminalScreenBase.)
Top
Methods
Events
  NameDescription
Public eventPropertyChanged (Inherited from aceBindable.)
Top
Extension Methods
  NameDescription
Public Extension MethodaceGenEx (Defined by aceExceptionTools.)
Public Extension MethodaceSciEx (Defined by aceExceptionTools.)
Top
See Also