PrintSupportSettingsActivatedEventArgs.Kind Property

Definition

Gets a value that specifies the type of activation.

public:
 property ActivationKind Kind { ActivationKind get(); };
ActivationKind Kind();
public ActivationKind Kind { get; }
var activationKind = printSupportSettingsActivatedEventArgs.kind;
Public ReadOnly Property Kind As ActivationKind

Property Value

The type of activation.

Implements

Applies to