Returns whether the window supports pinning.
Read-only property
[Visual Basic .NET] |
---|
Public Property SupportsPinning() As Boolean |
[C#] |
---|
public bool SupportsPinning {get;} |
[Managed C++] |
---|
public: __property bool get_SupportsPinning(); |
[Unmanaged C++] |
---|
public: HRESULT get_SupportsPinning( VARIANT_BOOL * pVal ); |
[Java] |
---|
public bool getSupportsPinning(); |