Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFPlugIn.UsesAControl Method

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFPlugIn.UsesAControl Method
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: Boolean
if a control is supported, otherwise.

Remarks

This method can be called to determine if the plugin editor is a control.

Version Information

AFSDK


See Also

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in