AboutScreen Class |
|
DataPA OpenAnalytics API Reference
Class thats supports the display of the DataPA OA4 About screen.
Inheritance Hierarchy
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public class AboutScreen : _AboutScreen
Public Class AboutScreen
Implements _AboutScreen
public ref class AboutScreen : _AboutScreen
DataPAClientConfig.AboutScreen = function();
Type.createClass(
'DataPAClientConfig.AboutScreen',
null,
DataPAClientConfig.AboutScreen._AboutScreen);
The AboutScreen type exposes the following members.
Constructors
| Name | Description |
---|
| AboutScreen |
Creates and returns a new AboutScreen class
|
TopMethods
| Name | Description |
---|
| Hide |
Hides and destroys the about screen.
|
| Show |
Creates and shows an about screen.
|
TopFields Remarks See Also