RelaxISPlugin_WizardIsInteractive Property |
Defines if the wizard can be used without previous setup through the wizard dialog.
If no user input is required, set this to true to be able to use the wizard e.g. for
RelaxIS Remote.
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public abstract bool IsInteractive { get; }
Public MustOverride ReadOnly Property IsInteractive As Boolean
Get
Dim instance As RelaxISPlugin_Wizard
Dim value As Boolean
value = instance.IsInteractive
Property Value
BooleanSee Also