Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Wisej.Web.ErrorBlinkStyle
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Specifies constants indicating when the error icon, supplied by an ErrorProvider, should blink to alert the user that an error has occurred.
public enum ErrorBlinkStyle : EnumPublic Enum ErrorBlinkStyle As [Enum]Wisej.Web.Animation
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
AlwaysBlink
Always blink when the error icon is first displayed, or when a error description string is set for the control and the error icon is already displayed.
BlinkIfDifferentError
Blinks when the icon is already displayed and a new error string is set for the control.
NeverBlink
Never blink the error icon.
Returns or sets a value indicating when the error icon flashes.
Blink
Blink animation, the element appears and disappears.
Bounce
Bounce animation. The element bounces up and down.
None
No animation.
Tada
Tada animation. The element is zoomed, giggles and returns to its original size and location..
Returns or sets a value indicating the type of animation to perform when the error icon blinks..
Default
Use the icon defined in the theme.
Error
An error icon.
Info
An information icon.
None
No icon.
Warning
A warning icon.
Returns or sets a value that defines the type of icon to be displayed alongside the HelpTip text.
Returns or sets a value that defines the type of icon to be displayed alongside the ToolTip text.
String: Returns the name of the animation that has fired the event.
Represents the method that will handle the or event of a extender.
Public Class AnimationEventArgs
Inherits EventArgspublic class AnimationEventArgs : EventArgsBottomLeft
The icon appears aligned with the bottom of the control and the left of the control.
BottomRight
The icon appears aligned with the bottom of the control and the right of the control.
MiddleLeft
The icon appears aligned with the middle of the control and the left of the control.
MiddleRight
The icon appears aligned with the middle of the control and the right of the control.
TopLeft
The icon appears aligned with the top of the control and to the left of the control.
TopRight
Returns or sets the default .
Returns a value indicating where the error icon should be placed in relation to the control.
Public Enum ErrorIconAlignment As [Enum]public enum ErrorIconAlignment : Enumsender
The source of the event.
e
A that contains the event data.
Fired when the animation begins.
Fired when the animation ends.
Public Delegate Sub AnimationEventHandler(ByVal sender As [Object], ByVal e As AnimationEventArgs)public delegate void AnimationEventHandler(Object sender, AnimationEventArgs e)Provides support for animating controls or windows using predefined animations definitions or custom animations in response to certain events.
public class Animation : Component, IExtenderProviderPublic Class Animation
Inherits Component
Implements IExtenderProviderInitializes a new instance of the Animation class.
Initializes a new instance of the Animation class attached to an IContainer implementation.
container
An that represents the container of the extender.
List<String>: Manages a collection of used defined animation definitions.
Object: Returns or sets the object that contains programmer-supplied data associated with this component.
Returns a value indicating whether a control can be extended.
extendee
The control to be extended.
Returns: Boolean. true if the control can be extended; otherwise, false.
Removes all animations.
Animation properties.
control
The control to get the animation name for.
Returns: Properties. The name of the selected animation.
Throws:
ArgumentNullException control is null.
Fires the End event.
e
Fires the Start event.
e
Removes all the animation properties from the control .
control
Control to remove from the extender.
Runs the animation of the specified Control immediately. If the control doesn't have a configured animation this method doesn't do anything.
control
The control to animate.
AnimationEventHandler Fired when the animation ends.
AnimationEventHandler Fired when the animation begins.
All wisej components implement this interface.
Allows an object to serialize itself.
The icon appears aligned with the top of the control and to the right of the control.
Wisej.Web.StyleSheet
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Adds CSS styling to controls.
Initializes a new instance of the without a specified container.
Initializes a new instance of the class with a specified container.
: Returns or sets the CSS definitions managed by the extender.
: Returns or set the source of the CSS file containing the CSS definitions managed by the extender.
: Returns or sets the object that contains programmer-supplied data associated with the extender.
Returns true if the StyleSheet extender can offer an extender property to the specified target component.
Returns: . true if the class can offer one or more extender properties; otherwise, false.
Removes all css classes.
Retrieves the CSS class name associated with the specified control.
Returns: . The CSS class name added to the specified control.
Adds the CSS class name to the specified control.
Wisej.Web.Rotation
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Wisej.Web.HelpTip
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Add rotation capabilities along the X,Y,Z axis to Control controls.
public class Rotation : Component, IWisejExtenderProvider, IExtenderProviderPublic Class Rotation
Inherits Component
Implements IWisejExtenderProvider, IExtenderProviderInitializes a new instance of the Rotation extender without a specified container.
Initializes a new instance of the Rotation extender with a specified container.
container
An that represents the container of the extender.
Object: Returns or sets the object that contains programmer-supplied data associated with the StyleSheet extender.
Returns true if the Rotation extender can offer an extender property to the specified target component.
target
The target object to add an extender property to.
Returns: Boolean. true if the Rotation class can offer one or more extender properties; otherwise, false.
Removes all rotation properties.
Rotation properties.
control
The for which to retrieve the rotation properties.
Returns: Properties. A Properties instance with the rotation properties.
Removes all the rotation properties from the control .
control
Control to remove from the extender.
Assigns the rotation properties to the control.
control
The control to rotate.
properties
An instance of defining the rotation style.
All wisej components implement this interface.
Defines the interface for extending properties to other components in a container.
Allows an object to serialize itself.
Represents a small rectangular pop-up window that displays a brief help text next to a control when it gets activated (focused).
public class HelpTip : Component, IExtenderProviderPublic Class HelpTip
Inherits Component
Implements IExtenderProviderInitializes a new instance of the HelpTip without a specified container.
Initializes a new instance of the HelpTip class with a specified container.
container
An that represents the container of the extender.
Boolean: Returns or sets whether the HelpTip provider is currently active.
Placement: Returns or sets the position of the HelpTip in relation to the target control.
Boolean: Returns or sets a value indicating that the control can display html in the Text property.
Int32: Returns or sets the period of time the HelpTip remains visible if the pointer is stationary on a control with specified HelpTip text.
Color: Returns or sets the background color for the HelpTip.
Color: Returns or sets the foreground color for the HelpTip.
ToolTipIcon: Returns or sets a value that defines the type of icon to be displayed alongside the HelpTip text.
Int32: Returns or sets the time that passes before the HelpTip appears.
Object: Returns or sets the object that contains programmer-supplied data associated with the HelpTip.
Returns true if the HelpTip can offer an extender property to the specified target component.
target
The target object to add an extender property to.
Returns: Boolean. true if the HelpTip class can offer one or more extender properties; otherwise, false.
Removes all HelpTip text currently associated with the HelpTip component.
Retrieves the HelpTip text associated with the specified control.
control
The for which to retrieve the text.
Associates HelpTip text with the specified control.
control
The to associate the HelpTip text with.
caption
The HelpTip text to display when the pointer is on the control.
All wisej components implement this interface.
Allows an object to serialize itself.
container
An IContainer that represents the container of the StyleSheet extender.
target
The target object to add an extender property to.
control
The Control for which to retrieve the CSS class name.
control
The Control to add the CSS class name to.
cssClass
The CSS class name to add to the control.
All wisej components implement this interface.
Defines the interface for extending properties to other components in a container.
Allows an object to serialize itself.
Public Class StyleSheet
Inherits Component
Implements IWisejExtenderProvider, IExtenderProviderpublic class StyleSheet : Component, IWisejExtenderProvider, IExtenderProviderInitializes a new instance of the TabOrderManager without a specified container.
Initializes a new instance of the TabOrderManager class with a specified container.
container
An that represents the container of the extender.
Updates the TabIndex of all the children controls.
container
Container owning the children to update.
direction
One of indicating how to increase the tab index.
tabIndex
Starting tab index.
Returns: Int32.
Removes all TabOrderManagerDirection values.
Returns or sets the TabOrderManagerDirection assigned to the specified container.
container
The container that will use the to automatically arrange the of its children.
Returns: TabOrderManagerDirection. One of the TabOrderManagerDirection values.
Resets the TabOrderManagerDirection assigned to the specified container .
container
Adds the TabOrderManagerDirection to the specified container.
container
The container to assign the to.
value
New to assign to the container .
Updates the tab order of the top container and all its child containers.
Updates the TabIndex of all children controls using the specified TabOrderManagerDirection to calculate the tabbing order.
container
The that container the child control to update.
direction
The used to determine the new tabbing order.
Public Class TabOrderManager
Inherits Component
Implements IExtenderProviderpublic class TabOrderManager : Component, IExtenderProviderdeep
True to assign the tab index of all children at all levels.
Wisej.Web.ToolTip
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Represents a small rectangular pop-up window that displays a brief description of a control's purpose when the user rests the pointer on the control.
Initializes a new instance of the without a specified container.
Initializes a new instance of the class with a specified container.
: Returns or sets whether the ToolTip provider is currently active.
: Returns or sets the alignment side and position of the tooltips.
: Returns or sets a value indicating that the control can display HTML in the Text property.
: Returns or sets the automatic delay for the ToolTip.
: Returns or sets the period of time the ToolTip remains visible if the pointer is stationary on a control with specified ToolTip text.
: Returns or sets the text color of the ToolTip.
: Returns or sets the time that passes before the ToolTip appears.
: Returns or sets the object that contains programmer-supplied data associated with the .
: Returns or sets a value that defines the type of icon to be displayed alongside the ToolTip text.
: Returns or sets the icon name or URL to use as the ToolTip icon.
Returns true if the ToolTip can offer an extender property to the specified target component.
Returns: . true if the class can offer one or more extender properties; otherwise, false.
Removes all ToolTip text currently associated with the ToolTip component.
Retrieves the ToolTip text associated with the specified control.
Returns: . A containing the ToolTip text for the specified control.
Associates ToolTip text with the specified control.
Shows the tooltip net to the target component.
Shows the tooltip at the specified x and y screen coordinates.
Shows the tooltip at the specified location .
container
An IContainer that represents the container of the ToolTip extender.
target
The target object to add an extender property to.
control
control
The Control to associate the ToolTip text with.
caption
The ToolTip text to display when the pointer is on the control.
target
A Wisej control or component (i.e. column, header).
text
Text to show in the tooltip.
text
Text to show in the tooltip.
x
y
text
Text to show in the tooltip.
location
Location of the tooltip in screen coordinates.
All wisej components implement this interface.
Allows an object to serialize itself.
Public Class ToolTip
Inherits Component
Implements IExtenderProviderpublic class ToolTip : Component, IExtenderProviderWisej.Web.JavaScript
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Allows controls to execute javascript code.
public class JavaScript : Component, IExtenderProviderPublic Class JavaScript
Inherits Component
Implements IExtenderProviderInitializes a new instance of the JavaScript without a specified container.
Initializes a new instance of the JavaScript class with a specified container.
container
An that represents the container of the extender.
Object: Returns or sets the object that contains programmer-supplied data associated with the JavaScript extender.
Returns true if the JavaScript extender can offer an extender property to the specified target component.
target
The target object to add an extender property to.
Returns: Boolean. true if the JavaScript class can offer one or more extender properties; otherwise, false.
Removes all scripts.
Retrieves the JavaScript code associated with the specified control. The JavaScript code will be execute on the client when the control is created or refreshed.
control
The for which to retrieve the JavaScript code.
Returns the collection of JavaScript event handlers associated with the control.
control
The to attach the JavaScript event handlers to.
Returns: ClientEventCollection.
Retrieves the JavaScript file associated with the specified control. The JavaScript code will be execute on the client when the control is created or refreshed.
control
The for which to retrieve the JavaScript file.
Associates JavaScript code with the specified control.
control
The to associate the JavaScript with.
script
The JavaScript code to execute when the control is created.
Associates JavaScript file with the specified control.
control
The to associate the JavaScript file with.
file
The JavaScript file to execute when the control is created.
All wisej components implement this interface.
Allows an object to serialize itself.
Wisej.Web.ErrorProvider
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Provides a user interface for indicating that a control on a form has an error associated with it.
Initializes a new instance of the class and initializes the default settings for , , and the .
Initializes a new instance of the class attached to a .
Initializes a new instance of the class attached to an implementation.
: Returns or sets a value indicating that the control can display HTML in the ErrorMessage property.
: Returns or sets a value indicating the type of animation to perform when the error icon blinks..
: Returns or sets the rate at which the error icon flashes.
Throws:
The value is less than zero.
: Returns or sets a value indicating when the error icon flashes.
: Returns or sets the parent control for this .
: Returns or sets the list within a data source to monitor for errors.
: Returns or sets the data source that the monitors for errors.
: Returns true when the error provider contains at least one error.
: Returns or sets the that is displayed next to a control when an error description string has been set for the control.
Throws:
The assigned value of the is null.
: Returns or sets the default .
: Returns or sets the default .
: Returns or sets the source URL of the image that is displayed next to a control when an error description string has been set for the control.
Throws:
The assigned value of the is null.
: Returns or sets a value that indicates whether the component is used in a locale that supports right-to-left fonts.
: Returns or sets an object that contains data about the component.
Sets the and properties.
Returns a value indicating whether a control can be extended.
Returns: . true if the control can be extended; otherwise, false.This property will be true if the object is a and is not a or .
Clears all error providers.
Returns the current error description string for the specified control.
Returns: . The error description string for the specified control.
Throws:
control is null.
Returns a value indicating where the error icon should be placed in relation to the control.
Returns: . One of the values. The default icon alignment is .
Throws:
control is null.
Returns the amount of extra space to leave next to the error icon.
Returns: . The number of pixels to leave between the icon and the control.
Throws:
control is null.
Sets the error description string for the specified control.
Throws:
control is null.
Sets the location where the error icon should be placed in relation to the control.
Throws:
control is null.
Sets the amount of extra space to leave between the specified control and the error icon.
Throws:
control is null.
Updated the bindings.
Fired when the property changes value.
containerControl
The ContainerControl to monitor for errors.
container
An IContainer that represents the container of the ErrorProvider extender.
dataSource
A data set based on the IList interface to be monitored for errors.
dataMember
A collection within the dataSource to monitor for errors.
extendee
The control to be extended.
control
The item to get the error description string for.
control
The control to get the icon location for.
control
The control to get the padding for.
control
The control to set the error description string for.
value
The error description string, or null or Empty to remove the error.
control
The control to set the icon location for.
value
One of the ErrorIconAlignment values.
control
The control to set the padding for.
value
The number of pixels to add between the icon and the control .
All wisej components implement this interface.
Allows an object to serialize itself.
Public Class ErrorProvider
Inherits Component
Implements IExtenderProvider, ISupportInitializepublic class ErrorProvider : Component, IExtenderProvider, ISupportInitialize