BCGControlBar Library for .NET
SetMarkersState Method




If  TRUE, the disable state will be set for smart docking markers of such types as CenralLeft, CentralRight, CentralUp, CentralDown, otherwise, the enabled state will be set for smart docking markers of these categories.
If  TRUE, the disable state will be set for smart docking markers of the CentralTab type, otherwise, the enabled state will be set for it.
Called by the framework to set or unset disabled state for marker of specified type during smart tracking.
Syntax
'Declaration
 
Public Sub SetMarkersState( _
   ByVal disableCentralMarkers As Boolean, _
   ByVal disableTabMarker As Boolean _
) 
'Usage
 
Dim instance As SDManager
Dim disableCentralMarkers As Boolean
Dim disableTabMarker As Boolean
 
instance.SetMarkersState(disableCentralMarkers, disableTabMarker)
public void SetMarkersState( 
   bool disableCentralMarkers,
   bool disableTabMarker
)
public: void SetMarkersState( 
   bool disableCentralMarkers,
   bool disableTabMarker
) 
public:
void SetMarkersState( 
   bool disableCentralMarkers,
   bool disableTabMarker
) 

Parameters

disableCentralMarkers
If  TRUE, the disable state will be set for smart docking markers of such types as CenralLeft, CentralRight, CentralUp, CentralDown, otherwise, the enabled state will be set for smart docking markers of these categories.
disableTabMarker
If  TRUE, the disable state will be set for smart docking markers of the CentralTab type, otherwise, the enabled state will be set for it.
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

SDManager Class
SDManager Members

Send Feedback