SilverlightApplication Class |
Namespace: CMS.UIControls
public class SilverlightApplication : Panel, INamingContainer
The SilverlightApplication type exposes the following members.
Name | Description | |
---|---|---|
SilverlightApplication |
Default constructor.
|
Name | Description | |
---|---|---|
OnLoad |
OnLoad event
(Overrides ControlOnLoad(EventArgs).) | |
OnPreRender |
OnPreRender event
(Overrides ControlOnPreRender(EventArgs).) | |
RenderControl |
Renders control
(Overrides ControlRenderControl(HtmlTextWriter).) | |
RenderObjectAttributes |
Renders attributes for the object html element.
| |
RenderObjectParameters |
Renders all param element for the object element.
|
Name | Description | |
---|---|---|
AddCssClass |
Adds CSS class to control. If class is already present, than adding is skipped. Class names are case sensitive.
(Defined by ControlsExtensions.) | |
AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) | |
CallHandled |
Calls the method handled by the exception handler. If the call doesn't succeed, the problem is reported through parent IExceptionHandler control instead of throwing unhandled exception for the entire page.
Returns true, if the call succeeded, otherwise returns false.
(Defined by ControlsExtensions.) | |
GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
GetCssClasses |
Returns all CSS classes of control.
(Defined by ControlsExtensions.) | |
GetRenderedHTML |
Returns HTML which would be rendered by control to page.
(Defined by ControlsExtensions.) | |
GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
HasCssClass |
Checks whether the control has given CSS class. Class names are case sensitive.
(Defined by ControlsExtensions.) | |
RemoveCssClass |
Removes all occurrences. Class names are case sensitive.
(Defined by ControlsExtensions.) | |
SetCssClasses |
Sets CSS classes to the control. Current classes will be overridden.
(Defined by ControlsExtensions.) | |
ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
Name | Description | |
---|---|---|
SILVERLIGHT_APPLICATION_ONERROR |
Default name of the javascript error handling function.
|
Name | Description | |
---|---|---|
AdditionalParameters |
Array of additional parameters.
| |
AllowHtmlPopupWindow |
Gets or sets AllowHtmlPopupWindow property indicating whether the Html popup window is enabled.
| |
ApplicationPath |
Silverlight application path.
| |
AutoUpgrade |
Gets or sets AutoUpgrade attribute.
| |
ContainerBackground |
Silverlight application container background.
| |
ContainerClientID |
ClientID of the object Html element.
| |
ContainerUniqueID |
UniqueID of the object Html element.
| |
Controls |
Gets a System.Web.UI.ControlCollection object that represents the child controls
for silverlight application control in the UI hierarchy.
(Overrides ControlControls.) | |
Enabled |
Enabled property specifing whether the silverlight application is enabled. If set to false only alternate content is rendered.
(Overrides WebControlEnabled.) | |
EnableHtmlAccess |
Gets or sets EnableHtmlAccess property indicating whether the Html access is enabled.
| |
Height |
Silverlight application container height.
(Overrides WebControlHeight.) | |
IsWindowless |
Gets or sets value indicating whether the silverlight application should be windowless or not. Default is true.
| |
MinimumVersion |
Minimum version of the Microsoft Silverlight which is required by the current silverlight application.
| |
OnSilverlightError |
Gets or sets the name of the javascript function used for silverlight error handling.
| |
Parameters |
Silverlight application parameters.
| |
Width |
Silverlight application container width.
(Overrides WebControlWidth.) |