AFPlugIn.UsesAControl Method
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
Determines if the plugin editor is a control.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
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.