[SOLVED] Cursor Property

Please post public support tickets here. Note: for private support tickets, please send an email to support@cshtml5.com instead.
h82258652
Posts: 12
Joined: Fri Jun 12, 2015 6:23 pm

[SOLVED] Cursor Property

Postby h82258652 » Wed Sep 30, 2015 7:49 am

Hope can add cursor property like wpf.
I can use this code to do now, but I still hope CSHtml5 can add this property.

Code: Select all

this.control.Loaded += delegate
{
    if (CSharpXamlForHtml5.DomManagement.IsControlInVisualTree(this.control))
    {
        var domBlink = CSharpXamlForHtml5.DomManagement.GetDomElementFromControl(this.control);
        domBlink.style.cursor = "pointer";
    }
};

JS-Support @Userware
Site Admin
Posts: 1142
Joined: Tue Apr 08, 2014 3:42 pm

Re: [Feature Request]Cursor Property

Postby JS-Support @Userware » Wed Sep 30, 2015 8:42 am

Hi,

Thanks a lot.

The Cursor property is expected to be included in the Beta 6, expected to be released before the end of the year.

Regards,
JS-Support

JS-Support @Userware
Site Admin
Posts: 1142
Joined: Tue Apr 08, 2014 3:42 pm

Re: [Feature Request] Cursor Property

Postby JS-Support @Userware » Sat Mar 04, 2017 8:15 pm

Hi,

I just wanted to confirm to you that the Cursor property support was indeed added back in November 2015.

You can download the latest version from:
http://forums.cshtml5.com/viewforum.php?f=6

Thanks.
Regards,
JS-Support


Return to “Technical Support”

Who is online

Users browsing this forum: No registered users and 33 guests

 

 

cron