BCGControlBar Library for .NET
SDMarker Constructor




The SDManager to manage created SDMarker.
The MarkerType of the created SDMarker.
Initializes a new instance of the SDMarker class.
Syntax
'Declaration
 
Public Function New( _
   ByVal sdManager As SDManager, _
   ByVal type As SDMarkerType _
)
'Usage
 
Dim sdManager As SDManager
Dim type As SDMarkerType
 
Dim instance As New SDMarker(sdManager, type)
public SDMarker( 
   SDManager sdManager,
   SDMarkerType type
)
public: SDMarker( 
   SDManager* sdManager,
   SDMarkerType type
)
public:
SDMarker( 
   SDManager^ sdManager,
   SDMarkerType type
)

Parameters

sdManager
The SDManager to manage created SDMarker.
type
The MarkerType of the created SDMarker.
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

SDMarker Class
SDMarker Members

Send Feedback