Description
Gets whether or not the video card allows for
more than one image globe overlay
Globe Image
Overlay to be added.
Property type
Read-only property
Syntax
| [Visual Basic .NET] |
Public Property MoreThanOneImageGlobeOverlaySupported() As Boolean
|
| [C#] |
public bool MoreThanOneImageGlobeOverlaySupported {get;}
|
| [Managed C++] |
public: __property bool get_MoreThanOneImageGlobeOverlaySupported();
|
| [Unmanaged C++] |
public: HRESULT get_MoreThanOneImageGlobeOverlaySupported(
VARIANT_BOOL * pRetVal
);
|
| [Java] |
public bool getMoreThanOneImageGlobeOverlaySupported();
|
See Also