HtmlContentPopup Members
#Constructors
Name | Description |
---|---|
Html |
Initializes a new instance of the Html |
Html |
Initializes a new instance of the Html |
#Properties
Name | Description |
---|---|
Appearance | Contains the window’s appearance settings. |
Auto |
Gets or sets a delay after which the Html (opened as a popup window) is automatically closed if the Html |
Auto |
|
Can |
Gets a value indicating whether the component can raise an event. Inherited from Component. |
Container | Gets the IContainer that contains the Component. Inherited from Component. |
Container |
|
Data |
Gets or sets the window’s data context (a business object or data source item). |
Design |
Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
Hide |
Gets or sets whether the Html (opened as a popup window) is automatically closed after a specific delay (Html |
Hide |
Gets or sets whether the Html is hidden when a user clicks any element within this popup.
|
Html |
Gets or sets the source of images to display using <img> tags.
|
Html |
Gets the window’s HTML-CSS template. |
Is |
|
Is |
|
Site | Gets or sets the ISite of the Component. Inherited from Component. |
Tag | Gets or sets an object that stores custom data. |
Tool |
Gets or sets the component that controls the behavior and appearance of hints displayed for HTML elements. |
Use |
|
View |
#Methods
Name | Description |
---|---|
Activate() | Activates the current window. |
Bind |
Uses the command selector to find an appropriate parameterized MVVM command in the source, and binds this command to the target HTML element. |
Bind |
Binds the parameterized MVVM command to the target HTML element. |
Bind |
Uses the command selector to find an appropriate parameterized MVVM command in the source, and binds this command to the target HTML element. |
Calc |
Calculates the popup size required to fit its content without exceeding the maximum width. |
Close() | Closes the window. |
Close |
Closes the Html object that was opened as a modal window, and sets the dialog result.
|
Create |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Inherited from Marshal |
Create |
|
Dispose() | Releases all resources used by the Component. Inherited from Component. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
Inherited from Marshal |
Get |
Returns an object that represents a service provided by the Component or by its Container. Inherited from Component. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Hide() | Makes the window invisible. |
Initialize |
Obtains a lifetime service object to control the lifetime policy for this instance.
Inherited from Marshal |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Marshal |
Of |
|
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Set |
|
Show |
Displays the Html as a popup window within the specified bounds.
|
Show |
Displays the Html object as a modal window within the specified bounds.
|
To |
Returns a String containing the name of the Component, if any. This method should not be overridden. Inherited from Component. |
Update |
#Events
Name | Description |
---|---|
Closed | Fires after the window is closed. This is a notification event. |
Closing | Fires when the window is about to be closed. Allows you to cancel the close operation. |
Custom |
Allows you to specify custom display text for bound field values. |
Customize |
Fires before a popup is shown on-screen and allows you to modify the HTML-CSS template of this Html |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
Element |
|
Element |
Occurs when a user clicks any HTML element. |
Element |
Occurs when a user double-clicks any HTML element. |
Element |
Occurs when a mouse button is pressed over an HTML element. |
Element |
Occurs when a mouse pointer moves while over an HTML element. |
Element |
Occurs when a mouse pointer leaves the bounds of an HTML element. |
Element |
Occurs when a mouse pointer enters the bounds of an HTML element. |
Element |
Occurs when a mouse button pressed over an HTML element is released. |
Hidden | Fires when a window is hidden. |
View |
|
View |