AVEVA OMI Software Developer Kit



The content information for hide
HideContent Method
Hide content in the Pane directed at certain screens.
Syntax
'Declaration
 
Public Overridable Function HideContent( _
   ByVal contentInfo As ContentInfo _
) As Result
'Usage
 
Dim instance As ViewApplication
Dim contentInfo As ContentInfo
Dim value As Result
 
value = instance.HideContent(contentInfo)
public virtual Result HideContent( 
   ContentInfo contentInfo
)
public:
virtual Result^ HideContent( 
   ContentInfo^ contentInfo
) 

Parameters

contentInfo
The content information for hide

Return Value

returns result
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also