Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Wisej.Web.StatusBarPanelBorderStyle
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Specifies the appearance of the border for a StatusBarPanel on a StatusBar control.
Name | Description |
---|---|
Name | Description |
---|---|
Name | Description |
---|---|
All wisej components implement this interface.
Allows an object to serialize itself.
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.
Wisej.Web.StatusBarPanelAutoSize
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Specifies how a StatusBarPanel on a StatusBar control behaves when the control resizes.
Name | Description |
---|---|
Name | Description |
---|---|
Wisej.Web.StatusBar
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.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 StatusBar class.
DockStyle: Returns or sets the docking behavior of the StatusBar control.
StatusBarPanelCollection: Returns the collection of StatusBar panels contained within the control.
Boolean: Returns or sets whether any panels that have been added to the control are displayed.
The StatusBar control displays the value of its Text property without any panels by default. When ShowPanels is set to true, the StatusBarPanel children specified in the StatusBar control are displayed; otherwise they are hidden and the Text is displayed instead.
Boolean: Returns or sets whether a sizing grip is displayed in the lower-right corner of the control.
String: Returns or sets the text displayed in the StatusBar control when if doesn't contain any StatusBarPanel or when ShowPanels is false.
The text assigned to the StatusBar is displayed only if it doesn't contain any StatusBarPanel or if the property ShowPanels is false.
HorizontalAlignment: Returns or sets how text is aligned in a StatusBar control.
StatusBarPanelClickEventHandler Fired when a StatusBarPanel object on a StatusBar control is clicked.
Wisej.Web.StatusBar StatusBarPanelCollection
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents the collection of StatusBarPanel controls in a StatusBar control.
Boolean: Returns a value indicating whether this collection is read-only.
StatusBarPanel: Returns or sets the StatusBarPanel at the specified index.
StatusBarPanel: Returns the StatusBarPanel identified by the name.
Adds a StatusBarPanel with the specified text to the collection.
Returns: StatusBarPanel. A StatusBarPanel that represents the panel that was added to the collection.
Adds a StatusBarPanel to the collection.
Returns: Int32. The zero-based index of the item in the collection.
Throws:
ArgumentNullException The StatusBarPanel being added to the collection was null.
ArgumentException The parent of the StatusBarPanel specified in the panel parameter is not null.
Adds an array of StatusBarPanel to the collection.
Removes all panels from the collection.
Removes and optionally disposes all StatusBarPanel objects from the collection.
Determines whether the specified StatusBarPanel is located within the collection.
Returns: Boolean. true if the StatusBarPanel is located within the collection; otherwise, false.
Determines whether the collection contains a StatusBarPanel with the specified key.
Returns: Boolean. true to indicate the collection contains a StatusBarPanel with the specified key; otherwise, false.
Returns an enumerator to use to iterate through the StatusBarPanel objects in the collection.
Returns: IEnumerator. An IEnumerator that represents the item collection.
Returns the index within the collection of the specified StatusBarPanel.
Returns: Int32. The zero-based index where the StatusBarPanel is located within the collection; otherwise, negative one (-1).
Returns the index of the first occurrence of a StatusBarPanel with the specified key.
Returns: Int32. The zero-based index of the first occurrence of the StatusBarPanel with the specified key, if found; otherwise, -1.
Inserts the specified StatusBarPanel into the collection at the specified index.
Throws:
ArgumentNullException The panel parameter is null.
ArgumentException The panel parameter's parent is not null.
ArgumentOutOfRangeException The index parameter is less than zero or greater than the value of the Count property of the StatusBarPanelCollection class.
Removes the specified StatusBarPanel from the collection.
Throws:
ArgumentNullException The StatusBarPanel assigned to the panel parameter is null.
Removes the StatusBarPanel located at the specified index within the collection.
Throws:
ArgumentOutOfRangeException The index parameter is less than zero or greater than or equal to the value of the Count property of the StatusBarPanelCollection class.
Removes the StatusBarPanel with the specified key from the collection.
Wisej.Web.StatusBarPanelClickEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the PanelClick event.
Initializes a new instance of the StatusBarPanelClickEventArgs class.
Name | Type | Description |
---|---|---|
Initializes a new instance of the StatusBarPanelClickEventArgs class.
Initializes a new instance of the StatusBarPanelClickEventArgs class.
StatusBarPanel: Returns the StatusBarPanel to draw.
Wisej.Web.StatusBarPanel
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents a panel in a StatusBar control.
Initializes a new instance of the StatusBarPanel class.
HorizontalAlignment: Returns or sets the alignment of text and icons within the status bar panel.
Boolean: Returns or sets a value indicating that the control can display html in the Text property.
StatusBarPanelAutoSize: Returns or sets whether the status bar panel is automatically resized.
StatusBarPanelBorderStyle: Returns or sets the border style of the status bar panel.
Image: Returns or sets the icon to display within the status bar panel.
Int32: Returns or sets the index value of the image assigned to the StatusBarPanel.
Throws:
ArgumentException The assigned value is less than -1.
String: Returns or sets the theme name or URL for the icon to display in the StatusBarPanel.
String: Returns or sets the name of the image assigned to the StatusBarPanel.
Int32: Returns or sets the minimum allowed width of the status bar panel within the StatusBar control.
Throws:
ArgumentException A value less than 0 is assigned to the property.
String: Returns or sets the name to apply to the StatusBarPanel.
Padding: Returns or sets padding within the statusbar panel.
StatusBar: Returns the StatusBar control that hosts the status bar panel.
Object: Returns or sets an object that contains data about the StatusBarPanel.
String: Returns or sets the text of the status bar panel.
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 " ".
String: Returns or sets ToolTip text associated with the status bar panel.
Int32: Returns or sets the width of the status bar panel within the StatusBar control.
Throws:
ArgumentException The width specified is less than the value of the MinWidth property.
Begins the initialization of a StatusBarPanel.
Ends the initialization of a StatusBarPanel.
Updates the component on the client. Overridden to repaint the parent control in design mode.
EventHandler Fired when the StatusBarPanel is clicked.
Wisej.Web.StatusBarPanelClickEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents the method that will handle the PanelClick event of a StatusBar.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Name | Description |
---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Name | Description |
---|---|
Name | Description |
---|---|
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.
Bindable components 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.
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.
statusBarPanel
The StatusBarPanel that represents the panel that was clicked.
button
One of the MouseButtons values that represents the mouse buttons that were clicked while over the StatusBarPanel.
clicks
The number of times that the mouse button was clicked.
x
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.
args
The event arguments received from the client.
Represents the method that will handle the PanelClick event of a StatusBar.
All wisej components implement this interface.
Allows an object to serialize itself.
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.
statusBarPanel
The StatusBarPanel that represents the panel that was clicked.
button
One of the MouseButtons values that represents the mouse buttons that were clicked while over the StatusBarPanel.
clicks
The number of times that the mouse button was clicked.
x
The x-coordinate of the mouse click.
y
The y-coordinate of the mouse click.