ICreate.Controls.Bars Send comments on this topic.
ICreate.Controls.Bars Namespace
See Also  Inheritance Hierarchy

Classes

ClassDescription
AdornerSwitch  
Background A collection of properties that describe the appearance of the background of SuperPanel, the client area of SuperPanel and the title background of SuperPanel.
Bar Bar is the abstract base class of ButtonBar, SideBar and TaskBar
BarItem The abstract base class of ButtonBarItem, SideBarItem and TaskBarItem.
Generic BarItemCollection A collection class used to store the BarItem components of a Bar.
BarItemCommand The base class of SideBarItem and TaskBarItem.
BarItemResetState Used to store the Visible and Index properties of a BarItem, allowing these properties to be reset back to their original values at a later time.
BrushDefinition BrushDefinition is a type with a number of properties. These properties define the Brush used to paint a filled area of CollapsingGroupPanel.
ButtonBar ButtonBar is a tool bar which can contain any number of ButtonBarButton and ButtonBarSeparator items.
ButtonBarButton A ButtonBarButton represents a button on a ButtonBar.
ButtonBarButtonEventArgs Identifies the ButtonBarButton for the ItemSelected, SubItemSelected, ItemHot and ItemCold events.
ButtonBarItem The base class of ButtonBarButton and ButtonBarSeparator. ButtonBarItem is derived from BarItem.
ButtonBarSeparator ButtonBarSeparator represents a separator on a ButtonBar.
CollapsingGroupPanel CollapsingGroupPanel is a general purpose collapsible container control.
CollapsingGroupPanelBodyBoundsChangedEventArgs Use to store the new value of the CollapsingGroupPanel BodyBounds property for the BondyBoundsChanged event.
CommandButton CommandButton is an enhanced Windows Forms Button control.
CommandItem CommandItem is the base class of CommandButton and CommandLink
CommandLink CommandLink is an enhanced version of the standard Windows Forms LinkLabel control.
ConfigurationInformation ConfigurationInformation is used to store the user's configuration of ButtonBar and SideBar.
ImageSource ImageSource is used by SuperPanel to select between predefined images and an Image loaded from file.
PenDefinition PenDefinition is a type with a number of properties. These properties define a Pen used to paint the borders of a CollapsingGroupPanel.
Rounding Rounding stores the radii of the four corners of SuperPanel.
SideBar SideBar consists of a vertical stack of buttons, a sizing bar used to resize the button stack, and a region above the button stack for Panel controls. When a button in the stack is selected, the Panel associated with the button appears in the panel region. An external control can be attached to a button. When the button is selected this external control is also made visible.
SideBarItem SideBarItem represents a button, with associated Panel, on a SideBar.
SideBarItemEventArgs Specifies the associated SideBarItem for the ItemCold, ItemHot, NavigationPaneClicked and ItemSelected events.
SideBarPanelHostWindow The Form hosting the SideBarItem InternalPanel.
SuperPanel SuperPanel is an enhanced version of the standard Panel. The enhancements include a gradient background, title, stripes, animated image, static image and watermark.
TaskBar A TaskBar is a collapsible container control that can contain any number of TaskBarItem components. Each TaskBarItem is drawn as a hyperlink with optional image on the left.
TaskBarItem TaskBarItem represents a hyperlink on a TaskBar.
TaskBarItemEventArgs Specifies the target TaskBarItem for the ItemCold, ItemHot, and ItemSelected events.

Delegates

DelegateDescription
ButtonBarButtonEventHandler Represents the method that will handle the ButtonBar ItemCold, ItemHot, ItemSelected and SubItemSelected events.
CollapsingGroupPanelBodyBoundsChangedEventHandler Represents the method that will handle the CollapsingGroupPanel BodyBoundsChanged event.
SideBarItemEventHandler Represents the method that will handle the SideBar ItemHot, ItemCold and ItemSelected events.
TaskBarItemEventHandler Represents the method that will handle the TaskBar ItemHot, ItemCold and ItemSelected events.

Enumerations

EnumerationDescription
AnimationSpeed Specifies the period of time between the rendering of success frames of the animated image. This enumeration determines how the frame delay of the animated image is modified.
BackgroundFadeGradient This enumeration specifies how quickly Color fades to FadeColor. This in turn determines the size of the area filled with Color and FadeColor.
BackgroundFadeLocation This enumeration specifies the position, along the gradient line, at which the background consists solely of the FadeColor.
BackgroundType This enumeration specifies the type of background drawn on the SuperPanel.
BorderType This enumeration specifies the style of border drawn on the SuperPanel.
BorderWidth This enumeration specifies the width of the border drawn on the SuperPanel.
BrushStyle The BrushStyle enumeration specifies how Color and FadeColor combine to produce the brush used to paint the filled areas of a CollapsingGroupPanel.
ButtonBarPosition The ButtonBarPosition enumeration specifies the position of the ButtonBar on its parent.
ButtonBarStyle The ButtonBarStyle enumeration is used to specify the appearance of a ButtonBar.
ButtonBarTextOptions The ButtonBarTextOptions enumeration is used to specify the source of the text displayed on a ButtonBarButton.
ButtonStyle The ButtonStyle enumeration specifies the appearance of a CommandButton.
CollapseDirection The CollapseDirection enumeration specifies the direction in which a CollapsingGroupPanel collapses.
CollapseMode The CollapseMode enumeration is used to specify the condition that causes a CollapsingGroupPanel to expand or collapse.
CollapsingGroupPanelImageLayout The CollapsingGroupPanelImageLayout enumeration is used to specify the vertical position of the HeaderImage relative to the header and the FooterImage relative to the footer on a CollapsingGroupPanel.
CollapsingGroupPanelLabelPosition The CollapsingGroupPanelLabelPosition enumeration is used to specify the position of the control's Label relative to the control.
FadeDirection This enumeration specifies the direction of the line along which Color fades to FadeColor.
HighlightStyle The HighlightStyle enumeration specifies the style of the highlight used to indicate which child Control of CollapsingGroupPanel has the input focus.
Justification The Justification enumeration specifies the justification of the Text on the CommandItem.
Position The Position enumeration is used to specify the position of the menu relative to the buttons on a ButtonBar or a CommandItem. It is also used to specify the position of the CommandButton sub button relative to the main button.
SideBarStyle The SideBarStyle enumeration is used to specify the appearance of a SideBar.
StripeOrientation The StripeOrientation enumeration is used to specify the orientation of the stripes on a SuperPanel.
TaskBarStyle The TaskBarStyle enumeration specifies the appearance of the TaskBar.
TipAppearance The TipAppearance enumeration specifies the appearance of the tip window displayed when the cursor hovers over a control.
TitlePosition The TitlePosition enumeration is used to specify the position of the title along the SuperPanel border.

See Also