BCGControlBar Library for .NET
DisableMouseProcessing Property




Enables or disables mouse processing for a CommandPanel working in "component" mode.
Syntax
'Declaration
 
Public Property DisableMouseProcessing As Boolean
'Usage
 
Dim instance As CommandPanel
Dim value As Boolean
 
instance.DisableMouseProcessing = value
 
value = instance.DisableMouseProcessing
public bool DisableMouseProcessing {get; set;}
public: __property bool get_DisableMouseProcessing();
public: __property void set_DisableMouseProcessing( 
   bool value
);
public:
property bool DisableMouseProcessing {
   bool get();
   void set (    bool value);
}
Remarks
In "component" mode a CommandPanel is transparent (invisible) and receives mouse input from its parent.
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

CommandPanel Class
CommandPanel Members

Send Feedback