SpreadsheetGear 2017
IsMouseCaptured Property (RowHeader)






SpreadsheetGear.Windows.Controls Namespace > RowHeader Class : IsMouseCaptured Property
Syntax
'Declaration
 
Public ReadOnly Property IsMouseCaptured As System.Boolean
'Usage
 
Dim instance As RowHeader
Dim value As System.Boolean
 
value = instance.IsMouseCaptured
public System.bool IsMouseCaptured {get;}
public read-only property IsMouseCaptured: System.Boolean; 
public function get IsMouseCaptured : System.boolean
public: __property System.bool get_IsMouseCaptured();
public:
property System.bool IsMouseCaptured {
   System.bool get();
}
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

RowHeader Class
RowHeader Members