C# Class CloseableTabItemDemo.CloseableTabItem

======================================== .NET Framework 3.0 Custom Control ======================================== Follow steps 1a or 1b and then 2 to use this custom control in a XAML file. Step 1a) Using this custom control in a XAML file that exists in the current project. Add this XmlNamespace attribute to the root element of the markup file where it is to be used: xmlns:MyNamespace="clr-namespace:CloseableTabItemDemo" Step 1b) Using this custom control in a XAML file that exists in a different project. Add this XmlNamespace attribute to the root element of the markup file where it is to be used: xmlns:MyNamespace="clr-namespace:CloseableTabItemDemo;assembly=CloseableTabItemDemo" You will also need to add a project reference from the project where the XAML file lives to this project and Rebuild to avoid compilation errors: Right click on the target project in the Solution Explorer and "Add Reference"->"Projects"->[Browse to and select this project] Step 2) Go ahead and use your control in the XAML file. Note that Intellisense in the XML editor does not currently work on custom controls and its child elements.
Inheritance: System.Windows.Controls.TabItem
Show file Open project: ChadSki/Quickbeam Class Usage Examples

Public Properties

Property Type Description
CloseTabEvent System.Windows.RoutedEvent

Public Methods

Method Description
OnApplyTemplate ( ) : void

Private Methods

Method Description
CloseableTabItem ( ) : System.Windows
closeButton_Click ( object sender, RoutedEventArgs e ) : void

Method Details

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void

Property Details

CloseTabEvent public static property

public static RoutedEvent,System.Windows CloseTabEvent
return System.Windows.RoutedEvent