AFPlugIn.UsesAControl Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Determines if the plugin editor is a control.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public static bool UsesAControl( Type type )
Public Shared Function UsesAControl ( type As Type ) As Boolean Dim type As Type Dim returnValue As Boolean returnValue = AFPlugIn.UsesAControl(type)
public: static bool UsesAControl( Type^ type )
static member UsesAControl : type : Type -> bool
Parameters
- type
- Type: SystemType
The Type of the editor form to create.
Return Value
Type: Booleanif a control is supported, otherwise.
Remarks
This method can be called to determine if the plugin editor is a control.