Understanding WinStatusBar This is a great place for you to start learning about the WinStatusBar™ control, and its key features and functionalities. The topics in this section will give you a better idea of why you would want to use WinStatusBar in your applications. Click the links below to gain an overview of t...
WinStatusBar Using the Notification Badge This topic demonstrates the usage of the NotificationBadge properties of the UltraStatusBar. In This Topic Overview Appearance Properties Style Property Visibility Property NotificationBadgeText property Related Content Overview The Notification Badges allow you to notify ...
WinStatusBar If you’re looking for an area that houses all of the overview/task-based information related to the WinStatusBar™ control, you’ve come to the right place. This section contains valuable information about WinStatusBar, ranging from what the control does and why you would want to use it in your applicat...
About WinTab and WinTabStrip The Infragistics.Win.UltraWinTabControl assembly contains the following Windows Forms elements: UltraTabControl — this element provides a superset of the functionality of the TabControl provided by Microsoft. Just like the Microsoft TabControl each tab creates a tab page control that i...
Adding Image to a Tab This topic will show you how to add images to a Tab in WinTab™. Assuming you have an ImageList control dropped onto your Form with few sample images in it, assign the ImageList control to WinTab control’s ImageList property. In Visual Basic: In C#: WinTab displaying an image before the Text i...
Adding New Tab Button Topic Overview Purpose This topic introduces the ability to allow users to add a new tab button at runtime on the WinTabStrip and WinTab controls. In this topic This topic contains the following sections: Adding New Tab Button Introduction Enabling new tab button location Events Styling Relat...
Adding Tabs through Code Tabs can be added to WinTab™ using the designer or through code. In this topic you will learn how to add Tabs through code. This topic assumes that you have an UltraTabControl dropped onto your form. In Visual Basic: In C#: The following screenshot shows a WinTab with two tabs namely Name ...
API Overview This section lists each namespace that is relevant to the control. We also give you several key classes that you will be using while programming with this control. The namespaces and classes on this page link directly into our API documentation. WinTab Namespace: Infragistics.Win.UltraWinTabControl Na...
Apply Tab Styles The WinTab™ and WinTabStrip™ control provides a series of different styles that you can apply to the tabs. Styles determine such attributes as tab shape, color and visibility of borders, how tabs change appearance when selection changes, and so on. There are 13 different tab styles available, as i...
Apply the Wizard Style The Wizard tab style is unique because it does not apply a particular style of UI to the control. Instead, the entire area of the element is taken up by the tab pages, and you must supply the ability to navigate between tabs through the controls you place on the tab pages. Typically you woul...