Xceed SmartUI for WinForms v3.6 Documentation
ExcludedSmartItemTypes Property (SmartStatusBar)


Xceed.SmartUI.Controls.v3.6 Assembly > Xceed.SmartUI.Controls.StatusBar Namespace > SmartStatusBar Class : ExcludedSmartItemTypes Property
Gets the types of the child SmartItems which cannot be added at design-time to the SmartStatusBar.
Syntax
'Declaration
 
Protected Overrides ReadOnly Property ExcludedSmartItemTypes As Type()
'Usage
 
Dim instance As SmartStatusBar
Dim value() As Type
 
value = instance.ExcludedSmartItemTypes
protected override Type[] ExcludedSmartItemTypes {get;}

Property Value

An array containing the types of the child SmartItems which cannot be added at design-time to the SmartStatusBar. Unless overridden, Xceed.SmartUI.Controls.OptionList.Node, Xceed.SmartUI.Controls.OptionList.CheckBoxNode, Xceed.SmartUI.Controls.OptionList.RadioButtonNode, Xceed.SmartUI.Controls.TreeView.Node, Xceed.SmartUI.Controls.ExplorerTaskPane.Group, Xceed.SmartUI.Controls.OfficeTaskPane.Group, Xceed.SmartUI.Controls.OutlookShortcutBar.Group and Xceed.SmartUI.Controls.MenuBar.SeparatorMenuItem.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SmartStatusBar Class
SmartStatusBar Members
Base Implementation in ExcludedSmartItemTypes