BCGControlBar Library for .NET
SDMarkerState Enumeration




Specifies the current state of the smart docking marker . According this state in the instance of the SDManager class  in method GetImage the image for the marker will be returned. The property MarkerState of the class SDMarker allows to get or set definite SDMarkerState for the Marker.  On initialization marker gets the normal state. During tracking marker state can be changed to highlighted or disabled.
Syntax
'Declaration
 
Public Enum SDMarkerState 
   Inherits System.Enum
'Usage
 
Dim instance As SDMarkerState
public enum SDMarkerState : System.Enum 
__value public enum SDMarkerState : public System.Enum 
public enum class SDMarkerState : public System.Enum 
Members
MemberDescription
DisabledThe disabled image is located on the marker. This image appears when the docking area is inaccessible.

Highlighted

The highlighted image is located on the marker. This image appears on mouseover event.

NormalThe default image is located on the marker.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         BCGSoft.ControlBars.SDMarkerState

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

BCGSoft.ControlBars Namespace

Send Feedback