Click or drag to resize

RelaxISRemoteOptions Class

A control that allows the configuration of a RelaxIS Remote Job by the user.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsControl
        System.Windows.FormsScrollableControl
          System.Windows.FormsContainerControl
            System.Windows.FormsUserControl
              RelaxIS_SDK.ToolsRelaxISRemoteOptions

Namespace: RelaxIS_SDK.Tools
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
[DesignerGeneratedAttribute]
public class RelaxISRemoteOptions : UserControl

The RelaxISRemoteOptions type exposes the following members.

Constructors
 NameDescription
Public methodRelaxISRemoteOptions Initializes a new RelaxISRemoteOptions object.
Top
Properties
 NameDescription
Public propertyAdditionalSettings Allows the introduction of additional bullet points. The Key describes the link text, the value contains the object to show in the property grid.
Top
Methods
 NameDescription
Protected methodDisposeReleases the unmanaged resources used by the RelaxISRemoteOptions and optionally releases the managed resources
(Overrides ContainerControlDispose(Boolean))
Public methodGetConnection Gets the current set connection settings with information where and how to send the job.
Public methodGetJob Gets the currently set RelaxIS Remote Job from the control.
Public methodRefreshOptions Refresh the displayed labels and the property grid. Use after adding AdditionalSettings
Public methodSetConnection Sets the currently displayed Connection settings. Used for initialization purposes.
Public methodSetJob Sets the currently displayed job. Used for initialization purposes.
Top
See Also