Forum > General >

can i ask if this is wpf multi tabbing?

Posts: 11

Threads: 7

Joined: Feb, 2021

Reputation: 0

Posted

        private void NewTab()
        
{
            
TabItem tabItem = new TabItem
            
{
                
Header = "Script " + (this.ExecutorTabs.Items.Count + 1).ToString()
            
};
            
TextEditor textEditor = new TextEditor
            
{
                
Background = new SolidColorBrush(System.Windows.Media.Color.FromRgb(20, 20, 20)),
                
FontFamily = new System.Windows.Media.FontFamily("Consolas"),
                
FontSize = 14.0,
                
Foreground = new SolidColorBrush(System.Windows.Media.Color.FromRgb(204, 204, 204)),
                
HorizontalScrollBarVisibility = ScrollBarVisibility.Auto,
                
LineNumbersForeground = new SolidColorBrush(System.Windows.Media.Color.FromRgb(204, 204, 204)),
                
ShowLineNumbers = true,
                
VerticalScrollBarVisibility = ScrollBarVisibility.Auto,
                
SyntaxHighlighting = HighlightingLoader.Load(new XmlTextReader(File.OpenRead("bin/lua_highlighting.xshd")), HighlightingManager.Instance)
            
};
            
textEditor.Options.EnableHyperlinks = false;
            
textEditor.Options.EnableEmailHyperlinks = false;
            
tabItem.Content = textEditor;
            
System.Windows.Controls.MenuItem menuItem = new System.Windows.Controls.MenuItem
            
{
                
Header = "Upload To Pastebin"
            
};
            
menuItem.Click += this.UploadPaste_Click;
            
tabItem.ContextMenu = new System.Windows.Controls.ContextMenu();
            
tabItem.ContextMenu.Items.Add(menuItem);
            
this.ExecutorTabs.Items.Add(tabItem);
            
this.ExecutorTabs.SelectedItem = tabItem;
            
this.AddTab.Margin = new Thickness((double)(10 + 84 * this.ExecutorTabs.Items.Count), 10.0, 0.0, 0.0);
        
}

  • 0

Posts: 1658

Threads: 10

Joined: Sep, 2020

Reputation: 59

Replied

Ahh sheit here we go again.

  • 0

Discord : Doctor Doom#0550

TaxiDriver08

JustMarie

Posts: 1188

Threads: 31

Joined: Dec, 2020

Reputation: 6

Replied

yes its a tab control.

but since you didnt make it

leave it the f*ck alone before i r*pe your exploit for skidding

  • 0

JustMarie#0709

 

Posts: 11

Threads: 7

Joined: Feb, 2021

Reputation: 0

Replied

im not making exploit im just asking lol

  • 0

Unidentified

nobody do wut i do

Posts: 320

Threads: 9

Joined: Feb, 2021

Reputation: 2

Replied

Gtfo skid /chars

  • 0

Learning C++, C#, JavaScript Developer

I develop random stuff

Discord: Unidentified#1091

Zelorra

veri pog boi

Posts: 115

Threads: 12

Joined: Feb, 2021

Reputation: -7

Replied

bro stop being rude he just asked.

and yes, as from what i see this i a multi-tab.

people are rude cuz idk why. a simple answer a yes or a no

would be ok.

 

and my answer is yes.

  • 0

--- Chanity ---

UPCOMING ROBLOX EXPLOIT

Posts: 18

Threads: 2

Joined: Feb, 2021

Reputation: 0

Replied

@65725make me pog bootstrapper

  • 0

Discord : Fadh#1107

Youtube : Fadh

Learning : C# & Lua

Zelorra

veri pog boi

Posts: 115

Threads: 12

Joined: Feb, 2021

Reputation: -7

Replied

@NTFadh mk add me

Lakey#3691

  • 0

--- Chanity ---

UPCOMING ROBLOX EXPLOIT

Users viewing this thread:

( Members: 0, Guests: 0, Total: 0 )