Intersoft ClientUI Documentation
IsPointerPressed Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXFlow Namespace > UXFlowControlPanel Class : IsPointerPressed Property






Gets a value that indicates wheter the scroll bar pointer is pressed.

Syntax

Visual Basic (Declaration) 
Public Property IsPointerPressed As Boolean
Visual Basic (Usage)Copy Code
Dim instance As UXFlowControlPanel
Dim value As Boolean
 
instance.IsPointerPressed = value
 
value = instance.IsPointerPressed
C# 
public bool IsPointerPressed {get; set;}
Delphi 
public read-write property IsPointerPressed: Boolean; 
JScript 
public function get,set IsPointerPressed : boolean
Managed Extensions for C++ 
public: __property bool get_IsPointerPressed();
public: __property void set_IsPointerPressed( 
   bool value
);
C++/CLI 
public:
property bool IsPointerPressed {
   bool get();
   void set (    bool value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.