AVEVA OMI Software Developer Kit



EnableContentInteraction Property
Gets or sets a value indicating whether to enable interactions on the content or not. If true, this enables the content to be interactive. The default value for this property is true.
Syntax
'Declaration
 
Public Property EnableContentInteraction As Boolean
'Usage
 
Dim instance As GraphicControl
Dim value As Boolean
 
instance.EnableContentInteraction = value
 
value = instance.EnableContentInteraction
public bool EnableContentInteraction {get; set;}
public:
property bool EnableContentInteraction {
   bool get();
   void set (    bool value);
}
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