Wisej.Web.StatusBarPanelAutoSize
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Specifies how a StatusBarPanel on a StatusBar control behaves when the control resizes.
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.
Wisej.Web.StatusBarPanelBorderStyle
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Specifies the appearance of the border for a StatusBarPanel on a StatusBar control.
Name | Description |
---|---|
Name | Description |
---|---|
Wisej.Web.StatusBarPanelClickEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Represents the method that will handle the PanelClick event of a StatusBar.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.StatusBarPanel
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Represents a panel in a StatusBar control. Although the StatusStrip control replaces and adds functionality to the StatusBar control of previous versions, StatusBar is retained for both backward compatibility and future use if you choose.
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.
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.StatusBar
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.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.StatusBarPanelClickEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.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.
Name | Description |
---|---|
Name | Description |
---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Dashed
A dashed line border.
Dotted
A dotted line border.
Double
A double solid line border.
None
No border.
Raised
A three-dimensional raised border.
Solid
A solid line border.
Sunken
A three-dimensional sunken 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.
All wisej components implement this interface.
Allows an object to serialize itself.
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.
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.
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.