BCGSoft.ControlBars Namespace : SDMarkerType Enumeration |
Specifies the current type of the smart docking marker. In SDManager the variable of this type defines the images and location of the Smart docking marker. The property SDMarkerTypeToDockStyle of SDManager class returns the DockStyle for the docking pane in relation of Marker Type. In method TrackSmart of class Tracker this DockStyle specifies the docking edge of the tracked control.
'Declaration Public Enum SDMarkerType Inherits System.Enum
'Usage Dim instance As SDMarkerType
public enum SDMarkerType : System.Enum
__value public enum SDMarkerType : public System.Enum
public enum class SDMarkerType : public System.Enum
Member | Description |
---|---|
CentralDown | |
CentralLeft | |
CentralRight | |
CentralTab | |
CentralUp | |
Down | |
Last | |
Left | |
Right | |
Up |
System.Object
System.ValueType
System.Enum
BCGSoft.ControlBars.SDMarkerType
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