BringIntoView(Rect) Method
See Also 
SourceCode.Workflow.WizardFramework.Controls Namespace > K2GridLabel Class > BringIntoView Method : BringIntoView(Rect) Method



targetRectangle

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Sub BringIntoView( _
   ByVal targetRectangle As Rect _
) 
Visual Basic (Usage) Copy Code
Dim instance As K2GridLabel
Dim targetRectangle As Rect
 
instance.BringIntoView(targetRectangle)
C#  
public void BringIntoView( 
   Rect targetRectangle
)
C++/CLI  
public:
void BringIntoView( 
   Rect targetRectangle
) 

Parameters

targetRectangle

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