RibbonAttributes.SetDisplay Method
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.CRMRibbon
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim instance As RibbonAttributes
Dim shoulddisplay As Boolean
instance.SetDisplay(shoulddisplay)
Syntax
'Declaration
Public Sub SetDisplay ( _
shoulddisplay As Boolean _
)
public void SetDisplay (
bool shoulddisplay
)
public:
void SetDisplay (
bool shoulddisplay
)
public void SetDisplay (
boolean shoulddisplay
)
public function SetDisplay (
shoulddisplay : boolean
)
Parameters
- shoulddisplay
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
RibbonAttributes Class
RibbonAttributes Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.CRMRibbon Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.