Class ResultDialogFunction
Function of result list
Inheritance
System.Object
    ResultDialogFunction
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class ResultDialogFunction
  Constructors
ResultDialogFunction()
Creates a new instance of this class
Declaration
public ResultDialogFunction()
  Properties
AsButton
If this option is enabled, the result list contains a button with which to call the function
Declaration
public bool AsButton { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
InToolBar
If this option is enabled, the result list contains an icon you can use to access the function
Declaration
public bool InToolBar { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Type
The type of the result dialog function.
Declaration
public ResultDialogFunctionType Type { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ResultDialogFunctionType |