USDFloatingPanel.IsApplicationOnPanel(Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies whether the application is on the panel.
public:
virtual bool IsApplicationOnPanel(Guid id);
public bool IsApplicationOnPanel (Guid id);
abstract member IsApplicationOnPanel : Guid -> bool
override this.IsApplicationOnPanel : Guid -> bool
Public Function IsApplicationOnPanel (id As Guid) As Boolean
Parameters
- id
- Guid
Specifies the application ID.
Returns
True
if the application is on the panel, otherwise false
.