Janus.Windows.ExplorerBar.v3
Summary description for ExplorerBar.
Represents the empty alpha value. This field is read-only.
Initializes a new instance of the ExplorerBar class.
Finds the first layout with the key specified in the layout hierarchy.
A String that specifies the key to search.
The first layout which key is equal to the key specified or null if no layout is found.
Loads the settings preserved in a ExplorerBarLayout object without setting it as the current layout.
The ExplorerBarLayout with the ExplorerBar control settings.
Creates a ExplorerBarLayout object containing settings of the ExplorerBar control.
The ExplorerBarLayout created.
Loads a ExplorerBar control settings persisted in a stream.
A Stream object with the ExplorerBar control settings.
Persist in a stream all the ExplorerBar control settings.
A Stream object where settings will be persisted.
Required method for Designer support - do not modify
the contents of this method with the code editor.
Gets a value indicating whether the BackgroundFormatStyle property should be persisted.
true if the property value has been changed from its default; otherwise, false.
Resets the BackgroundFormatStyle property to its default value.
Gets a value indicating whether the GroupsFormatStyle property should be persisted.
true if the property value has been changed from its default; otherwise, false.
Resets the GroupsFormatStyle property to its default value.
Gets a value indicating whether the SpecialGroupsFormatStyle property should be persisted.
true if the property value has been changed from its default; otherwise, false.
Resets the SpecialGroupsFormatStyle property to its default value.
Gets a value indicating whether the ItemsFormatStyle property should be persisted.
true if the property value has been changed from its default; otherwise, false.
Resets the ItemsFormatStyle property to its default value.
Gets a value indicating whether the SelectedItemFormatStyle property should be persisted.
true if the property value has been changed from its default; otherwise, false.
Resets the SelectedItemFormatStyle property to its default value.
Gets a value indicating whether the HoverItemFormatStyle property should be persisted.
true if the property value has been changed from its default; otherwise, false.
Resets the HoverItemFormatStyle property to its default value.
Resets the HoverGroupFormatStyle property to its default value.
Gets a value indicating whether the HoverGroupFormatStyle property should be persisted.
true if the property value has been changed from its default; otherwise, false.
Resets the HoverSpecialGroupFormatStyle property to its default value.
Gets a value indicating whether the HoverSpecialGroupFormatStyle property should be persisted.
true if the property value has been changed from its default; otherwise, false.
Reads the control's application settings into their corresponding properties and updates the control's state.
Resets the control's application settings properties to their default values.
Persists the control's application settings properties.
Gets a string representing with the version number.
Gets a value indicating whether the VisualStyle property should be persisted.
true if the property value has been changed from its default; otherwise, false.
Resets the VisualStyle property to its default value.
Indicates whether the Office2007CustomColor property should be persisted.
true if the property value has changed from its default; otherwise, false.
Resets the Office2007CustomColor property to its default value.
Gets a value indicating whether the BlendColor property should be persisted.
true if the property value has been changed from its default; otherwise, false.
Resets the BlendColor property to its default value.
Gets a value indicating whether the FlatBorderColor property should be persisted.
true if the property value has been changed from its default; otherwise, false.
Resets the FlatBorderColor property to its default value.
Clean up any resources being used.
Indicates whether the WatermarkImage property should be persisted.
true if the property value has changed from its default; otherwise, false.
Resets the WatermarkImage property to its default value.
Gets a value indicating whether the ImageSize property should be persisted.
true if the property value has been changed from its default; otherwise, false.
Resets the ImageSize property to its default value.
Resets the UseCompatibleTextRendering property to its default value.
Gets a value indicating whether the UseCompatibleTextRendering property should be persisted.
true if the property value has been changed from its default; otherwise, false.
Ensures that the specified ExplorerBarGroup is visible within the control, scrolling the contents of the control if necessary.
The ExplorerBarGroup to scroll into view.
Ensures that the specified ExplorerBarItem is visible within the control, scrolling the contents of the control if necessary.
The ExplorerBarItem to scroll into view.
Overrides Control.OnMouseWheel
Overrides Control.IsInputKey
Overrides Control.OnKeyDown.
Overrides Control.ProcessDialogKey.
Raises the System.Windows.Forms.Control.ControlRemoved event.
A System.Windows.Forms.ControlEventArgs that contains the event data.
Overrides Control.OnLostFocus.
Overrides Control.OnRightToLeftChanged
Overrides Control.OnGotFocus.
Overrides Control.Select
Overrides Control.OnParentChanged.
Overrides Control.OnParentChanged.
Overrides Control.OnControlAdded.
Overrides Control.ProcessMnemonic
Raises the System.Windows.Forms.Control.Resize event.
A System.EventArgs that contains the event data.
Overrides Control.OnFontChanged
Overrides Control.OnVisibleChanged.
Overrides Control.OnSystemColorsChanged.
Gets a value indicating whether the BackColor property should be persisted.
true if the property value has been changed from its default; otherwise, false.
Resets the BackColor property to its default value.
Gets a value indicating whether the ThemedAreas property should be persisted.
true if the property value has been changed from its default; otherwise, false.
Resets the ThemedAreas property to its default value.
Raises the System.Windows.Forms.Control.PaintBackground event.
A System.Windows.Forms.PintEventArgs that contains the event data.
Raises the System.Windows.Forms.Control.Paint event.
A System.Windows.Forms.PintEventArgs that contains the event data.
Raises the System.Windows.Forms.Control.MouseLeave event.
A System.EventArgs that contains the event data.
Raises the System.Windows.Forms.Control.MouseUp event.
A System.Windows.Forms.MouseEventArgs that contains the event data.
Raises the System.Windows.Forms.Control.MouseDown event.
A System.Windows.Forms.MouseEventArgs that contains the event data.
Raises the System.Windows.Forms.Control.MouseMove event.
A System.Windows.Forms.MouseEventArgs that contains the event data.
Determines which element of the ExplorerBar control is at the current position of the cursor.
One of the HitTest values that contains information about the specified location in the ExplorerBar.
Determines which element of the ExplorerBar control is at the specified coordinates.
The x coordinate of the point to be hit-tested.
The y coordinate of the point to be hit-tested.
One of the HitTest values that contains information about the specified location in the ExplorerBar.
Determines which element of the ExplorerBar control is at the specified point.
A Point containing the x and y coordinates of the point to be hit-tested.
One of the HitTest values that contains information about the specified point in the ExplorerBar.
Retrieves the ExplorerBarItem object that is located at the current position of the cursor.
A ExplorerBarItem object that represents the item that is located at the curren position of the cursor.
Retrieves the ExplorerBarItem object that is located at the specified coordinates.
Represents the x-coordinate where you want to look for the ExplorerBarItem. Coordinates are expressed relative to the upper-left corner of the control's client area.
Represents the y-coordinate where you want to look for the ExplorerBarItem. Coordinates are expressed relative to the upper-left corner of the control's client area.
A ExplorerBarItem object that represents the item that is located at the specified coordinates.
Retrieves the ExplorerBarItem object that is located at the specified point.
Represents the point where you want to look for the ExplorerBarItem. Coordinates are expressed relative to the upper-left corner of the control's client area.
A ExplorerBarItem object that represents the item that is located at the specified point.
Retrieves the ExplorerBarGroup object that is located at the current position of the cursor.
A ExplorerBarGroup object that represents the group that is located at the current position of the cursors.
Retrieves the ExplorerBarGroup object that is located at the specified coordinates.
Represents the x-coordinate where you want to look for the ExplorerBarGroup. Coordinates are expressed relative to the upper-left corner of the control's client area.
Represents the x-coordinate where you want to look for the ExplorerBarGroup. Coordinates are expressed relative to the upper-left corner of the control's client area.
A ExplorerBarGroup object that represents the group that is located at the specified coordinates.
Retrieves the ExplorerBarGroup object that is located at the specified point.
Represents the point where you want to look for the ExplorerBarGroup. Coordinates are expressed relative to the upper-left corner of the control's client area.
A ExplorerBarGroup object that represents the group that is located at the specified point.
Raises the Janus.Windows.ExplorerBar.ExplorerBar.GroupExpanding event
A Janus.Windows.ExplorerBar.GroupCancelEventArgs that contains the event data.
Raises the Janus.Windows.ExplorerBar.ExplorerBar.GroupClosing event
A Janus.Windows.ExplorerBar.GroupCancelEventArgs that contains the event data.
Raises the Janus.Windows.ExplorerBar.ExplorerBar.GroupClosed event
A Janus.Windows.ExplorerBar.GroupEventArgs that contains the event data.
Raises the Janus.Windows.ExplorerBar.ExplorerBar.GroupCollapsing event
A Janus.Windows.ExplorerBar.GroupCancelEventArgs that contains the event data.
Raises the Janus.Windows.ExplorerBar.ExplorerBar.GroupExpanded event
A Janus.Windows.ExplorerBar.GroupEventArgs that contains the event data.
Raises the Janus.Windows.ExplorerBar.ExplorerBar.GroupCollapsed event
A Janus.Windows.ExplorerBar.GroupEventArgs that contains the event data.
Raises the LayoutLoad event.
An EventArgs that contain the event data.
Raises the CurrentLayoutChanged event.
A CancelEventArgs that contains the event data.
Raises the CurrentLayoutChanging event.
A CancelEventArgs that contains the event data.
Raises the Janus.Windows.ExplorerBar.ExplorerBar.ItemClick event
A Janus.Windows.ExplorerBar.ItemEventArgs that contains the event data.
Raises the Janus.Windows.ExplorerBar.ExplorerBar.DrawExplorerBarArea event.
A Janus.Windows.ExplorerBar.DrawExplorerBarAreaEventArgs that contains the event data.
Raises the Janus.Windows.ExplorerBar.ExplorerBar.GroupClick event
A Janus.Windows.ExplorerBar.GroupEventArgs that contains the event data.
Gets the collection of ExplorerBarLayout objects in the ExplorerBar control.
Gets or sets the current ExplorerBarLayout.
Returns the ExplorerBarFormatStyle object used to draw the background of the ExplorerBar control.
Returns the ExplorerBarFormatStyle object used to draw the groups' header in the ExplorerBar control.
Returns the ExplorerBarFormatStyle object used to draw the header of the ExplorerBarGroup marked as special in the ExplorerBar control.
Returns the ExplorerBarFormatStyle object used to draw the items in the ExplorerBar control.
Returns the ExplorerBarFormatStyle object used to draw the selected item in the ExplorerBar control.
Returns the ExplorerBarFormatStyle object used to draw the items in the ExplorerBar control when the mouse is over them.
Returns the ExplorerBarFormatStyle object used to draw the groups' header in the ExplorerBar control when the mouse is over them.
Returns the ExplorerBarFormatStyle object used to draw the header of ExplorerBarGroup marked as special when the mouse is over them.
Gets the ExplorerBarStateStyles that holds the format styles used to draw the items in their different states.
Gets the ExplorerBarStateStyles that holds the format styles used to draw the groups' header in their different states.
Gets the ExplorerBarStateStyles that holds the format styles used to draw the special groups' header in their different states.
Gets or sets a value indicating whether the control should automatically persist its application settings properties.
Gets or sets the value of the application settings key for the current instance of the control.
Returns the ExplorerBarAreasStyle object used to specify the Style for the areas in the ExplorerBar control.
Gets or sets a value specifying which corner of the groups' header should be rounded
Gets a value indicating whether the control should display focus rectangles.
Gets or sets a value specifying whether the control can recieve focus
Gets or sets a value specifying the appearance for the ExplorerBar control.
Gets or sets a value specifying the color scheme to be used when Office2007 VisualStyle is used in the control.
Gets or set a value specifying the base color used to paint the control when the Office2007ColorScheme property is set to Custom.
Gets or sets the VisualStyleManager that defines the appearance of the control.
Gets or sets the name of the ColorScheme in the VisualStyleManager that defines the appearance of the control.
Gets an object representing the style used to draw the vertical scroll bar.
Gets or sets the ExplorerBar's border style.
Gets an object representing the collection of the ExplorerBarGroup objects contained in this ExplorerBar.
Gets or sets the color that blends with the BackColor and BackColorGradient properties of the ExplorerBarFormatStyle when its Blend or BlendGradient properties are not zero.
Gets or sets the color of the control's border when its style is flat.
Gets or sets a value indicating the default percentage of the BlendColor to use with the ExplorerBarFormatStyle objects associated with this ExplorerBar.
Gets or sets a value specifiying how the background image of the ExplorerBar is drawn.
Gets a ExplorerWatermarkImage that contains the information used to draw a watermark image in the background.
Gets or sets a System.Drawing.Size that determines the size that images will have when drawing a group or an item.
Gets or sets the ImageList that contains the Image objects used by the ExplorerBarGroup and ExplorerBarItem objects.
Gets or sets the ExplorerBarItem object currently selected.
Gets or sets a value indicating if the ExplorerBarItem appears selected when the user clicks on it.
Gets or sets the space, in pixels, between columns of groups.
Gets or sets the vertical space, in pixels, between groups.
Gets or sets the left margin for the ExplorerBar control.
Gets or sets the right margin for the ExplorerBar control.
Gets or sets the top margin for the ExplorerBar control.
Gets or sets a value indicating whether an ampersand is included in the text of the control.
Gets or sets a value specifying whether the text rendering should be compatible with previous release of Windows Forms.
Gets the inner height of the ExplorerBar control.
Gets or sets the number of groups displayed horizontally across the ExplorerBar control.
Gets or sets a value specifyng when the vertical scroll bar will be visible.
Gets or sets the background color for the control.
Gets or sets the text associated with this Schedule.
Gets or sets a value that determines which predefined background is used to draw the background of the contrrol when using Windows XP Visual Styles.
Gets or sets a value that indicates whether a border is drawn around a group.
Gets or sets a value that indicates which effect to use when groups are expanded/collapsed.
Gets or sets a value specifying the default image list index value of the image displayed in the items.
Gets or sets a value specifying the key accessor for the default image in the ImageList displayed in the items.
Gets or sets a value specifying the default image list index value of the image displayed in the groups.
Gets or sets a value specifying the key accessor for the default image in the ImageList displayed in the groups.
Gets or sets a value that determines which predefined foreground is used as the default to draw an area when using themes.
Gets or sets a value specifying which area of a ExplorerBar control needs to be drawn manually.
Gets or sets a value specifying which parts of the ExplorerBar will be drawn using Windows XP Visual Styles.
Gets the ExplorerBarGroup that contains the input focus.
Gets the ExplorerBarGroup that contains the input focus.
Gets or sets a value indicating whether a ToolTip is shown when the mouse passes over a group or item.
Gets or sets a value specifying the level of alpha (transparency) used to draw the objects in the ExplorerBar control.
Gets or sets a value specifying the level of alpha to use in the ExplorerBar control.
Gets or sets a value specifying the level of alpha (transparency) to use in the background.
Gets or sets a value specifying the level of alpha (transparency) to use in the foreground.
Occurs when an ExplorerBarGroup is about to be expanded by either a programmatic modification or user interaction.
Occurs when an ExplorerBarGroup is about to be closed by user interaction.
Occurs when an ExplorerBarGroup is closed by user interaction.
Occurs when an ExplorerBarGroup is about to be collapsed by either a programmatic modification or user interaction.
Occurs when an ExplorerBarGroup was expanded by either a programmatic modification or user interaction.
Occurs when an ExplorerBarGroup was collapsed by either a programmatic modification or user interaction.
Occurs after a layout is loaded.
Occurs after the CurrentLayout property has changed.
Occurs after the CurrentLayout property changes.
Occurs when the user clicks on an ExplorerBarItem.
Occurs when a visual owner draw area needs to be painted.
Occurs when the user clicks on a ExplorerBarGroup.
Summary description for FormatStyle.
Represents the empty alpha value. This field is read-only.
Resets all the properties of this ExplorerBarFormatStyle to its default values.
Indicates whether the ExplorerBarFormatStyle object has changed from its default value.
true if the one of the properties of the ExplorerBarFormatStyle has changed from its default; otherwise, false.
Initializes a new instance of the ExplorerBarFormatStyle class based on the given ExplorerBarFormatStyle.
A ExplorerBarFormatStyle which properties will be copied to create a new ExplorerBarFormatStyle class.
Resets the BackColor property to its default color.
Indicates whether the BackColor property should be persisted.
true if the property value has changed from its default; otherwise, false.
Resets the ForeColor property to its default color.
Indicates whether the ForeColor property should be persisted.
true if the property value has changed from its default; otherwise, false.
Indicates whether the FontBold property should be persisted.
true if the property value has changed from its default; otherwise, false.
Resets the FontBold property to its default color.
Resets the BackColorGradient property to its default color.
Indicates whether the BackColorGradient property should be persisted.
true if the property value has changed from its default; otherwise, false.
Indicates whether the ForegroundThemeStyle property should be persisted.
true if the property value has changed from its default; otherwise, false.
Resets the ForegroundThemeStyle property to its default color.
Indicates whether the BackgroundThemeStyle property should be persisted.
true if the property value has changed from its default; otherwise, false.
Resets the BackgroundThemeStyle property to its default color.
Indicates whether the BackgroundGradientMode property should be persisted.
true if the property value has changed from its default; otherwise, false.
Resets the BackgroundGradientMode property to its default color.
Get the ExplorerBar control that this ExplorerBarFormatStyle is assigned to.
Gets or sets a value specifying the level of alpha (transparency).
Gets or sets the background color for this ExplorerBarFormatStyle.
Gets or sets a value specifying the level of alpha (transparency) to use in the background.
Gets or sets the foreground color for this ExplorerBarFormatStyle.
Gets or sets a value specifying the level of alpha (transparency) to use in the foreground.
Gets or sets the Font object used by this ExplorerBarFormatStyle.
Gets or sets a value indicating whether the Font object of this ExplorerBarFormatStyle is bold.
Gets or sets a value indicating whether the Font object of this ExplorerBarFormatStyle is italic.
Gets or sets a value indicating whether the Font object of this ExplorerBarFormatStyle is underlined.
Gets or sets a value indicating whether the Font object of this ExplorerBarFormatStyle specifies a horizontal line through the font.
Gets or sets the face name of the font used by the ExplorerBarFormatSrtyle class.
Gets or sets the size of the Font object used by this ExplorerBarFormatStyle object.
Gets or sets a value specifying the background color used in a linear gradient pathern.
Gets or sets a value specifying the level of alpha (transparency) to use in the background of the second color in a linear gradient pattern.
Gets or sets a value indicating the percentage of the BlendColor to blend with the BackColorGradient.
Gets or sets a value indicating the percentage of the BlendColor to blend with the BackColor.
Gets or sets a value that determines which predefined foreground is used to draw an area when using themes.
Gets or sets a value that determines which predefined background is used to draw an area when using themes.
Gets or sets a value specifying if a linear gradient will be applied and its direction.
Specified which color to apply when drawing a watermark image.
The predefined system color will be used as the wash color
The color defined in the WashColor property will be used as the wash color or none if the WashColor is empty.
Specifies which apperance style the control is formatted after.
Unspecified. The value of the property is inherited from the settings specified in the ExplorerBar control.
The control is formatted as the standard ExplorerBar control.
The ExplorerBar control is formatted as its related control in Office 2003.
The ExplorerBar control is formatted as its related control in VS 2005.
The ExplorerBar control is formatted as its related control in Office 2007.
Determines the color scheme a control uses to draw itself when the VisualStyle of a control is Office2007.
The control is drawn using the OfficeColorScheme specified as the DefaultOffice2007ColorScheme in the Janus.Windows.Common.VisualStyleManager component.
The control is drawn using the built-in 'Blue' color scheme.
The control is drawn using the built-in 'Silver' color scheme.
The control is drawn using the built-in 'Black' color scheme.
The control is drawn using a custom color scheme created based on the color specified in the Office2007CustomColor property.
Specifies the alpha level to use.
Indicates that the value for this property should be inherited from the parent object.
Indicates an alpha level of 255.
Indicates an alpha level of 0.
Use the value of the Alpha property.
Determines the appearance to be applied on an area of the control when it is painted using Windows XP Visual Styles.
Indicates that the value for this property should be inherited from the parent object.
The area will be painted with an appearance similar to the main background area of an ExplorerBar control.
The area will be painted with an appearance similar to the group header area.
The area will be painted with the appearance of an inverted group header area.
The area will be painted with an appearance similar to the header area of an special group.
The area will be painted with an appearance similar to the items background area of a group.
The area won't be painted using Windows XP Visual Styles.
Determines how the foreground of an area of the control is painted when using Windows XP Visual Styles.
Indicates that the value for this property should be inherited from the parent object.
The foreground will be painted with an appearance similar to the group header foreground.
The foreground will be painted with an appearance similar to the header foreground of an special group.
The area will be painted with an appearance similar to the items foregrouund.
The area won't be painted using Windows XP Visual Styles.
Specifies when the vertical scroll bar will be visible.
The scroll bar is shown only when there are enough items to warrant displaying.
The scroll bar will be displayed even if the number of items in the ExplorerBar does not require displaying the vertical scroll bar.
The scroll bar won´t be displayed.
Specifies the type of an area in a ExplorerBar control.
Represents the border of the ExplorerBar control.
Represents the background of the ExplorerBar control.
Represents the header of a ExplorerBarGroup.
Represents a ExplorerBarItem.
Specifies which area of a ExplorerBar control needs to be drawn manually.
The control won't be drawn manually.
Specifies that the area to be manually drawn is the control's background.
Specifies that the area to be manually drawn is the header of the groups.
Specifies that the area to be manually drawn are the ExplorerBarItem ojects of the control.
All flags except None are set.
Specifies the alignment of the expand and close buttons relative to its layout rectangle.
Unspecified. The value of the property is inherited from the settings specified in the ExplorerBar control.
Specifies that the expand and close buttons will be aligned to the left of its layout rectangle.
Specifies that the expand and close buttons will be aligned to the right of its layout rectangle.
Determines which element of the ExplorerBar control is at a specified location.
A ExplorerBarItem in the ExplorerBar control.
A ExplorerBarGroup in the ExplorerBar control.
The scroll bar in the ExplorerBar control.
The expand/collapse button in the group's header.
The close button in the group's header.
The background area, visible when the control contains few ExplorerBarGroup objects, or when the ExplorerBar is scrolled to its bottom.
Specifies how the background of an object will be filled.
Indicates that the value for this property should be inherited from the parent object.
Specifies a solid background.
Specifies a gradient from left to right.
Specifies a gradient from top to bottom.
Specifies a gradient from upper left to lower right.
Specifies a gradient from upper right to lower left.
Specifies which effect is used when groups are expanded/collapsed.
Groups are fade-in when expanding and disolved when collapsing
Groups are expanded/collapsed using smoth scrolling.
No effect is used when a group is expanded/collapsed
Specifies which corner of the groups' header should be rounded
The rounded corners will be determinated by the Style of the control.
Only the left corner will be rounded
Only the right corner will be rounded
The left and the right corners will be rounded
No corners will be rounded
Represents a boolean value for a property that can inherit its value from a base or parent object.
Indicates that the value for this property should be inherited from the parent object.
Specifies that False should be used in a property ignoring settings in the parent object.
Specifies that True should be used in a property ignoring settings in the parent object.
Specifies which portion of the ExplorerBar control will be drawn using Windows XP Visual Styles.
The control won´t use Windows XP Visual Styles.
The background of the control will be drawn using Windows XP Visual Styles.
The border of the control will be drawn using Windows XP Visual Styles.
The headers of the ExplorerBarGroup objects control will be drawn using Windows XP Visual Styles.
The scroll bar will be drawn using Windows XP Visual Styles.
The items of the ExplorerBarGroup objects control will be drawn using Windows XP Visual Styles.
All flags except None are set.
Specifies how the background image is positioned within the ExplorerBar control.
The image is stretched or shrunk to fit the size of the layout rectangle.
The image is tiled.
The image is displayed in the center if the layout rectangle is larger than the image. If the image is larger than the layout rectangle, the picture is placed in the center of the rectangle and the outside edges are clipped.
Specify the border style for the ExplorerBar control.
The ExplorerBar control has no border.
The border has no three-dimensional effects.
The border has a raised outer edge and no inner edge.
The border has raised inner and outer edges.
The border has a sunken outer edge and no inner edge.
The border has sunken inner and outer edges.
Specifies the appearance of the vertical scroll bar.
The border has raised inner and outer edges.
The border has a raised inner edge and no outer edge.
The border has no three-dimensional effects.
The vertical scroll bar has no border.
The border appears flat until the mouse pointer moves over it, at which point it appears three-dimensional.
Specifies the type of an item in a ExplorerBar control.
Displays the item in a hyperlink style.
Displays the item as a label.
A separator between items in a ExplorerBar control.
Specifies the alignment of a text or an image relative to its layout rectangle.
Specifies that the text or the image is aligned in near of the layout rectangle.
Specifies that the text or the image is aligned in the center of the layout rectangle.
Specifies that the text or the image is aligned far from the origin position of the layout rectangle.
Summary description for ImageEditor.
This class is not intended to be used directly from your code.
Summary description for ThemeHeader.
Summary description for Global.
Summary description for ContainerDesigner.
Overrides ControlDesigner.SelectionRules
Represents an item in the ExplorerBar control.
Initializes a new instance of the ExplorerBarItem class.
Initializes a new instance of the ExplorerBarItem class and displays the assigned text on the item.
The text to display on the new ExplorerBarItem.
Initializes a new instance of the ExplorerBarItem class.
The text to display on the new ExplorerBarItem.
The type of the new ExplorerBarItem
Initializes a new instance of the ExplorerBarItem class and sets the Text and ImageIndex properties to the specified values.
The text of the new ExplorerBarItem.
The index value of the image displayed by the ExplorerBarItem.
Raises the ItemClick event
Resets the FormatStyle property to its default value.
Indicates whether the FormatStyle property should be persisted.
true if the property value has changed from its default; otherwise, false.
Raises the Janus.Windows.ExplorerBar.ExplorerBarItem.Click event
A ItemEventArgs that contains the event data
Gets or sets a string that uniquely identifies this ExplorerBarItem in a collection.
Gets or sets a value indicating the shortcut key associated with the item.
Gets or sets a value indicating whether this ExplorerBarItem is selected.
Gets or sets the distance to indent the item.
Gets or sets the height of the ExplorerBarItem in pixels.
Gets or sets the cursor that is displayed when the mouse pointer is over the item.
Gets or sets an object that contains data to associate with the ExplorerBarItem.
Gets or sets a string that contains data to associate with the ExplorerBarItem.
Gets or sets the icon that is displayed on the ExplorerBarItem.
Gets or sets the text displayed on the ExplorerBarItem.
Gets or sets a value indicating whether the item should wrap words to the beginning of the next line when necessary.
Gets or sets the text that appears as a ToolTip for the ExplorerBarItem.
Gets the position of the ExplorerBarItem in the ExplorerBarItemCollection.
Gets or sets a value indicating whether the ExplorerBarItem is enabled.
Gets or sets a value indicating whether the ExplorerBarItem is visible.
Gets or sets the alignment of the image in the ExplorerBarItem.
Gets or sets the alignment of the text in the ExplorerBarItem.
Gets or sets the size and location of the item in the ExplorerBar control.
Gets or sets the ExplorerBarContainerControl associated to the item acting as container for other controls.
Gets or sets a value that indicates whether the item should act as a container for other controls.
Gets or sets the height of the ExplorerBarContainerControl in pixels.
Gets or sets the image that is displayed on the ExplorerBarItem.
Gets or sets the index value of the image displayed by the ExplorerBarGroup when it is disabled.
Gets or sets the key accessor for the image in the ImageList displayed by the ExplorerBarGroup when it is disabled.
Gets or sets the index value of the image displayed by the ExplorerBarItem when the item is selected.
Gets or sets the key accessor for the image in the ImageList displayed by the ExplorerBarItem when the item is selected.
Gets or sets the index value of the image displayed by the ExplorerBarItem when the mouse moves over it.
Gets or sets the key accessor for the image in the ImageList displayed by the ExplorerBarItem when the mouse moves over it.
Gets the type of the item represented by the ExplorerBarItem object in the ExplorerBar control.
Gets or sets the index value of the image displayed by the ExplorerBarItem.
Gets or sets the key accessor for the image in the ImageList displayed by the ExplorerBarItem.
Gets the ExplorerBar control that this ExplorerBarItem object is assigned to.
Gets the ExplorerBarGroup object that this ExplorerBarItem is assigned to.
Gets the ExplorerBarStateStyles that holds the format styles used to draw the item in its different states.
Gets the ExplorerBarFormatStyle object used to draw this item in the ExplorerBar control.
Occurs when the ExplorerBarItem is clicked.
This class is not intended to be used directly from your code.
Initialize a new instance of the ImageKeyConverter.
Overrides TypeConverter.CanConvertTo
Overrides TypeConverter.ConvertTo
This class is not intended to be used directly from your code.
Initialize a new instance of the ImageKeyConverter.
Overrides TypeConverter.CanConvertTo
Overrides TypeConverter.ConvertTo
Provides a user interface for selecting images from an ImageList.
Initialize a new instance of the ImageIndexEditor.
Overrides UITypeEditor.EditValue
Overrides UITypeEditor.GetEditStyle
Overrides UITypeEditor.GetPaintValueSupported
Overrides UITypeEditor.PaintValue
Provides a user interface for selecting images from an ImageList.
Initialize a new instance of the ImageKeyEditor.
Overrides UITypeEditor.EditValue
Overrides UITypeEditor.GetEditStyle
Overrides UITypeEditor.GetPaintValueSupported
Overrides UITypeEditor.PaintValue
Summary description for GroupsDesigner.
Clean up any resources being used.
Required method for Designer support - do not modify
the contents of this method with the code editor.
Summary description for ExplorerBarDesign.
Overrides UITypeEditor.EditValue
Summary description for LayoutTreePage.
Clean up any resources being used.
Required method for Designer support - do not modify
the contents of this method with the code editor.
Summary description for LayoutNameDialog.
Summary description for Form1.
Required designer variable.
Clean up any resources being used.
Required method for Designer support - do not modify
the contents of this method with the code editor.
The main entry point for the application.
Overrides Form.OnLoad
Summary description for ExplorerWatermarkImage.
Indicates whether the ExplorerBarWatermarkImage object has changed from its default value.
true if the one of the properties of the ScheduleWatermarkImage has changed from its default; otherwise, false.
Resets all the properties of the TimeLineWatermarkImage object to its default value.
Indicates whether the Size property should be persisted.
true if the property value has changed from its default; otherwise, false.
Resets the Size property to its default value.
Indicates whether the WashColor property should be persisted.
true if the property value has changed from its default; otherwise, false.
Resets the WashColor property to its default value.
Indicates whether the MaskColor property should be persisted.
true if the property value has changed from its default; otherwise, false.
Resets the MaskColor property to its default value.
Gets or sets the System.Drawing.Image object to use as watermark.
Gets or sets the size of the image. If empty, the size of the image will be used.
Gets or sets the alignment of the image on the control.
Gets or sets a value that determines which color to use to wash the image;
Gets or sets the alpha component that is applied when drawing the image.
Gets or sets the color to apply to the image when WashMode is UseWashColor
Gets or sets the color to treat as transparent.
Represents a collection of ExplorerBarItem objects.
Performs additional custom processes when clearing the contents of the ExplorerBarItemCollection class.
Performs additional custom processes after clearing the contents of the ExplorerBarItemCollection class.
Determines if the specified ExplorerBarItem object is a member of the collection.
The ExplorerBarItem object to locate in the collection.
true if the item is found in the ExplorerBarItemCollection; otherwise, false.
Inserts a new ExplorerBarItem object in the ExplorerBarItemCollection at the specified location.
The indexed location within the collection to insert the ExplorerBarItem object.
The ExplorerBarItem object to insert.
Removes a given ExplorerBarItem from the collection.
The ExplorerBarItem object to remove from the collection.
Removes the ExplorerBarItem at the specified index of the collection.
The indexed location of the ExplorerBarItem object in the collection.
Overrides CollectionBase.Clear
Adds the ExplorerBarItem object to the end of the ExplorerBarItemCollection.
The ExplorerBarItem to be added after all existing items.
Adds an array of ExplorerBarItem objects to the collection.
An array of ExplorerBarItem objects to add to the collection.
Creates a new ExplorerBarItem using the specified value and adds it to the end of the ExplorerBarItemCollection.
The text of the new ExplorerBarItem.
Creates a new ExplorerBarItem using the specified value and adds it to the end of the ExplorerBarItemCollection.
The text of the new ExplorerBarItem.
The index for the ImageIndex property of the new ExplorerBarItem.
Creates a new ExplorerBarItem using the specified value and adds it to the end of the ExplorerBarItemCollection.
The text of the new ExplorerBarItem.
The type of the new ExplorerBarItem.
Gets the ExplorerBarItem object at the specified indexed location in the ExplorerBarItemCollection.
The indexed location of the ExplorerBarItem in the collection.
Gets the ExplorerBarItem object with the specified key in the ExplorerBarItemCollection.
The key of the ExplorerBarItem in the collection.
Provides a type converter to convert enums to a string representation.
Initialize a new instance of the FlagsEnumConverter class
Overrides TypeConverter.CanConvertTo
Overrides TypeConverter.ConvertTo
Provides a user interface for selecting flags in a Properties window.
Initialize a new instance of the FlagsEnumEditor class
Overrides UITypeEditor.EditValue
Overrides UITypeEditor.GetEditStyle
Represent the style of the scroll bar control in the ExplorerBar control.
Resets the all the properties of the ControlStyle object to its default value.
Resets the ControlColor property to its default value.
Indicates whether the ControlColor property has changed from its default value.
true if the property value has changed from its default; otherwise, false.
Resets the ControlTextColor property to its default value.
Indicates whether the ControlTextColor property has changed from its default value.
true if the property value has changed from its default; otherwise, false.
Resets the ScrollBarColor property to its default value.
Indicates whether the ScrollBarColor property has changed from its default value.
true if the property value has changed from its default; otherwise, false.
Resets the HoverBaseColor property to its default value.
Indicates whether the HoverBaseColor property has changed from its default value.
true if the property value has changed from its default; otherwise, false.
Resets the HoverBlendColor property to its default value.
Indicates whether the HoverBlendColor property has changed from its default value.
true if the property value has changed from its default; otherwise, false.
Gets or sets a value that determines the appearance of the buttons of the scroll bar.
Gets or sets a value specifying the background color of the buttons of the scroll bar.
Gets or sets a value specifying the foreground color of the buttons of the scroll bar.
Gets or sets a value that represent the background color of the scroll bar.
Gets or sets the color that will be blended with the HoverBlendColor when a flat apperance is used.
Gets or sets the color that will be blended with the HoverBaseColor when a flat appearance is used.
Gets or sets a value indicating the percentage of the HoverBlendColor to blend whit the HoverBaseColor.
Gets or sets the percentage of the HoverBlendColor to blend with the HoverBaseColor when the mouse is captured by the button.
Provides a user interface for selecting controls objects in a Properties window.
Initializes a new instance of the ColorSchemeEditor class.
Overrides UITypeEditor.EditValue.
Overrides UITypeEditor.GetEditStyle
Provides a type converter to convert a ColorScheme property to a string
Initialize a new instance of the ColorSchemeConverter.
Overrides TypeConverter.CanConvertTo.
Overrides TypeConverter.ConvertTo.
Encapsulates the ExplorerBarFormatStyle for the different states of an item.
Initialize a new instance of the ExplorerBarStateStyles class.
Indicates whether the ExplorerBarFormatStateStyle class should be persisted.
true if the class has changed from its default; otherwise, false.
Resets all the property values in the object to their default values.
Gets the ExplorerBarFormatStyle used to draw the items.
Gets the ExplorerBarFormatStyle used to draw the items when the mouse is over them.
Gets the ExplorerBarFormatStyle used to draw the disabled items.
Returns the ExplorerBarFormatStyle object used to draw the selected items.
Gets the ExplorerBarFormatStyle used to draw the items when they are pressed or when the item is selected and the mouse is over them.
Summary description for ScrollBarBase.
Clean up any resources being used.
ExplorerBarLicenseProvider class.
Initializes a new instance of the Janus.Windows.ExplorerBar.ExplorerBarLicenseProvider class
See LicenseProvider.GetLicense
Summary description for ExplorerBarLayoutCollection.
Appends the specified ExplorerBarLayout object at the end of the collection.
The ExplorerBarLayout object to add.
Copies the elements of the specified ExplorerBarLayout array to the end of the collection.
The array of ExplorerBarLayout objects to add to the collection.
Overrides CollectionBase.OnInsert
Overrides CollectionBase.OnInsertComplete
Removes the specified ExplorerBarLayout object from the collection.
The ExplorerBarLayout object to remove.
Overrides CollectionBase.OnRemoveComplete
Overrides CollectionBase.OnClear
Retrieves the index of the specified ExplorerBarLayout in the collection.
The ExplorerBarLayout to locate in the collection.
A zero-based index value that represents the position of the specified ExplorerBarLayout in the collection.
Determines whether a ExplorerBarLayout is in the collection.
The ExplorerBarLayout to locate in the collection.
true if item is found in the collection; otherwise, false.
Determines whether a ExplorerBarLayout with the specified key is in the collection.
The Key of the ExplorerBarLayout to locate in the collection.
true if item is found in the collection; otherwise, false.
Gets a ExplorerBarLayout object from the collection at the specified index.
Gets a ExplorerBarLayout object from the collection with the specified key.
Contains persisted properties of a ExplorerBar control.
Creates an ExplorerBarLayout object from the specified data stream.
A Stream object that contains the data for this ExplorerBarLayout object.
The ExplorerBarLayout object created.
Creates an ExplorerBarLayout object from the specified string.
A string that contains the data for this ExplorerBarLayout object.
The ExplorerBarLayout object created.
Creates an ExplorerBarLayout object from the specified Xml reader.
An XmlReader object that contains the data for this ExplorerBarLayout object.
The ExplorerBarLayout object created.
Initializes a new instance of tho ExplorerBarLayout class.
Updates the layout with the changes in the ExplorerBar properties when it is the current layout.
Saves this ExplorerBarLayout object to the specified Stream object.
The Stream object to which to save this ExplorerBarLayout object.
Saves this ExplorerBarLayout object to the specified XmlWriter object.
The XmlWriter object to which to save this ExplorerBarLayout object.
Saves this ExplorerBarLayout object as an Xml string.
A Xml string containing the ExplorerBarLayout object persisted properties.
Creates a new object that is a copy of the current instance.
A ExplorerBarLayout that is the copy of the current instance.
Creates a new object that is a copy of the current instance.
A Boolean that specifies whether the ChildLayouts are copied or not.
A ExplorerBarLayout that is the copy of the current instance.
Indicates whether the properties in the ExplorerBar control differ from the persisted information.
Creates a new ExplorerBarLayout that can be used as a stand alone layout.
A ExplorerBarLayout that can be used a stand alone layout
Gets the parent ExplorerBarLayout instance.
Gets or sets the key used to identify an object in a collection.
Gets or sets an object that contains data to associate with the field.
Gets or sets an Xml string containing the persisted properties in a ExplorerBar control.
Gets or sets a value indicating whether this instance is the current layout in the ExplorerBar control.
Gets or sets a string that can be used to store an informational description in the layout.
Gets the collection of ExplorerBarLayout objects that inherit their values from the layout.
Gets a value that determines whether the layout is a stand alone layout or if it is a child of another layout.
Design Time support property.
ExplorerBarLayoutConverter class.
Initializes a new instance of the ExplorerBarLayoutConverter class.
Overrides TypeConverter.CanConvertTo
Overrides TypeConverter.ConvertTo
Returns the cached ResourceManager instance used by this class.
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
Class used to serialize the ExplorerBarLayout
Returns the type of the layout file
Summary description for BorderControl.
Required designer variable.
Clean up any resources being used.
Required method for Designer support - do not modify
the contents of this method with the code editor.
Provides data for the GroupClick, GroupCollapsed and GroupExpanded events.
Initialize a new instance of the GroupEventArgs class
Gets the ExplorerBarGroup containing the data.
Provides data for the GroupExpanding and GroupCollapsing events.
Gets the ExplorerBarGroup containing the data.
Gets or sets a value indicating whether the event should be canceled.
Provides data for the ItemClick event.
Initialize a new instance of the ItemEventArgs class
Gets the ExplorerBarItem containing the data.
Provides data for the DrawExplorerBarArea event.
Draws the background of the area being painted.
Gets the graphics surface to draw the ExplorerBar area on.
Gets the rectangle that represents the bounds of the area being drawn.
Gets the ExplorerBarGroup object being painted.
Gets the ExplorerBarItem object being painted.
Gets a Brush object that can be used to draw the background.
Gets a Brush object that can be used to draw the foreground.
Gets the background color of the area being draw.
Gets the foreground color of the area being drawn.
Gets the type of the ExplorerBar area being drawn.
Gets or sets a value that specifies whether the area was drawn by the owner.
Represents the method that will handle the ItemClick event of the ExplorerBar.
Represents the method that will handle the GroupClick, GroupCollapsed and GroupExpanded events of the ExplorerBar.
Represents the method that will handle the GroupCollapsing and GroupExpanding events of the ExplorerBar.
Represents the method that will handle the DrawExplorerBarArea event of the ExplorerBar.
Summary description for AreaStyles.
Gets or sets a value specifying the style for the background of the ExplorerBar control.
Gets or sets a value specifying the style for the border of the ExplorerBar control.
Gets or sets a value specifying the style for the items in the ExplorerBar control when the mouse is over them.
Gets or sets a value specifying the style for the selected item in the ExplorerBar control.
Gets or sets a value specifying the style for the group headers in the ExplorerBar control.
Gets or sets a value specifying the style for the items in the ExplorerBar control.
Encapsulates a collection of ExplorerBarGroup objects for use by the ExplorerBar control.
Determines if the specified ExplorerBarGroup object is a member of the collection.
The ExplorerBarGroup object to locate in the collection.
true if the group is found in the ExplorerBarGroupCollection; otherwise, false.
Inserts a new ExplorerBarGroup object in the collection at the specified location.
The indexed location within the collection to insert the ExplorerBarGroup object.
The ExplorerBarGroup object to insert.
Adds an array of ExplorerBarGroup objects to the collection.
An array of ExplorerBarGroup objects to add to the collection.
Adds the ExplorerBarGroup object to the end of the ExplorerBarGroupCollection.
The ExplorerBarGroup to be added after all existing groups.
Creates a new ExplorerBarGroup using the specified value and adds it to the end of the ExplorerBarGroupCollection.
The text of the new ExplorerBarGroup.
Removes a given ExplorerBarGroup from the collection.
The ExplorerBarGroup object to remove from the collection.
Removes the ExplorerBarGroup at the specified index of the collection.
The indexed location of the ExplorerBarGroup object in the collection.
Moves the ExplorerBarGroup to the specified index in the collection
Performs additional custom processes when clearing the contents of the ExplorerBarGroupCollection class.
Performs additional custom processes after clearing the contents of the ExplorerBarGroupCollection class.
Gets the ExplorerBarGroup object at the specified indexed location in the ExplorerBarGroupCollection.
The indexed location of the ExplorerBarGroup in the collection.
Gets the ExplorerBarGroup object with the specified key in the ExplorerBarGroupCollection.
The key of the ExplorerBarGroup in the collection.
Summary description for ExplorerBarContainerControl.
Required designer variable.
Initialize a new instance of the ExplorerBarContainerControl class.
Raises the System.Windows.Forms.Control.Resize event.
A System.EventArgs that contains the event data.
Raises the System.Windows.Forms.Control.PaintBackground event.
A System.Windows.Forms.PaintEventArgs that contains the event data.
Raises the System.Windows.Forms.Control.Paint event.
A System.Windows.Forms.PaintEventArgs that contains the event data.
Clean up any resources being used.
Required method for Designer support - do not modify
the contents of this method with the code editor.
Gets the ExplorerBar control that this ExplorerBarContainerControl is assigned to.
Gets the ExplorerBarGroup object that this ExplorerBarContainerControl is assigned to.
Gets the ExplorerBarItem object that this ExplorerBarContainerControl is assigned to.
A strongly-typed resource class, for looking up localized strings, etc.
Returns the cached ResourceManager instance used by this class.
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
Summary description for ColorScheme.
Represents a group in the ExplorerBar control.
Initializes a new instance of the ExplorerBarGroup class and displays the assigned text on the group.
The text to display on the new ExplorerBarGroup.
Initializes a new instance of the ExplorerBarGroup class.
Indicates whether the WatermarkImage property should be persisted.
true if the property value has changed from its default; otherwise, false.
Resets the WatermarkImage property to its default value.
Resets the FormatStyle property to its default value.
Indicates whether the FormatStyle property should be persisted.
true if the property value has changed from its default; otherwise, false.
Resets the ItemsFormatStyle property to its default value.
Indicates whether the ItemsFormatStyle property should be persisted.
true if the property value has changed from its default; otherwise, false.
Gets or sets the number of columns in the ExplorerBar control that the group spans.
Gets or sets a value that indicates whether the group should act as a container for other controls.
Gets or sets the height of the header of ExplorerBarGroup in pixels.
Gets or sets the height of the ExplorerBarContainerControl in pixels.
Gets or sets the ExplorerBarContainerControl associated to a ExplorerBarGroup acting as container for other controls.
Gets or sets an object that contains data to associate with the ExplorerBarGroup.
Gets or sets the icon that is displayed on the ExplorerBarGroup.
Gets or sets a string that contains data to associate with the ExplorerBarGroup.
Gets the position of the ExplorerBarGroup in the ExplorerBarGroupCollection.
Gets or sets a string that uniquely identifies this ExplorerBarGroup in a collection.
Gets or sets the alignment of the text in the ExplorerBarGroup.
Gets or sets the alignment of the image in the ExplorerBarGroup.
Gets or sets a value indicating whether the ExplorerBarGroup is enabled.
Gets or sets a value indicating whether the ExplorerBarGroup is visble.
Gets or sets the size and location of the group's header in the ExplorerBar control.
Gets or sets the alignment of the expand and close buttons on the ExplorerBarGroup.
Gets or sets the alignment of the close button on the ExplorerBarGroup.
Gets or sets the alignment of the expand button on the ExplorerBarGroup.
Gets or sets the cursor that is displayed when the mouse pointer is over the group.
Gets or sets a value indicating whether the expand button is displayed on the group.
Gets or sets the image list index value of the image displayed instead of the default collapsed button image.
Gets or sets the key accessor for the image in the ImageList displayed instead of the default collapsed button image.
Gets or sets the image list index value of the image displayed instead of the default expand button image.
Gets or sets the key accessor for the image in the ImageList displayed instead of the default expand button image.
Gets or sets a value indicating whether the close button is displayed on the group.
Gets a collection containing all the items in this group.
Gets or sets the image displayed on the ExplorerBarGroup.
Gets or sets the index value of the image displayed by the ExplorerBarGroup when the mouse moves over it.
Gets or sets the key accessor for the image in the ImageList displayed by the ExplorerBarGroup when the mouse moves over it.
Gets or sets the index value of the image displayed by the ExplorerBarGroup when it is disabled.
Gets or sets the key accessor for the image in the ImageList displayed by the ExplorerBarGroup when it is disabled.
Gets or sets the index value of the image displayed by the ExplorerBarGroup.
Gets or sets the key accessor for the image in the ImageList displayed by the ExplorerBarGroup.
Gets or sets a value that indicates whether a border is drawn around the group.
Gets a ExplorerWatermarkImage that contains the information used to draw a watermark image in the background.
Gets or sets the text displayed on the ExplorerBarGroup.
Gets or sets the text that appears as a ToolTip for the ExplorerBarGroup.
Gets or a value that indicates whether the group should be displayed as a special group.
Gets or sets the background image displayed in the background of the group.
Gets or sets a value specifying how the background image is draw in the ExplorerBar.
Gets the ExplorerBar control that this ExplorerBarGroup object is assigned to.
Gets the ExplorerBarFormatStyle used to draw this ExplorerBarGroup in the ExplorerBar control.
Gets or sets a value indicating whether the ExplorerBarGroup is expanded.
Gets or sets a value that indicates whether the header section is displayed in the ExplorerBar control.
Gets the ExplorerBarStateStyles that holds the format styles used to draw the items whitin this group in their different states.
Gets the ExplorerBarStateStyles that holds the format styles used to draw the header in its different states.
Gets the ExplorerBarFormatStyle used to draw the ExplorerBarItem objects whitin this group.
Initialize a new instance of the ExplorerBarGroupConverter class
Overrides TypeConverter.CanConvertTo
Overrides TypeConverter.ConvertTo
Summary description for ThemePaint.