Originally created by: jon.nor...@fin-plus.co.uk Originally owned by: jon.nor...@fin-plus.co.uk
Allow you to tag states as copy eg window height size, coupled with context to copy states with attributes from one view to another.
Originally posted by: jon.nor...@fin-plus.co.uk
[State(Save = true, Test = true, Copy = true)] public new double Left { get { return base.Left; } set { base.Left = value; } }
You seem to have CSS turned off. Please don't fill out this field.
use a small pin image at top of window to pin windows
[State(Save = true, Test = true, Pin = true)] public new double Left { get { return base.Left; } set { base.Left = value; } }
Summary: Pin Attributes re state
Diff:
Log in to post a comment.
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: jon.nor...@fin-plus.co.uk
[State(Save = true, Test = true, Copy = true)]
public new double Left { get { return base.Left; } set { base.Left = value; } }
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: jon.nor...@fin-plus.co.uk
use a small pin image at top of window to pin windows
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: jon.nor...@fin-plus.co.uk
[State(Save = true, Test = true, Pin = true)]
public new double Left { get { return base.Left; } set { base.Left = value; } }
Summary: Pin Attributes re state
Diff: