Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Wisej.Web.StatusBar StatusBarPanelCollection
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.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.StatusBarPanel
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.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
)
Throws:
Throws:
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/>".
Throws:
Updates the component on the client. Overridden to repaint the parent control in design mode.
Wisej.Web.StatusBarPanelClickEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for the event.
Initializes a new instance of the class.
Name | Type | Description |
---|
Initializes a new instance of the class.
Wisej.Web.StatusBar
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.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 or sets the docking behavior of the control. (Default: Bottom
)
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 |
---|---|---|
: 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
)
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
)
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: ""
)
: 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
)
The width specified is less than the value of the property.
Begins the initialization of a .
Ends the initialization of a .
Fired when the is clicked.
Name | Description |
---|
Name | Description |
---|
Name | Type | Description |
---|
Initializes a new instance of the class.
Name | Type | Description |
---|
: Returns the to draw.
Name | Description |
---|
: Returns or sets the to be hosted. (Default: null
)
Name | Description |
---|
: 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
)
Fired when a object on a control is clicked.
Name | Description |
---|
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.
Bindable components implement this interface. |
All wisej components implement this interface. |
Allows an object to serialize itself. |
statusBarPanel |
button |
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. |
Bindable components implement this interface. |
All wisej components implement this interface. |
Allows an object to serialize itself. |
Bindable components implement this interface. |
Controls that support drag & drop operations implement this interface. |
All wisej components implement this interface. |
Allows an object to serialize itself. |
statusBarPanel |
button |
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. |
Represents a panel in a control that can host any .
The that represents the panel that was clicked.
One of the values that represents the mouse buttons that were clicked while over the .
Represents the method that will handle the event of a .
All wisej controls derived from the class must implement this interface.
The that represents the panel that was clicked.
One of the values that represents the mouse buttons that were clicked while over the .
sender | The source of the event. |
e | A that contains the event data. |
Fired when a object on a control is clicked. |
Wisej.Web.StatusBarPanelAutoSize
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Specifies how a StatusBarPanel on a StatusBar control behaves when the control resizes.
Name | Description |
---|---|
Name | Description |
---|---|
Wisej.Web.StatusBarPanelBorderStyle
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Specifies the appearance of the border for a StatusBarPanel on a StatusBar control.
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.
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.