EbsOpen Class Library for EBSILON®Professional

ApplicationTooltips.PossibleEntriesMarshalArrayAsVariant Property

[C#] In C#, this property is the indexer for the ApplicationTooltips class.

[Visual Basic]
Public Default Property ReadOnly PossibleEntriesMarshalArrayAsVariant( _ 
   ByVal Kind As EpObjectKind _ 
) As Object
[C#]
public object this[
   EpObjectKind Kind
] { get; }
[C++]
public: __property Object* get_PossibleEntriesMarshalArrayAsVariant(
   EpObjectKind Kind
);
[JScript]
returnValue = ApplicationTooltipsObject.Item( Kind );
-or-
returnValue = ApplicationTooltipsObject( Kind );

[JScript] In JScript, you can use the default indexed properties defined by a type, but you cannot explicitly define your own. However, specifying the expando attribute on a class automatically provides a default indexed property whose type is Object and whose index type is String.

Remarks

Reading: array containing possible entries (as strings) for the spezified kind

See Also

ApplicationTooltips Class | EbsOpen Namespace