Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Wisej.Web.Menu
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents the base functionality for all menus.
String: Returns or sets the description that will be reported to accessibility client applications. It is assigned to the "alt" attribute of the browser element. (Default: null
)
String: Returns or sets the name of the control for use by accessibility client applications. It is assigned to the "name" attribute of the browser element. (Default: null
)
AccessibleRole: Returns or sets the accessible role of the menu item that will be reported to accessibility client applications. It is assigned to the "role" attribute of the browser element. (Default: Default
)
Boolean: Returns a value indicating whether this menu contains any menu items. This property is read-only.
Int32: Returns the number of child menu items without forcing the creation of the collection.
MenuItem: Returns the child menu item that is used to display a list of multiple document interface (MDI) child forms.
MenuItemCollection: Returns the collection of MenuItem objects associated with the menu.
String: Returns or sets the name of the Menu.
Object: Returns or sets user-defined data associated with the control. (Default: null
)
Returns the ContextMenu that contains this menu.
Returns: ContextMenu. The ContextMenu that contains this menu. The default is null.
Returns the MainMenu that contains this menu.
Returns: MainMenu. The MainMenu that contains this menu.
Returns the MenuBar that contains this menu.
Returns: MenuBar. The MenuBar that contains this menu.
Merges the MenuItem objects of one menu with the current menu.
Throws:
ArgumentException It was attempted to merge the menu with itself.
MenuItemEventHandler Fired when a new menu item is added to the MenuItemCollection.
MenuItemEventHandler Fired when a menu item is clicked.
MenuItemEventHandler Fired when a menu item is removed from the MenuItemCollection.
Wisej.Web.MenuBar
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents a menu bar component.
Initializes a new instance of the MenuBar class.
Boolean: Enables the overflow handling which automatically removes items that don't fit in the MenuBar and adds them to a drop-down menu button. (Default: True
)
BorderStyle: Returns or sets the border style of the MenuBar control. (Default: None
)
Boolean: Returns or sets whether the control causes validation to be performed on controls that require to be validated when this control receives focus. (Default: False
)
DockStyle: (Default: None
)
MenuItemCollection: Returns the collection of MenuItem objects associated with the menu.
MenuItemEventHandler Fired when a new menu item is added to the MenuItemCollection.
MenuItemEventHandler Fired when a menu item is clicked.
MenuItemEventHandler Fired when a menu item is removed from the MenuItemCollection.
Wisej.Web.MenuItem
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents an individual item that is displayed within a MainMenu or ContextMenu.
Initializes a MenuItem with a blank caption.
Initializes a new instance of the MenuItem class with a specified caption for the menu item.
Name | Type | Description |
---|---|---|
Initializes a new instance of the class with a specified caption and event handler for the Click event of the menu item.
Initializes a new instance of the class with a specified caption, event handler, and associated shortcut key for the menu item.
Initializes a new instance of the class with a specified caption and an array of submenu items defined for the menu item.
Initializes a new instance of the MenuItem class with a specified caption; defined event-handlers for the Click, Select and Popup events; a shortcut key; a merge type; and order specified for the menu item.
Boolean: Returns or sets a value indicating that the control can display HTML in the Text property. (Default: False
)
Boolean: Returns or sets whether the application blocks the browser with a modal mask when this menu item is clicked and until the server is done processing the execution request. (Default: False
)
Color: Returns or sets the background color of the menu item.
CharacterCasing: Returns or sets the case of the text to display to the user. (Default: Normal
)
Boolean: Returns or sets whether a check mark appears next to the text of the menu item. (Default: False
)
Throws:
ArgumentException The MenuItem is a top-level menu or has children.
ICommand: Returns or sets the ICommand implementation to invoke. (Default: null
)
Boolean: Returns or sets whether the menu item is enabled. (Default: True
)
Font: Returns or sets the font of the menu item.
Color: Returns or sets the text color of the menu item.
Form: Returns the Form that owns the Menu.
Image: Returns or sets the icon that is displayed by MenuItem.
String: Returns or sets the theme name or URL for the icon to display in the MenuItem.
Int32: Returns or sets a value indicating the position of the menu item in its parent menu.
Throws:
ArgumentOutOfRangeException The assigned value is less than zero or greater than the item count.
Boolean: Returns a value indicating whether the menu item contains child menu items.
Boolean: Returns or sets whether the menu item will be populated with a list of the Multiple Document Interface (MDI) child windows that are displayed within the associated form. (Default: False
)
Int32: Returns or sets a value indicating the relative position of the menu item when it is merged with another. (Default: 0
)
MenuMerge: Returns or sets a value indicating the behavior of this menu item when its menu is merged with another. (Default: Add
)
Menu: The parent menu that contains this menu item
Boolean: Returns or sets whether the MenuItem, if checked, displays a radio-button instead of a check mark. (Default: False
)
Shortcut: Returns or sets a value indicating the shortcut key associated with the menu item. (Default: None
)
Boolean: Returns or sets whether the shortcut key that is associated with the menu item is displayed next to the menu item caption. (Default: True
)
MenuItemSizeMode: Returns or sets how the menu item is resized when in a MenuBar or MainMenu (Default: Auto
)
Control: Returns the Control that owns the ContextMenu.
String: Returns or sets a value indicating the text of the menu item. Use "-" to display the menu separator.
Boolean: Returns or sets whether the menu item is visible. (Default: True
)
Creates a copy of the current MenuItem.
Returns: MenuItem. A MenuItem that represents the duplicated menu item.
Merges this MenuItem with another MenuItem and returns the resulting merged MenuItem.
Returns: MenuItem. A MenuItem that represents the merged menu item.
Generates a Click event for the MenuItem, simulating a click by a user.
Fires the Select event for this menu item.
Updates the component on the client.
EventHandler Fired when the BackColor property value changes.
EventHandler Fired when the Checked property value changes.
EventHandler Fired when the menu item is clicked or selected using a shortcut key or access key defined for the menu item.
EventHandler Fired when the Command property value changes.
EventHandler Fired when the Font property value changes.
EventHandler Fired when the ForeColor property value changes.
EventHandler Occurs before a menu item's list of menu items is displayed.
EventHandler Fired when the user places the pointer over a menu item.
This event fires only if there is an handler attached to it. A simple overload of the On[Event] method in a derived class will not be invoked unless there is at least one handler attached to the event.
EventHandler Fired when the Text property value changes.
Wisej.Web.MainMenu
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents the main menu in a .
Initializes a new instance of the class without any specified menu items.
Initializes a new instance of the class with the specified container.
Name | Type | Description |
---|
Hides the main menu.
Shows the main menu.
Updates the component on the client. Overridden to update the owner form.
Wisej.Web.MenuItemEventArgs
Wisej.Web.LinkMenuItem
Wisej.Web.ContextMenu
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents a context menu associated to a .
Initializes a new instance of the class with no menu items specified.
Initializes a new instance of the class with a specified set of objects.
Name | Type | Description |
---|
Displays the context menu at the specified position in relation to the specified component.
Displays the context menu at the specified position.
Displays the context menu at the specified position in relation to the specified control.
Throws:
Displays the context menu at the specified position in relation to the specified control.
Throws:
Displays the context menu at the specified position and with the specified alignment in relation to the specified control.
Throws:
Asynchronously displays the context menu at the specified position in relation to the specified component.
Asynchronously displays the context menu at the specified position.
Asynchronously displays the context menu at the specified position in relation to the specified control.
Throws:
Asynchronously displays the context menu at the specified position in relation to the specified control.
Throws:
Asynchronously displays the context menu at the specified position and with the specified alignment in relation to the specified control.
Throws:
Updates the component on the client. Overridden to update the owner control.
Wisej.Web.Menu MenuItemCollection
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents a collection of objects.
Initializes a new instance of .
Name | Type | Description |
---|
: Returns the number of items in the collection.
: Returns a value indicating whether this collection can be modified.
Throws:
Adds an item to the list of items.
Adds an item to the list of items.
Adds an item to the list of items.
Adds an item to the list of items.
Adds an item to the list of items.
Adds a collection of items to the list.
Determines if the specified item is located within the collection.
Determines if the specified item is located within the collection.
Copies the entire collection into an existing array of objects at a specified location within the array.
Finds all the items with a specific key.
Returns an enumerator that can be used to iterate through the item collection.
Retrieves the index within the collection of the specified item.
Throws:
Retrieves the index within the collection of the specified item.
Removes the specified item from the list.
Removes an item at the specified index.
Throws:
Removes the item with the specified key.
Parameter | Type | Description |
---|---|---|
Name | Description |
---|---|
Name | Description |
---|---|
Name | Description |
---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Name | Description |
---|---|
Initializes a new instance of the with a specified set of objects.
Name | Type | Description |
---|
: Enables the overflow handling which automatically removes items that don't fit in the and adds them to a drop-down button. (Default: True
)
: Returns or sets the background color of the main menu bar.
: Returns or sets whether clicking menu items causes validation to be performed on the active control. (Default: False
)
: Returns or sets whether the menu is visible. (Default: True
)
: Returns or sets the font of the main menu bar.
: Returns or sets the text color of the main menu bar.
: Returns or sets whether the text displayed by the control is displayed from right to left.
: Returns or sets whether the menu is visible. (Default: True
)
Creates a new that is a duplicate of the current .
Returns: . A that represents the cloned menu.
Returns the that contains this menu.
Returns: . A that is the container for this menu. Returns null if the is not currently hosted on a form.
Fired when the property value changes.
Fired when the value of the property changes.
Fired when the property value has changed.
Fired when the property value changes.
Fired when the property value changes.
Fired when the property value changes.
Name | Description |
---|
: Returns or sets the URL to navigate to when this item is clicked. (Default: ""
)
: Returns or sets where to open the URL specified in . (Default: ""
)
Fired when the property value changes.
Name | Description |
---|
Initializes a new instance of the class with a specified container.
Name | Type | Description |
---|
: Returns or sets whether the text displayed by the control is displayed from right to left.
: Returns the component that is displaying the shortcut menu.
: Returns the control that is displaying the shortcut menu.
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
The control parameter is null.
The control is not visible.
Parameter | Type | Description |
---|
The control parameter is null.
The handle of the control does not exist or the control is not visible.
Parameter | Type | Description |
---|
The control parameter is null.
The control is not visible.
Parameter | Type | Description |
---|
Returns: .
Parameter | Type | Description |
---|
Returns: .
Parameter | Type | Description |
---|
Returns: .
The control parameter is null.
The control is not visible.
Parameter | Type | Description |
---|
Returns: .
The control parameter is null.
The handle of the control does not exist or the control is not visible.
Parameter | Type | Description |
---|
Returns: .
The control parameter is null.
The control is not visible.
Fired when the context menu collapses.
Occurs before the context menu is displayed on the client when shown using one of the or methods. It doesn't fire when the context menu is associated to a control and it's shown from a user event (i.e. the user right clicks on the control associated with the context menu).
Occurs after the context menu is displayed on the client.
Name | Description |
---|
: Retrieves the item at the specified index within the collection.
The index was less than zero; or the index was greater of equal to the count of items in the collection.
: Retrieves the item at the specified index within the collection.
Parameter | Type | Description |
---|
Returns: .
Parameter | Type | Description |
---|
Returns: .
Parameter | Type | Description |
---|
Returns: .
Parameter | Type | Description |
---|
Returns: .
Parameter | Type | Description |
---|
Returns: .
Parameter | Type | Description |
---|
Removes all items from the .
Removes and disposes all items from the .
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
Returns: . true if the item is located within the collection; otherwise, false.
Parameter | Type | Description |
---|
Returns: . true if the item is located within the collection; otherwise, false.
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
Returns: .
Returns: . A that represents the item collection.
Parameter | Type | Description |
---|
Returns: . The zero-based index where the item is located within the collection; otherwise, -1.
The value parameter was null.
Parameter | Type | Description |
---|
Returns: . The zero-based index where the item is located within the collection; otherwise, -1.
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
The index parameter was less than zero, or the index parameter was greater than or equal to the count of items in the collection.
Parameter | Type | Description |
---|
source
The Menu whose menu items are merged with the menu items of the current menu.
Represents an individual menu item that is displayed within a MainMenu or ContextMenu and always shows a checkbox next to the label.
Represents a context menu associated to a Control.
Represents an individual menu item that is displayed within a MainMenu or ContextMenu rendered using the <a> link element to let the browser process the specified HRef URL.
Represents the main menu in a Form.
Represents an individual item that is displayed within a MainMenu or ContextMenu.
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.
All wisej controls derived from the Control class must implement this interface.
Allows an object to serialize itself.
text
The caption for the menu item.
onClick
The EventHandler that handles the Click event for this menu item.
text
The caption for the menu item.
onClick
The EventHandler that handles the Click event for this menu item.
shortcut
One of the Shortcut values.
text
The caption for the menu item.
items
An array of MenuItem objects that contains the submenu items for this menu item.
mergeType
One of the MenuMerge values.
mergeOrder
The relative position that this menu item will take in a merged menu.
shortcut
One of the Shortcut values.
text
The caption for the menu item.
onClick
The EventHandler that handles the Click event for this menu item.
onPopup
The EventHandler that handles the Popup event for this menu item.
onSelect
The EventHandler that handles the Select event for this menu item.
items
An array of MenuItem objects that contains the submenu items for this menu item.
Represents an individual menu item that is displayed within a MainMenu or ContextMenu and always shows a checkbox next to the label.
Represents an individual menu item that is displayed within a MainMenu or ContextMenu rendered using the <a> link element to let the browser process the specified HRef URL.
Bindable components implement this interface.
Defines an object that can invoke a Command.
All wisej components implement this interface.
Allows an object to serialize itself.
items |
Bindable components implement this interface. |
All wisej components implement this interface. |
Allows an object to serialize itself. |
Bindable components implement this interface. |
All wisej components implement this interface. |
Allows an object to serialize itself. |
container |
component | Can be any Wisej visual component: i.e. tool button, column header, etc. |
position |
pos |
control |
position |
control |
pos |
control |
pos |
alignment |
component | Can be any Wisej visual component: i.e. tool button, column header, etc. |
position |
pos |
control |
position |
control |
pos |
control |
pos |
alignment |
Bindable components implement this interface. |
All wisej components implement this interface. |
Allows an object to serialize itself. |
caption | The text of the new menu item. |
caption | The text of the new menu item. |
onClick | An event handler for the click event. |
caption | The text of the new menu item. |
items | List of child menu items. |
item | The new menu item. |
index | The index where to add/insert the new menu item. |
item |
items |
dispose | Indicates whether the removed items should be disposed. |
value | An object representing the item to locate in the collection. |
key | The key of the item to locate. |
dest | The object array to copy the collection to. |
index | The location in the destination array to copy the collection to. |
key | The key of the item to locate. |
searchAllChildren | Indicates that the search should include child items. |
value | The menu item to locate. |
key | The key for the menu item to locate. |
item | The item to remove. |
index | The index of the item to remove. |
key | The key of the menu item to remove. |
text
The caption for the menu item.
container |
item |
Add | The is added to the collection of existing objects in a merged menu. |
MergeItems | All submenu items of this are merged with those of existing objects at the same position in a merged menu. |
Remove | The is not included in a merged menu. |
Replace | The replaces an existing at the same position in a merged menu. |
Returns or sets a value indicating the behavior of this menu item when its menu is merged with another. |
sender | The source of the event. |
e | A that contains the event data. |
Fired when a menu item is clicked. |
Fired when a new menu item is added to the . |
Fired when a menu item is removed from the . |
Fired when a menu item is clicked. |
Fired when a new menu item is added to the . |
Fired when a menu item is removed from the . |
Bindable components implement this interface. |
All wisej components implement this interface. |
Allows an object to serialize itself. |
menuItems |
Auto | The width of the is determined by its contents. |
Fill | The uses the available space on the or (the space not taken up by other menu items whose property is set to ) and shares it with other menu items that have their property set to . |
Returns or sets how the menu item is resized when in a or |
owner |
An array of objects that will be added to the .
Defines an object that can invoke a .
An that represents the container of the extender.
A that specifies position of the menu in relation to the component parameter.
onclose
Optional async handler for the close event; called when the context menu has been closed. It's the equivalent of handling the
A that specifies the coordinates at which to display the menu.
onclose
Optional async handler for the close event; called when the context menu has been closed. It's the equivalent of handling the
A that specifies the control with which this shortcut menu is associated.
A that specifies position of the menu in relation to the control parameter.
onclose
Optional async handler for the close event; called when the context menu has been closed. It's the equivalent of handling the
A that specifies the control with which this shortcut menu is associated.
A that specifies the coordinates at which to display the menu. These coordinates are specified relative to the client coordinates of the control specified in the control parameter.
onclose
Optional async handler for the close event; called when the context menu has been closed. It's the equivalent of handling the
A that specifies the control with which this shortcut menu is associated.
A that specifies the coordinates at which to display the menu. These coordinates are specified relative to the client coordinates of the control specified in the control parameter.
A that specifies the alignment of the control relative to the pos parameter.
onclose
Optional async handler for the close event; called when the context menu has been closed. It's the equivalent of handling the
A that specifies position of the menu in relation to the component parameter.
A that specifies the coordinates at which to display the menu.
A that specifies the control with which this shortcut menu is associated.
A that specifies position of the menu in relation to the control parameter.
A that specifies the control with which this shortcut menu is associated.
A that specifies the coordinates at which to display the menu. These coordinates are specified relative to the client coordinates of the control specified in the control parameter.
A that specifies the control with which this shortcut menu is associated.
A that specifies the coordinates at which to display the menu. These coordinates are specified relative to the client coordinates of the control specified in the control parameter.
A that specifies the alignment of the control relative to the pos parameter.
The to add to the collection
An representing the container of the .
The to store in this event.
Represents the method that will handle the and events of the class.
Defines an object that can invoke a .
An array of objects that represent the menu items to add to the shortcut menu.
The object that owns the collection.