BCGControlBar Library for .NET
Repos Method (PropertyListItem)




Specifies the  Y-coordinate of the upper-left corner of the property item to set in client coordinates of the parent property item.
Changes the location of the property item within its parent property list.
Syntax
'Declaration
 
Public Sub Repos( _
   ByRef y As Integer _
) 
'Usage
 
Dim instance As PropertyListItem
Dim y As Integer
 
instance.Repos(y)
public void Repos( 
   ref int y
)
public: void Repos( 
   ref int y
) 
public:
void Repos( 
   int% y
) 

Parameters

y
Specifies the  Y-coordinate of the upper-left corner of the property item to set in client coordinates of the parent property item.
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

PropertyListItem Class
PropertyListItem Members

Send Feedback