BCGControlBar Library for .NET
AdvanceOnMouseUp Field




Specifies how to iterate the image list.
Syntax
'Declaration
 
Public AdvanceOnMouseUp As Boolean
'Usage
 
Dim instance As GridImageListData
Dim value As Boolean
 
value = instance.AdvanceOnMouseUp
 
instance.AdvanceOnMouseUp = value
public bool AdvanceOnMouseUp
public: bool AdvanceOnMouseUp
public:
bool AdvanceOnMouseUp
Remarks
If this property is true next image is shown on MouseUp event; otherwise on MouseDown event.
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

GridImageListData Class
GridImageListData Members

Send Feedback