BCGControlBar Library for .NET
EnsureVisible Method (GalleryControl)




Specifies the object to make visible.
Scrolls the content of the Gallery control to make the specified object visible if its coordinates lay out of the client area bounds.
Syntax
'Declaration
 
Public Overrides Sub EnsureVisible( _
   ByVal object As ICommandObject _
) 
'Usage
 
Dim instance As GalleryControl
Dim object As ICommandObject
 
instance.EnsureVisible(object)
public override void EnsureVisible( 
   ICommandObject object
)
public: void EnsureVisible( 
   ICommandObject* object
) override 
public:
void EnsureVisible( 
   ICommandObject^ object
) override 

Parameters

object
Specifies the object to make visible.
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

GalleryControl Class
GalleryControl Members
Base Implementation in EnsureVisible

Send Feedback