BCGControlBar Library for .NET
IsComponentMode Property




Tells whether control works in regular, or "component" mode.
Syntax
'Declaration
 
Public ReadOnly Property IsComponentMode As Boolean
'Usage
 
Dim instance As CommandPanel
Dim value As Boolean
 
value = instance.IsComponentMode
public bool IsComponentMode {get;}
public: __property bool get_IsComponentMode();
public:
property bool IsComponentMode {
   bool get();
}

Property Value

true, if the CommandPanel works in "component" mode; false, if the CommandPanel works in regular mode.
Remarks
In "component" mode control is invisible and receives mouse input from the parent control.
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