Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Wisej.Web.StatusBar StatusBarPanelCollection
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Represents the collection of StatusBarPanel controls in a StatusBar control.
public class StatusBarPanelCollection : IList, ICollection, IEnumerable, IList<StatusBarPanel>, ICollection<StatusBarPanel>, IEnumerable<StatusBarPanel>Public Class StatusBarPanelCollection
Inherits IList
Implements ICollection, IEnumerable, IList(Of StatusBarPanel), ICollection(Of StatusBarPanel), IEnumerable(Of StatusBarPanel): Returns a value indicating whether this collection is read-only.
: Returns or sets the at the specified index.
: Returns the identified by the name.
Adds a with the specified text to the collection.
Returns: . A that represents the panel that was added to the collection.
Adds a to the collection.
Returns: . The zero-based index of the item in the collection.
Throws:
The being added to the collection was null.
The parent of the specified in the panel parameter is not null.
Adds an array of to the collection.
Removes all panels from the collection.
Removes and optionally disposes all objects from the collection.
Determines whether the specified is located within the collection.
Returns: . true if the is located within the collection; otherwise, false.
Determines whether the collection contains a with the specified key.
Returns: . true to indicate the collection contains a with the specified key; otherwise, false.
Returns an enumerator to use to iterate through the objects in the collection.
Returns: . An that represents the item collection.
Returns the index within the collection of the specified .
Returns: . The zero-based index where the is located within the collection; otherwise, negative one (-1).
Returns the index of the first occurrence of a with the specified key.
Returns: . The zero-based index of the first occurrence of the with the specified key, if found; otherwise, -1.
Inserts the specified into the collection at the specified index.
Throws:
The panel parameter is null.
The panel parameter's parent is not null.
The index parameter is less than zero or greater than the value of the property of the class.
Removes the specified from the collection.
Throws:
The assigned to the panel parameter is null.
Removes the located at the specified index within the collection.
Throws:
The index parameter is less than zero or greater than or equal to the value of the property of the class.
Removes the with the specified key from the collection.
text
The text for the StatusBarPanel that is being added.
panel
A StatusBarPanel that represents the panel to add to the collection.
panels
Array of StatusBarPanel objects to add to the collection.
dispose
Indicates whether the removed StatusBarPanel objects should be disposed.
panel
The StatusBarPanel to locate in the collection.
key
The name of the item to find in the collection.
panel
The StatusBarPanel to locate in the collection.
key
The name of the StatusBarPanel to find in the collection.
index
The zero-based index location where the panel is inserted.
panel
A StatusBarPanel representing the panel to insert.
panel
The StatusBarPanel representing the panel to remove from the collection.
index
The zero-based index of the item to remove.
key
The name of the StatusBarPanel to remove from the collection.
Wisej.Web.StatusBarPanelAutoSize
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Specifies how a StatusBarPanel on a StatusBar control behaves when the control resizes.
public enum StatusBarPanelAutoSize : EnumPublic Enum StatusBarPanelAutoSize As [Enum]Contents
The width of the StatusBarPanel is determined by its contents.
None
The StatusBarPanel does not change size when the StatusBar control resizes.
Spring
Returns or sets whether the status bar panel is automatically resized.
Wisej.Web.StatusBarPanelBorderStyle
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Specifies the appearance of the border for a StatusBarPanel on a StatusBar control.
public enum StatusBarPanelBorderStyle : EnumPublic Enum StatusBarPanelBorderStyle As [Enum]Wisej.Web.StatusBarPanelClickEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Represents the method that will handle the PanelClick event of a StatusBar.
public delegate void StatusBarPanelClickEventHandler(Object sender, StatusBarPanelClickEventArgs e)Public Delegate Sub StatusBarPanelClickEventHandler(ByVal sender As [Object], ByVal e As StatusBarPanelClickEventArgs)Dashed
A dashed line border.
Dotted
A dotted line border.
Double
A double solid line border.
None
No border.
Solid
A solid line border.
Returns or sets the border style of the status bar panel.
sender
The source of the event.
e
A StatusBarPanelClickEventArgs that contains the event data.
Fired when a StatusBarPanel object on a StatusBar control is clicked.
Wisej.Web.StatusBar
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Displays information to the user in a about the object being viewed, the object's components, or the object's operation.
Initializes a new instance of the class.
: Returns the default size of the control.
: Returns or sets the docking behavior of the control. (Default: Bottom)
: Returns the number of child panels without forcing the creation of the collection.
: Returns the collection of panels contained within the control.
: Returns or sets whether any panels that have been added to the control are displayed. (Default: True)
The StatusBar control displays the value of its property without any panels by default. When ShowPanels is set to true, the children specified in the StatusBar control are displayed; otherwise they are hidden and the is displayed instead.
: Returns or sets whether a sizing grip is displayed in the lower-right corner of the control. (Default: True)
: Returns or sets the text displayed in the control when if doesn't contain any or when is false. (Default: "")
The text assigned to the is displayed only if it doesn't contain any or if the property is false.
: Returns or sets how text is aligned in a control. (Default: Left)
Disposes of the resources (other than memory) used by the .
Returns a collection of referenced components or collection of components.
Fires the event.
Fires the event.
Processes the event from the client.
Renders the client component.
Fired when a object on a control is clicked.
Wisej.Web.StatusBarControl
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Represents a panel in a control that can host any .
Initializes a new instance of .
: Returns or sets the to be hosted. (Default: null)
Adds references components to the list. Referenced components can be added individually or as a reference to a collection.
Processes the event from the client.
Renders the client component.
disposing
true when this method is called by the application rather than a finalizer.
items
e
An EventArgs that contains the event data.
e
A StatusBarPanelClickEventArgs that contains the event data.
e
Event arguments.
config
Dynamic configuration object.
Provides access to the UserData and Tag properties associated to the component implementing this interface.
Bindable components implement this interface.
Controls that support drag & drop operations implement this interface.
All wisej components implement this interface.
All wisej controls derived from the Control class must implement this interface.
Allows an object to serialize itself.
Public Class StatusBar
Inherits Controlpublic class StatusBar : Controlitems
Container for the referenced components or collections.
e
Event arguments.
config
Dynamic configuration object.
Provides access to the UserData and Tag properties associated to the component implementing this interface.
Bindable components implement this interface.
All wisej components implement this interface.
Allows an object to serialize itself.
Public Class StatusBarControl
Inherits StatusBarPanelpublic class StatusBarControl : StatusBarPanelWisej.Web.StatusBarPanel
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Represents a panel in a control.
Initializes a new instance of the class.
: Returns or sets the alignment of text and icons within the status bar panel. (Default: Left)
: Returns or sets a value indicating that the control can display html in the Text property. (Default: False)
: Returns or sets whether the status bar panel is automatically resized. (Default: None)
: Returns or sets the border style of the status bar panel. (Default: Solid)
: Returns or sets the icon to display within the status bar panel.
: Returns or sets the index value of the image assigned to the . (Default: -1)
Throws:
The assigned value is less than -1.
: Returns or sets the theme name or URL for the icon to display in the .
: Returns or sets the name of the image assigned to the . (Default: "")
: Returns or sets the minimum allowed width of the status bar panel within the control. (Default: 10)
Throws:
A value less than 0 is assigned to the property.
: Returns or sets the name to apply to the .
: Returns or sets padding within the statusbar panel.
: Returns the control that hosts the status bar panel.
: Returns or sets an object that contains data about the . (Default: null)
: Returns or sets the text of the status bar panel. (Default: "")
When AllowHtml is set to true, the text can contain HTML content. If the text contains new lines (CRLF) but doesn't contain HTML elements (at least one "<") all CRLF are automatically substituted with "<br/>".
: Returns or sets ToolTip text associated with the status bar panel. (Default: "")
: Returns or sets the width of the status bar panel within the control. (Default: 100)
Throws:
The width specified is less than the value of the property.
Begins the initialization of a .
Disposes the and removes it from the .
Ends the initialization of a .
Fires the event.
Renders the client component.
Updates the component on the client. Overridden to repaint the parent control in design mode.
Fired when the is clicked.
Wisej.Web.StatusBarPanelClickEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Provides data for the
disposing
true when this method is called by the application rather than a finalizer.
e
An EventArgs that contains the event data.
config
Dynamic configuration object.
Provides access to the UserData and Tag properties associated to the component implementing this interface.
Bindable components implement this interface.
All wisej components implement this interface.
Allows an object to serialize itself.
Public Class StatusBarPanel
Inherits BindableComponentpublic class StatusBarPanel : BindableComponentpublic class StatusBarPanelClickEventArgs : MouseEventArgsPublic Class StatusBarPanelClickEventArgs
Inherits MouseEventArgsInitializes a new instance of the StatusBarPanelClickEventArgs class.
statusBarPanel
The that represents the panel that was clicked.
button
One of the values that represents the mouse buttons that were clicked while over the .
clicks
The number of times that the mouse button was clicked.
x
Initializes a new instance of the StatusBarPanelClickEventArgs class.
statusBarPanel
The that represents the panel that was clicked.
button
One of the values that represents the mouse buttons that were clicked while over the .
clicks
The number of times that the mouse button was clicked.
x
Initializes a new instance of the StatusBarPanelClickEventArgs class.
args
The event arguments received from the client.
StatusBarPanel: Returns the StatusBarPanel to draw.
Represents the method that will handle the event of a .
The x-coordinate of the mouse click.
y
The y-coordinate of the mouse click.
The x-coordinate of the mouse click.
y
The y-coordinate of the mouse click.
role
The internal role assigned to the element that generated the pointer event.