This document is archived and information here might be outdated. Recommended version. |
Indicates if the band was opened directly.
[Visual Basic .NET]
Public Property DirectlyOpened As Boolean
[C#]
public bool DirectlyOpened {get; set;}
[C++]
HRESULT get_DirectlyOpened(
VARIANT_BOOL bDirectlyOpened
);
[C++]
HRESULT put_DirectlyOpened(
Boolean* bDirectlyOpened
);
[C++] Parameters bDirectlyOpened [in]
bDirectlyOpened is a parameter of type bool bDirectlyOpened [out, retval]
bDirectlyOpened is a parameter of type bool*
This method should not be used by application developers.