Microsoft .NET class library documentation indicates a static member in the list of members for a class using the following symbol:
ABL allows you to reference a static .NET member using the same general syntax as an ABL static member, as follows:
The
class-type-name is the type name (qualified or unqualified, depending on the USING statements you specify) of the .NET class that defines the static member. Note that ABL supports additional syntax for referencing .NET inner class types (see
Referencing .NET class and interface types). The
class-member-reference is a read or a write access to a static data member or property, a call to a static method, or a reference to a static event to which you are subscribing or unsubscribing an event handler. For more information on accessing static members of a class in ABL, see the sections on using static members in OpenEdge Development: Object-oriented Programming.
This property contains the position of your mouse pointer at the moment you access the property. Note that this value is displayed using the static Show( ) method on the Microsoft .NET System.Windows.Forms.MessageBox class.