AVEVA CAF API Documenation

ShowWithoutActivation Property (ScrollingGallery)
Gets a value indicating whether the window will be activated when it is shown.
Syntax
protected override bool ShowWithoutActivation {get;}
protected:
property bool ShowWithoutActivation {
   bool get() override;
}

Property Value

True if the window will not be activated when it is shown; otherwise, false. The default is false. True if the window will not be activated when it is shown; otherwise, false. The default is false.
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