BCGControlBar Library for .NET
SetLocation Method




Syntax
'Declaration
 
Public Sub SetLocation( _
   ByVal loc As Point _
) 
'Usage
 
Dim instance As KeyTipPanel
Dim loc As Point
 
instance.SetLocation(loc)
public void SetLocation( 
   Point loc
)
public: void SetLocation( 
   Point loc
) 
public:
void SetLocation( 
   Point loc
) 

Parameters

loc
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

Reference

KeyTipPanel Class
KeyTipPanel Members

Send Feedback