IsFPanel Property
Description
Determines whether or not the controller is an FPanel controller.
Property type
Read-only property
Syntax
Visual Basic |
---|
Public Property IsFPanel As Boolean |
Return Type
Read-only Boolean value. Returns True if your controller is indeed an FPanel controller, False otherwise.
See Also