IDesktopFeatureAccess.GetPanel Method
Gets the desktop panel.
Namespace: Microsoft.Crm.UnifiedServiceDesk.BaseControl
Assembly: Microsoft.Crm.UnifiedServiceDesk.BaseControl (in Microsoft.Crm.UnifiedServiceDesk.BaseControl.dll)
Usage
'Usage
Dim instance As IDesktopFeatureAccess
Dim panelName As String
Dim returnValue As IPanel
returnValue = instance.GetPanel(panelName)
Syntax
'Declaration
Function GetPanel ( _
panelName As String _
) As IPanel
IPanel GetPanel (
string panelName
)
IPanel^ GetPanel (
String^ panelName
)
IPanel GetPanel (
String panelName
)
function GetPanel (
panelName : String
) : IPanel
Parameters
- panelName
Specifies the name of the panel.
Return Value
Type: IPanel.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
IDesktopFeatureAccess Interface
IDesktopFeatureAccess Members
Microsoft.Crm.UnifiedServiceDesk.BaseControl Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.