DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomViewer Class / Cursor Property






In This Topic
    Cursor Property (DicomViewer)
    In This Topic
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatAppearance")>
    <SRDescriptionAttribute("ControlCursorDescr")>
    <System.ComponentModel.AmbientValueAttribute("")>
    Public Overridable Property Cursor As System.Windows.Forms.Cursor
    'Usage
     
    
    Dim instance As DicomViewer
    Dim value As System.Windows.Forms.Cursor
     
    instance.Cursor = value
     
    value = instance.Cursor
    [SRCategory("CatAppearance")]
    [SRDescription("ControlCursorDescr")]
    [System.ComponentModel.AmbientValue("")]
    public virtual System.Windows.Forms.Cursor Cursor {get; set;}
    public read-write property Cursor: System.Windows.Forms.Cursor; virtual; 
    SRCategoryAttribute("CatAppearance")
    SRDescriptionAttribute("ControlCursorDescr")
    System.ComponentModel.AmbientValueAttribute("")
    public function get,set Cursor : System.Windows.Forms.Cursor
    [SRCategory("CatAppearance")]
    [SRDescription("ControlCursorDescr")]
    [System.ComponentModel.AmbientValue("")]
    public: __property virtual System.Windows.Forms.Cursor* get_Cursor();
    public: __property virtual void set_Cursor( 
       System.Windows.Forms.Cursor* value
    );
    [SRCategory("CatAppearance")]
    [SRDescription("ControlCursorDescr")]
    [System.ComponentModel.AmbientValue("")]
    public:
    virtual property System.Windows.Forms.Cursor^ Cursor {
       System.Windows.Forms.Cursor^ get();
       void set (    System.Windows.Forms.Cursor^ value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also