Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How can I put an NTWindow add-on always ontop ?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How can I put an NTWindow add-on always ontop ?

    I've created a small add on window which I would like to be always on top.
    Is there a way todo this ?
    EB Worx
    NinjaTrader Ecosystem Vendor - EB Worx

    #2
    Hello Erwin Beckers,

    If you are using an NTWindow class you can just set the Topmost property to true or false:

    Code:
        public class AddOnFrameworkWindow : NTWindow, IWorkspacePersistence
        {
            public AddOnFrameworkWindow()
            {
                Topmost = true;

    I look forward to being of further assistance.

    Comment


      #3
      thx! works beautiful
      EB Worx
      NinjaTrader Ecosystem Vendor - EB Worx

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by CaptainJack, 05-29-2026, 05:09 AM
      0 responses
      384 views
      0 likes
      Last Post CaptainJack  
      Started by CaptainJack, 05-29-2026, 12:02 AM
      0 responses
      249 views
      0 likes
      Last Post CaptainJack  
      Started by charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      210 views
      1 like
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      297 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      260 views
      0 likes
      Last Post CarlTrading  
      Working...
      X