BCGControlBar Library for .NET
MarkerState Property




Specifies the current marker state. It can be disabled, normal or highlighted.
Syntax
'Declaration
 
Public Property MarkerState As SDMarkerState
'Usage
 
Dim instance As SDMarker
Dim value As SDMarkerState
 
instance.MarkerState = value
 
value = instance.MarkerState
public SDMarkerState MarkerState {get; set;}
public: __property SDMarkerState get_MarkerState();
public: __property void set_MarkerState( 
   SDMarkerState value
);
public:
property SDMarkerState MarkerState {
   SDMarkerState get();
   void set (    SDMarkerState value);
}
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