DevExpress.Utils.v7.1
Represents padding or margin information associated with a control or a brick.
Initializes a new instance of the PaddingInfo class with the specified dpi value.
A value that specifies the dpi of the padding. This value is assigned to the property.
Initializes a new instance of the PaddingInfo class and copies the settings from the object passed as the parameter according to the specified dpi value.
A object whose settings are used to initialize the created object's properties.
A value that specifies the dpi of the padding. This value is assigned to the property.
Initializes a new instance of the PaddingInfo class with the dpi of the specified graphics unit.
A value that specifies the graphics unit of the padding. The dpi value of the graphics unit is assigned to the property.
Initializes a new instance of the PaddingInfo class with the specified left, right, top, bottom and dpi values.
An integer value that specifies the left value of the padding. This value is assigned to the property.
An integer value that specifies the right value of the padding. This value is assigned to the property.
An integer value that specifies the top value of the padding. This value is assigned to the property.
An integer value that specifies the bottom value of the padding. This value is assigned to the property.
A value that specifies the dpi of the padding. This value is assigned to the property.
Initializes a new instance of the PaddingInfo class with the specified left, right, top and bottom values.
An integer value that specifies the left value of the padding. This value is assigned to the property.
An integer value that specifies the right value of the padding. This value is assigned to the property.
An integer value that specifies the top value of the padding. This value is assigned to the property.
An integer value that specifies the bottom value of the padding. This value is assigned to the property.
Initializes a new instance of the PaddingInfo class with the specified left, right, top and bottom values, and the dpi of the specified graphics unit.
An integer value that specifies the left value of the padding. This value is assigned to the property.
An integer value that specifies the right value of the padding. This value is assigned to the property.
An integer value that specifies the top value of the padding. This value is assigned to the property.
An integer value that specifies the bottom value of the padding. This value is assigned to the property.
A value that specifies the graphics unit of the padding. The dpi value of the graphics unit is assigned to the property.
Gets or sets the padding value for the bottom edge.
An integer value which represents the padding value (in pixels) for the bottom edge.
Deflates the specified rectangle by the rectangle of the current padding with the specified dpi.
A value which specifies the rectangle to be deflated.
A value which specifies the dpi value to be applied to the left, top, right and bottom padding values before deflating.
A value that represents the deflated rectangle.
Deflates the specified size by the size of the current padding with the specified dpi.
A value which specifies the size to be deflated.
A value which specifies the dpi value to be applied to the left, top, right and bottom padding values before deflating.
A value that represents the deflated size.
Deflates the specified height value by the height of the current padding with the specified dpi.
A value which specifies the height to be deflated.
A value which specifies the dpi value to be applied to the top and bottom padding values before deflating.
A value that represents the deflated height.
Deflates the specified height value by the height of the current padding.
A value which specifies the height to be deflated.
A value that represents the deflated height.
Deflates the specified width value by the width of the current padding with the specified dpi.
A value which specifies the width to be deflated.
A value which specifies the dpi value which should be applied to the left and right padding values before deflating.
A value that represents the deflated width.
Deflates the specified width value by the width of the current padding.
A value which specifies the width to be deflated.
A value that represents the deflated width.
Gets or sets the dpi value used to perform internal calculations.
A value which represents the dpi value for this padding.
Provides a PaddingInfo object with no padding.
A object representing an empty padding.
Determines whether the specified object is equal to the current PaddingInfo instance.
The object to compare with the current object.
true if the specified object is equal to the current PaddingInfo instance; otherwise false.
Gets the hash code (a number) that corresponds to the value of the current PaddingInfo object.
An integer value representing the hash code for the current object.
Inflates the specified size by the size of the current padding with the specified dpi.
A value which specifies the size to be inflated.
A value which specifies the dpi value to be applied to the left, top, right and bottom padding values before inflating.
A value that represents the inflated size.
Inflates the specified rectangle by the rectangle of the current padding with the specified dpi.
A value which specifies the rectangle to be inflated.
A value which specifies the dpi value to be applied to the left, top, right and bottom padding values before inflating.
A value that represents the inflated rectangle.
Inflates the specified height value by the height of the current padding with the specified dpi.
A value which specifies the height to be inflated.
A value which specifies the dpi value to be applied to the top and bottom padding values before inflating.
A value that represents the inflated height.
Inflates the specified height value by the height of the current padding.
A value which specifies the height to be inflated.
A value that represents the inflated height.
Inflates the specified width value by the width of the current padding with the specified dpi.
A value which specifies the width to be inflated.
A value which specifies the dpi value which should be applied to the left and right padding values before inflating.
A value that represents the inflated width.
Inflates the specified width value by the width of the current padding.
A value which specifies the width to be inflated.
A value that represents the inflated width.
Determines whether the padding is empty (all padding values are null).
true if the padding is empty; otherwise, false.
Gets or sets the padding value for the left edge.
An integer value which represents the padding value (in pixels) for the left edge.
Gets or sets the padding value for the right edge.
An integer value which represents the padding value (in pixels) for the right edge.
Rotates padding values counterclockwise the specified number of times.
An integer value which specifies the number of times for padding values to rotate.
Gets or sets the padding value for the top edge.
An integer value which represents the padding value (in pixels) for the top edge.
Enumerates tooltip types that are supported by controls.
The default tooltip type. The actual tooltip type is determined by a control.
A regular tooltip that consists of the title and contents regions.
A that supports multiple text and image regions.
Contains options which define how a document is exported to HTML format.
Initializes a new instance of the HtmlExportOptions class with the default settings.
Provides appearance options.
Initializes a new instance of the class.
Copies all settings from the options object passed as the parameter and assigns them to the current object.
A descendant whose settings are assigned to the current object.
Gets or sets whether to use the property value.
true to use the property value; false to use the background color specified by the parent appearance object.
Gets or sets whether to use the property value.
true to use the property value; false to use the border color specified by the parent appearance object.
Gets or sets whether to use the property value.
true to use the property value; false to use the font settings specified by the parent appearance object.
Gets or sets whether to use the property value.
true to use the property value; false to use the foreground color specified by the parent appearance object.
Gets or sets whether to use the property value.
true to use the property value; false to use the background image specified by the parent appearance object.
Gets or sets whether to use the property value.
true to use the property value; false to use the text options specified by the parent appearance object.
Represents an appearance object.
Initializes a new instance of the class.
Initializes a new instance of the class with the specified parent.
An object representing the parent appearance object. This value is assigned to the property.
Initializes a new instance of the class.
An object implementing the IAppearanceOwner interface.
A boolean value.
Initializes a new instance of the class.
An representing the appearance object whose settings are used to initialize the created object's properties.
A DefaultAppearance object representing default appearance settings.
Initializes a new instance of the class with default settings.
A object containing the default appearance settings.
Initializes a new instance of the class with the specified owner and parent appearance object.
An object implementing the IAppearanceOwner interface.
An object which represents the parent appearance object. This value is assigned to the property.
Initializes a new instance of the class with the specified settings.
An object whose settings are used to initialize the created object's properties.
A object.
Initializes a new instance of the class with the specified name.
A value specifying the name of the created object. This value is assigned to the property.
Initializes a new instance of the class with the specified owner, parent and name.
An object implementing the IAppearanceOwner interface.
An object which represents the parent of the created object. This value is assigned to the property.
A value specifying the name of the created object. This value is assigned to the property.
Initializes a new instance of the class with the specified name and parent.
An object which represents the parent of the created object. This value is assigned to the property.
A value specifying the name of the created object. This value is assigned to the property.
Copies all settings from the appearance object passed as a parameter.
An object representing the source of the operation.
Sets the appearance object's settings to default values.
An AppearanceDefault object containing default appearance settings.
Copies all the settings in the appearance object passed as the parameter to the current object without raising the event.
An object representing the source of the operation.
Gets or sets the background color.
A object specifying the background color.
Gets or sets the ending color of the background's gradient brush.
A object specifying the ending color of the linear gradient brush used to fill the background.
Prevents the event from being fired.
Gets or sets the border color.
A object specifying the border color.
Calculates the size of the string painted with the font specified by the current object.
A object which provides painting facilities.
A structure which represents the size (in pixels) of the string.
Calculates the length of the specified string drawn with the specified object.
A object which provides storage for pens, fonts and brushes.
A object which represents formatting information, such as line spacing and alignment, for the string.
A value which represents a string to measure.
An integer value specifying the maximum width of the string (in pixels).
A structure which represents the size, in pixels, of the string.
Calculates the length of the specified string.
A object which provides storage for the pens, fonts and brushes used.
A value which represents the string to measure.
An integer value specifying the maximum width of the string (in pixels).
A structure which represents the size (in pixels) of the string.
Calculates the length of the specified string drawn with the specified object.
A object which provides painting facilities.
A object which represents formatting information, such as the line spacing for the string.
A value which represents the string to measure.
An integer value specifying the maximum width of the string (in pixels).
A structure which represents the size (in pixels) of the string.
Calculates the length of the specified string.
A object which provides painting facilities.
A value which represents a string to measure.
An integer value specifying the maximum width of the string (in pixels).
A structure which represents the size (in pixels) of the string.
Unlocks the appearance object after a call to the method without raising the event.
Fires when the appearance object's properties are changed.
Creates a copy of the current instance.
An object which represents an exact copy of the current appearance object.
Copies the activated settings from the appearance object passed as the parameter.
An object whose settings are going to be copied.
Gets the default appearance settings which are used to paint 3-D elements in Windows.
An object which represents the default appearance settings used to paint 3-D elements in Windows.
Gets the default font of the appearance object.
A object which represents the default font. The default value is the Tahoma font.
Releases all resources used by the current appearance object.
Draws the background.
A object that provides a means for painting.
A object providing storage for the pens, fonts and brushes used during painting.
A structure specifying the drawing area.
Draws the background for the area contained within the specified boundary.
A object providing storage for the pens, fonts and brushes used during painting.
A structure specifying the drawing area.
Draws the background for the area contained within the specified boundary.
A object that provides a means for painting.
A object providing storage for the pens, fonts and brushes used during painting.
A structure specifying the drawing area.
A Boolean value.
Draws the background for the area contained within the specified boundary.
A object providing storage for the pens, fonts and brushes used during painting.
A structure specifying the drawing area.
A Boolean value.
Draws a text string at the specified position.
A object providing storage for the pens, fonts and brushes used during painting.
A value representing the text to be drawn.
A value representing the drawing area.
Draws a text string at the specified position using the specified color.
A object providing storage for the pens, fonts and brushes used during painting.
A value representing the text to be drawn.
A value representing the drawing area.
A object which determines the color and texture of the drawn text.
Draws a text string at the specified position using the specified color and format.
A object providing storage for the pens, fonts and brushes used during painting.
A value representing the text to be drawn.
A value representing the drawing area.
A object which determines the color and texture of the drawn text.
A object which specifies formatting attributes, such as the line spacing and alignment, that are applied to the drawn text.
Draws a text string at the specified position using the specified format.
A object providing storage for the pens, fonts and brushes used during painting.
A value representing the text to be drawn.
A value representing the drawing area.
A object which specifies formatting attributes, such as the line spacing and alignment, that are applied to the drawn text.
Draws a text string at the specified position using the specified font and format.
A object providing storage for the pens, fonts and brushes used during painting.
A value representing the text to be drawn.
A value representing the drawing area.
A object which defines the font and associated settings of the text to be drawn.
A object which specifies formatting attributes, such as the line spacing and alignment, that are applied to the drawn text.
Draws a text string at the specified position using the specified font, color and format.
A object which provides the storage for the pens, fonts and brushes used during painting.
A value which represents the text to be drawn.
A structure which represents the drawing area.
A object which defines the font and associated settings of the text to be drawn.
A object which specifies the color and texture of the drawn text.
A object which specifies formatting attributes such as the line spacing and alignment that are applied to the drawn text.
Draws a text string vertically with the specified angle and at the specified position using the specified font, color and format.
A object which provides the storage for the pens, fonts and brushes used during painting.
A value which represents the text to be drawn.
A object which defines the font and associated settings of the text to be drawn.
A object which specifies the color and texture of the drawn text.
A structure which represents the drawing area.
A object which specifies formatting attributes such as the line spacing and alignment that are applied to the drawn text.
An integer value specifying the angle in degrees at which the text should be drawn.
Unlocks the appearance object after a call to the method.
Fills the interior of a rectangle specified by a structure.
A object providing storage for the pens, fonts and brushes used during painting.
A value representing the drawing area.
Fills the interior of a rectangle specified by a structure.
A object providing storage for the pens, fonts and brushes used during painting.
A value representing the drawing area.
A Boolean value.
Gets or sets the font used to paint the text.
A object specifying the font used to display the contents of elements.
Gets the height of the font used by the apperance object.
An integer value which specifies the font's height.
Gets or sets the foreground color.
A structure specifying the foreground color.
Gets the solid brush used to draw the element's background.
A object that provides access to the pens and brushes used for painting.
A descendant representing the brush specified by the appearance object's settings.
Gets the brush used to draw an element's background.
A object that provides access to the pens and brushes used for painting.
A structure specifying the rectangle for which a brush is created.
A descendant representing the brush specified by the appearance object's settings.
Gets the background color specified by the appearance object's settings.
A object representing the background color specified by the appearance object's settings.
Gets the ending color of the linear gradient brush, specified by the appearance object's settings.
A object representing the ending color of the linear gradient brush as specified by the appearance object's settings.
Gets the pen used to draw the element's background lines and curves.
A object that provides access to the pens and brushes used for painting.
A object representing a pen specified by the appearance object's settings.
Gets the brush used to draw the element's border.
A object that provides access to the pens and brushes used for painting.
A descendant representing a brush specified by the appearance object's settings.
Gets the element's border color specified by the appearance object's settings.
A object representing the element's border color specified by the appearance object's settings.
Gets the pen used to draw the border's lines and curves.
A object that provides access to the pens and brushes used for painting.
A object representing a pen specified by the appearance object's settings.
Gets the font settings specified by the appearance object's settings.
A object specifying the font used to display the contents of elements.
Gets the solid brush whose color is specified by the property.
A object that provides access to the pens and brushes used for painting.
A descendant representing a brush specified by the appearance object's settings.
Gets the foreground color specified by the appearance object's settings.
A structure specifying the element content's foreground color.
Gets the pen whose color is specified by the property.
A object that provides access to the pens and brushes used for painting.
A object representing a pen specified by the appearance object's settings.
Gets the background gradient's direction specified by the appearance object's settings.
A enumeration value giving the gradient's direction as specified by the appearance object's settings.
Gets the background image specified by the appearance object's settings.
A object representing the element's background image as specified by the appearance object's settings.
Gets the formatting attributes specified by the appearance object's settings.
A object which specifies formatting attributes, such as the line spacing and alignment.
Gets the formatting attributes specified by the object passed as the parameter.
A object which provides the text settings.
A object which specifies formatting attributes (such as the line spacing and alignment) based on the text settings specified.
Gets the text options specified by the appearance object's settings.
A TextOptions object containing the text options.
Returns a TextureBrush object which uses the image specified by the property to fill the interior of a shape.
A System.Drawing.TextureBrush object which represents the brush that fills the interior of a shape with the image specified by the property.
Gets or sets the background gradient's direction.
A enumeration value specifying the gradient's direction.
Gets the horizontal alignment of the appearance object's text.
A enumeration value specifying the horizontal alignment of the text.
Gets or sets the background image.
A object specifying the background image.
Gets whether the current object has been disposed of.
true if the current object has been disposed of; otherwise, false.
Gets or sets the name of the current appearance object.
A value which specifies the name of the current appearance object.
Provides access to the appearance object's options.
An object containing the appearance options.
Occurs when specific settings that control the text appearance are changed.
Gets the parent appearance object.
An object representing the parent appearance object. null (Nothing in Visual Basic) if no parent appearance object is assigned.
Reverts the appearance object's properties to their default values.
Tests whether the should be persisted.
true if the object should be persisted; otherwise, false.
Occurs when specific settings that control the size of text are changed.
Provides access to the appearance object's text options.
A object containing text options.
Returns a string representing the current appearance object.
A value which represents an appearance object.
Contains the values that define what kind of information is displayed in the current .
Indicates that DateTime information is displayed in the current .
Indicates that the property value is displayed in the current .
Indicates that the current page number is displayed in the .
Indicates that both the current page number and the total number of pages in the current report are displayed in the current .
Indicates that the current page number is displayed in the using roman numerals in uppercase.
Indicates that the current page number is displayed in the using roman numerals in lowercase.
Indicates that the user name for the current thread is displayed in the .
Specifies brick alignment relative to its layout rectangle.
Specifies whether a brick is aligned by the center of the layout rectangle.
Specifies wheter a brick is aligned away from the original position of the layout rectangle.
Specifies the text be aligned near the layout. In a left-to-right layout, the near position is left. In a right-to-left layout, the near position is right.
Cancels brick alignment.
Specifies the borders displayed around a brick.
Applies all borders to a brick.
Applies the bottom border to a brick.
Applies the left border to a brick.
No borders are applied to a brick.
Applies the right border to a brick.
Applies the top border to a brick.
Provides data for the mouse events.
Initializes a new instance of the class with the specified parameters.
A enumeration value that defines which mouse button was pressed. This value is assigned to the property.
An integer value which specifies the number of times the mouse button was pressed and released. This value is assigned to the property.
An integer value which specifies the x-coordinate of a mouse click, in pixels. This value is assigned to the property.
An integer value which specifies the y-coordinate of a mouse click, in pixels. This value is assigned to the property.
An integer value which specifies a signed count of the number of detents the mouse wheel has rotated. This value is assigned to the property.
Initializes a new instance of the class.
A enumeration value that defines which mouse button was pressed. This value is assigned to the property.
An integer value which specifies the number of times the mouse button was pressed and released. This value is assigned to the property.
An integer value which specifies the x-coordinate of a mouse click, in pixels. This value is assigned to the property.
An integer value which specifies the y-coordinate of a mouse click, in pixels. This value is assigned to the property.
An integer value which specifies a signed count of the number of detents the mouse wheel has rotated. This value is assigned to the property.
true if the event hasn't been handled by a control; otherwise, false. This value is assigned to the property.
Converts the object passed as a parameter to a object.
A object which contains data for the MouseUp, MouseDown, and MouseMove events.
A object which provides data for the mouse events.
Converts the object passed as a parameter to a object.
A descendant.
A object which contains data for the mouse events.
A object which provides data for the mouse events.
Gets or sets a value specifying whether an event has been handled.
true if the event hasn't been handled by a control; otherwise, false.
For internal use.
Serves as a base for the classes that provide the appearance settings used to paint Developer Express .NET controls.
Initializes a new instance of the class.
Copies the settings from the object passed as the parameter.
A descendant representing the source of the operation. If null (Nothing in Visual Basic) this method does nothing.
Copies the settings from the object passed as the parameter without raising the event.
A descendant representing the source of the operation. If null (Nothing in Visual Basic) this method does nothing.
Prevents the event from being fired.
Unlocks the collection after a call to the method without raising the event.
Fires when the collection is changed.
Copies the activated appearance settings of the object passed as the parameter to the current object, any properties that aren't activated are set to the value in the default appearance object.
A descendant representing the source of the operation.
An array of DevExpress.Utils.AppearanceDefaultInfo objects which represent the default appearance settings.
Copies the activated appearance settings of the object passed as the parameter and activates their corresponding options, any properties not activated are set to the value in the default appearance object.
A descendant representing the source of the operation.
An array of DevExpress.Utils.AppearanceDefaultInfo objects which represent the default appearance settings.
true to enable options which correspond to the activated appearance settings; otherwise, false.
Copies the style settings from the object to the object.
A value which identifies the appearance object.
A object which represents the style whose settings are to be copied.
A object.
Releases all the resources used by the current object.
Unlocks the collection after a call to the method.
Gets an appearance object contained within the collection by its name.
A value specifying the name of the required appearance object.
The object within the collection which has the specified name.
Returns an that can iterate through the hashtable.
An for the hashtable.
Gets whether the current object has been disposed of.
true if the current object has been disposed of; otherwise, false.
Indicates whether the collection's owner is currently being initialized.
false always.
Occurs when specific settings that control the text appearance are changed.
Resets the properties of all the appearance objects within the collection to their default values.
Restores the appearance settings stored at the specified system registry path.
A string value specifying the system registry path. If the specified path doesn't exist, calling this method has no effect.
Restores the appearance settings from the specified stream.
A descendant from which the appearance settings are read.
Loads the appearance settings stored in the specified XML file.
A string value specifying the path to the XML file which contains the appearance settings to be loaded. If the specified file doesn't exist, an exception is raised.
Saves the appearance settings to a system registry path.
A string value specifying the system registry path to which the appearance settings are saved.
Saves the appearance settings to a specific stream.
A descendant to which the appearance settings are written.
Saves the appearance settings to a specific XML file.
A string value specifying the path to the file in which the appearance settings should be stored. If an empty string is specified, an exception is raised.
Tests whether the should be persisted.
true if the object should be persisted; otherwise, false.
Occurs when specific settings that control text size are changed.
Provides appearance options.
Initializes a new instance of the class with default settings.
Copies all the settings from the options object passed as the parameter and assigns them to the current object.
A descendant whose settings are assigned to the current object.
Gets or sets whether the settings specified by the current appearance object have the highest priority.
true to set the current appearance settings to the highest priority; otherwise, false.
Represents an appearance object with extended settings.
Initializes a new instance of the class with the specified owner.
An object implementing the IAppearanceOwner interface.
Initializes a new instance of the class with default settings.
Initializes a new instance of the class with the specified settings.
An object implementing the IAppearanceOwner interface.
An object which represents the parent appearance object. This value is assigned to the property.
A value specifying the name of the created object. This value is assigned to the property.
Creates a copy of the current instance.
An object which represents an exact copy of the current object.
Provides access to the appearance object's options.
An object containing the appearance options.
List values that specify how the characters in a string that does not completely fit into a layout shape are trimmed.
Specifies that the text is trimmed to the nearest character.
The trimming is determined by a control's current settings. The default value is automatically set for a control if an end user doesn't specify a value.
Specifies that the text is trimmed to the nearest character, and an ellipsis is inserted at the end of a trimmed line.
The center is removed from trimmed lines and replaced by an ellipsis. The algorithm keeps as much of the last slash-delimited segment of the line as possible.
Specifies that text is trimmed to the nearest word, and an ellipsis is inserted at the end of a trimmed line.
Specifies no trimming.
Specifies that text is trimmed to the nearest word.
Represents a collection of objects.
Initializes a new instance of the ImageCollection class.
Initializes a new instance of the ImageCollection class with the specified container.
An objects that implements the interface.
Appends the specified image to the collection.
The image to add to the collection.
Appends the specified image to the specified list.
An object that represents the collection of images.
The image to add to the specified collection.
Adds the images from the specified horizontal image strip to the collection.
The image(s) to add to the collection.
Adds the images from the specified vertical image strip to the collection.
The image(s) to add to the collection.
Notifies the image collection that initialization is starting.
Fires after the image collection has been changed.
Removes all images from the collection.
Draws the specified image in the specified state and at the specified location.
A object.
An object that represents the source of the images.
A zero-based integer that specifies the index of the image within the images.
A structure that specifies the drawing area.
true to draw the image in the enabled state; otherwise, false.
Draws the specified image at the specified location.
A object that specifies the storage for the most commonly used pens, fonts and brushes.
An object that represents the source of the images.
A zero-based integer that specifies the index of the image within the images.
A structure that specifies the drawing area.
Draws the image.
A object that provides storage for pens, fonts and brushes used when painting.
An object that represents the image source.
An integer value that identifies the image within the collection.
A structure that specifies the bounding rectangle of the image.
true to draw an image in enabled state; otherwise, false.
Draws the image.
A object that provides storage for pens, fonts and brushes used when painting.
The to draw.
An object that represents the image source.
An integer value that identifies the image within the collection.
A structure that specifies the bounding rectangle of the image.
true to draw an image in enabled state; otherwise, false.
Notifies the image collection that initialization is complete.
Returns the image at the specified position within the specified image list.
An object that represents the source of images.
A zero-based integer that specifies the index of the image within the images.
An descendant that represents the image at the specified position within the specified image list. null (Nothing in Visual Basic) if the image isn't found.
Returns the number of images within the specified source of images.
An object that represents the source of images.
An integer value that specifies the number of images within the specified image source.
Returns the size of the images in the specified image list.
An object that represents the source of the images.
A structure that specifies the height and width of the images in the specified list. if images is null (Nothing in Visual Basic) or isn't a source of images.
Gets the size of the specified image or of an image in the image list addressed by a specific index.
An image whose size is returned.
An object that represents the source of images. This parameter is in effect if the image parameter is set to null.
The index of the required image in the images list.
A value that specifies the size of a specific image.
Returns the image stored in the specified file.
A string that specifies the full path to the file.
A object that represents the image stored in the specified file; null if the image cannot be loaded.
Provides access to the collection of images.
A object that represents the collection of images.
Gets or sets the size of the images in the image list.
A structure which specifies the height and width of the images in the list.
Gets or sets the handle to the associated with the current image collection.
A handle to the for the current image collection. null (Nothing in Visual Basic) if the current image collection is empty.
This member supports the .NET Framework infrastructure and cannot be used directly from your code.
The .
An object that represents the image source.
An integer value that specifies the position of the image within the collection.
The Boolean value.
Determines whether the image exists at the specified position within the specified source of images.
An object that represents the source of images.
A zero-based integer that specifies the index of the image within the images.
true if the image exists at the specified position within the specified source of images; otherwise, false.
Gets or sets the color to treat as transparent.
The which represents the color that is not rendered when the image is drawn.
Contains values that specify how an in-place editor is activated for a cell in a container control.
If a cell is focused and not being edited, an in-place editor is opened on a click. Clicking a non-focused cell focuses the cell first, a subsequent click activates the in-place editor (if not prohibited).
Specifies the default behavior.
For the XtraGrid control, this option acts as the option if multiple cell selection is enabled (see the topic). Otherwise, this option acts as the option.
A cell's in-place editor is activated when a mouse button is pressed.
A cell's in-place editor is activated when a mouse button is released from a click within the cell.
Lists the ways in which a document can be exported to HTML format.
A document is exported to multiple files, page-by-page. In this mode every document page is exported to a single HTML file.
A document is exported to a single file. Note that in this mode page headers and footers are added to the resulting HTML file only once, at the beginning and at the end of the document.
A document is exported to a single file, page-by-page. In this mode all pages are exported one under another, separated by page borders (which are specified by the and properties).
Contains options which define how a document is exported to Text format.
Initializes a new instance of the TextExportOptions class with the default settings.
Initializes a new instance of the TextExportOptions class with the specified separator and encoding settings.
A containing symbols which will be used to separate the document's text elements in the created text file. This value is assigned to the property.
A class descendant specifying the encoding of the created text document. This value is assigned to the property.
Contains the default value for the property. By default, when a document is exported to a Text file, this value is equal to "\t".
$
Contains options which define how a document is exported to RTF format.
Initializes a new instance of the RtfExportOptions class with the default settings.
Copies all the settings from the RtfExportOptions object passed as a parameter.
An RtfExportOptions object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown.
Represents the base class for objects which define specific export options.
Initializes a new instance of the ExportOptionsBase class with the default settings.
Copies all the settings from the ExportOptionsBase object passed as a parameter.
An ExportOptionsBase object whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown.
Represents a submenu.
Initializes a new instance of the DXSubMenuItem class with the specified caption.
A string that specifies the text displayed by the menu item. This value is assigned to the property.
Initializes a new instance of the DXSubMenuItem class with default settings.
Initializes a new instance of the DXSubMenuItem class with the specified caption and the handler for the event.
A string that specifies the text displayed by the menu item. This value is assigned to the property.
An event handler that will be invoked when the submenu is about to be displayed. This value is assigned to the event.
Occurs when the items of the current submenu are about to be displayed onscreen.
Releases all the resources used by the current object.
Invokes the event handler assigned to the event.
Gets a collection of items displayed when the current submenu is expanded.
A object which contains menu items displayed when the submenu is expanded.
Represents a menu item that can be checked and unchecked.
Initializes a new instance of the DXMenuCheckItem class with the specified caption.
A string that specifies the menu item's caption. This value is assigned to the property.
Initializes a new instance of the DXMenuCheckItem class with the specified caption, image, check state and event handler.
A string that specifies the menu item's caption. This value is assigned to the property.
A Boolean value that specifies the menu item's check state. This value is assigned to the property.
An image that is displayed within the menu item. This value is assigned to the property.
An event handler that will be invoked when the check state is toggled. This value is assigned to the event.
Initializes a new instance of the DXMenuCheckItem class with the specified caption and check state.
A string that specifies the menu item's caption. This value is assigned to the property.
A Boolean value that specifies the menu item's check state. This value is assigned to the property.
Initializes a new instance of the DXMenuCheckItem class with default settings.
Gets or sets a value indicating whether the menu item is checked.
true if the menu item is checked; otherwise, false.
Occurs when the menu item's check state is toggled.
Releases all the resources used by the current object.
Represents a regular menu item.
Initializes a new instance of the DXMenuItem class with default settings.
Initializes a new instance of the DXMenuItem class with the specified caption, image and Click event handler
A string that specifies the text displayed by the menu item. This value is assigned to the property.
An event handler that will be invoked when the menu item is clicked or selected. This value is assigned to the event.
An image that is displayed within the menu item. This value is assigned to the property.
Initializes a new instance of the DXMenuItem class with the specified caption and Click event handler
A string that specifies the text displayed by the menu item. This value is assigned to the property.
An event handler that will be invoked when the menu item is clicked or selected. This value is assigned to the event.
Initializes a new instance of the DXMenuItem class with the specified caption.
A string that specifies the text displayed by the menu item. This value is assigned to the property.
Gets or sets whether the current menu item starts a group.
true if the menu item starts a group; otherwise, false.
Specifies the text displayed within the menu item.
A string that specifies the text displayed within the menu item.
Occurs when the menu item's functionality needs to be invoked.
Gets the menu item collection which owns the current menu item.
A collection which owns the current menu item.
Releases all the resources used by the current object.
Gets or sets whether the menu item is enabled.
true if the menu item is enabled; otherwise, false.
Invokes the event handler assigned to the event.
Gets or sets an image displayed within the menu item,
A object that specifies the image displayed within the menu item.
Gets or sets a shortcut displayed within the menu item
A value that specifies a shortcut.
Gets or sets the data associated with the menu item.
An object that contains the information which is associated with the menu item.
Gets or sets whether the menu item is visible.
true if the menu item is visible; otherwise, false.
Represents the Default ToolTipController.
Initializes a new instance of the DefaultToolTipController class.
Initializes a new instance of the DefaultToolTipController class with the specified container.
An objects that implements the interface.
Returns the object which represents the Default ToolTipController.
A object which represents the Default ToolTipController.
Gets a object associated with the specified control.
A control whose SuperToolTip object is to be obtained.
A object associated with the control.
Gets a regular tooltip's title displayed within the specified control.
A control whose tooltip's title is to be obtained.
A string representing a regular tooltip's title for the control.
Gets a regular tooltip for the specified control.
A control whose tooltip should be obtained.
A string representing a regular tooltip for the control.
Gets the type of the icon displayed within the specified control's regular tooltip.
A control whose tooltip's icon type is to be obtained.
A value representing the icon type displayed within the specified control's regular tooltip.
Associates a object with the specified control.
A control for which to set the tooltip.
A object to associate with the control.
Sets a regular tooltip's title for the specified control.
A control for which to set a regular tooltip's title.
A string representing a regular tooltip's title.
Sets a regular tooltip for the specified control.
A control for which to set the tooltip.
A string representing a regular tooltip.
Sets the type of the icon displayed within the specified control's regular tooltip.
A control for which the icon type is set.
A value representing the type of the icon that should be displayed within the specified control's regular tooltip.
Contains tooltip information.
Initializes a new instance of the ToolTipControlInfo class with the specified identifier, tooltip text and title.
An object used as an identifier of the currently processed visual element. This value is assigned to the property.
A string that specifies a tooltip's text. This value is assigned to the property.
A string that specifies a tooltip's title. This value is assigned to the property.
Initializes a new instance of the ToolTipControlInfo class with the specified identifier, tooltip text, icon type and delay flag.
An object used as an identifier of the currently processed visual element. This value is assigned to the property.
A string that specifies a tooltip's text. This value is assigned to the property.
A Boolean value that specifies whether a tooltip needs to be displayed immediately or after a delay. This value is assigned to the property.
A value that specifies the kind of predefined icon to display in a tooltip. This value is assigned to the
Initializes a new instance of the ToolTipControlInfo class with the specified identifier, tooltip text, title, icon type and delay flag.
An object used as an identifier of the currently processed visual element. This value is assigned to the property.
A string that specifies a tooltip's text. This value is assigned to the property.
A string that specifies a tooltip's title. This value is assigned to the property.
A Boolean value that specifies whether a tooltip needs to be displayed immediately or after a delay. This value is assigned to the property.
A value that specifies the kind of predefined icon to display in a tooltip. This value is assigned to the
Initializes a new instance of the ToolTipControlInfo class with the specified identifier, tooltip text, title and icon type.
An object used as an identifier of the currently processed visual element. This value is assigned to the property.
A string that specifies a tooltip's text. This value is assigned to the property.
A string that specifies a tooltip's title. This value is assigned to the property.
A value that specifies the kind of predefined icon to display in a tooltip. This value is assigned to the
Initializes a new instance of the ToolTipControlInfo class with default settings.
Initializes a new instance of the ToolTipControlInfo class with the specified identifier, tooltip text and icon type.
An object used as an identifier of the currently processed visual element. This value is assigned to the property.
A string that specifies a tooltip's text. This value is assigned to the property.
A value that specifies the kind of predefined icon to display in a tooltip. This value is assigned to the
Initializes a new instance of the ToolTipControlInfo class with the specified identifier and tooltip text.
An object used as an identifier of the currently processed visual element. This value is assigned to the property.
A string that specifies a tooltip's text. This value is assigned to the property.
Gets or sets the kind of predefined icon to display in a tooltip.
A value specifying the kind of predefined icon to display.
Gets or sets whether a tooltip will be displayed immediately or after a delay.
A Boolean value that specifies whether a tooltip will be displayed immediately after an event handler call.
Gets or sets the interval that must pass before a tooltip is displayed.
An integer value that specifies the delay, in milliseconds.
Gets or sets an object which uniquely identifies the currently processed element.
An object which uniquely identifies the currently processed element.
Gets or sets a that will be displayed if the property is set to SuperTip
A object that has been assigned to this property. The default value is null.
Gets or sets the tooltip's text.
A string that specifies the tooltip's text.
Gets or sets the tooltip's title.
A string that specifies the tooltip's title.
Gets or sets the image to display within the current tooltip.
An object that specifies the image to display within the current tooltip.
Gets or sets the tooltip location.
A enumeration value.
Gets or sets the tooltip's position in screen coordinates.
A structure that specifies the tooltip's position, in pixels, relative to the top left corner of the screen.
Gets or sets the type of tooltip to be displayed.
A value that specifies the type of tooltip to be displayed.
Prevents default actions when handling specific events.
Initializes a new class instance.
Provides data for the event.
Initializes a new instance of the ToolTipControllerGetActiveObjectInfoEventArgs class with the specified settings.
The control for which a tooltip controller's event is fired. This value is assigned to the property.
The element of the control (or the type of the element) for which the tooltip is displayed. This value is assigned to the property.
An object which uniquely identifies the current element for which the tooltip is displayed. This value is assigned to the property.
A structure that specifies the position of the mouse cursor relative to the control's upper left corner. This value is assigned to the property.
Gets the position of the mouse cursor relative to the control's upper left corner.
A structure that specifies the position of the mouse cursor relative to the control's upper left corner.
Gets or sets an object which uniquely identifies the visual element at the current position.
A object which identifies the visual element at the current position.
Serves as the base for class.
Gets the value indicating whether the scroll bar is horizontal or vertical.
A enumeration member specifying scroll bar orientation.
Represents the base class for most controls and editors available in the XtraEditors library, along with their descendants.
Initializes a new instance of the ControlBase class with default settings.
Clears the value of the size of a rectangular area, into which the specified control can fit, from the program cache.
A object.
Returns the ValidationCancelled property value of a control, if this property exists.
A that represents the control whose ValidationCancelled property value is returned.
true if the validation is cancelled; otherwise, false.
Specifies how the text associated with the control should be aligned.
The text is vertically aligned at the bottom, and horizontally aligned at the center.
The text is vertically aligned at the bottom, and horizontally justified.
The text is vertically aligned at the bottom, and horizontally aligned on the left.
The text is vertically aligned at the bottom, and horizontally aligned on the right.
The text is vertically aligned in the middle, and horizontally aligned at the center.
The text is vertically aligned in the middle, and horizontally justified.
The text is vertically aligned in the middle, and horizontally aligned on the left.
The text is vertically aligned in the middle, and horizontally aligned on the right.
The text is vertically aligned at the top, and horizontally aligned at the center.
The text is vertically aligned at the top, and horizontally justified.
The text is vertically aligned at the top, and horizontally aligned on the left.
The text is vertically aligned at the top, and horizontally aligned on the right.
Specifies how an image is positioned within a picture control.
The picture control's size is adjusted to that of the image it contains.
The image is displayed in the center of the picture control. If the image is larger than the picture control, the outside edges are clipped.
The image is placed in the upper-left corner of the picture control. The image is clipped if it's larger than the picture control which contains it.
The image within the picture control is stretched or shrunk as appropriate to fit the size of the picture control.
The image is sized proportionally (without clipping), so that it's best fitted to the image control. If the height and width ratio of the image control is the same as the image's ratio it will be resized to exactly fit into the image control. Otherwise the closest fitting side (height or width) of the image will be sized to the control and the other side (height or width) of the image sized proportionally (leaving empty space).
Contains values specifying border sides.
All border sides are painted. Enabling this flag results in enabling the Left, Top, Right and Bottom flags and disabling the None flag.
Bottom border side is painted.
Left border side is painted.
None of border sides is painted. Enabling this option results in disabling all other options.
Right border side is painted.
Top border side is painted.
Represents a collection of objects.
Initializes a new instance of the Images class with the specified owner.
An object that represents the image collection which owns this object.
Appends the specified image to the current collection of images.
A object to append to the collection.
An integer value indicating the position at which the new element was inserted. -1 if the specified image is null (Nothing in Visual Basic) or empty.
Adds images from the specified horizontal image strip to the collection.
The image(s) to add to the collection.
Adds images from the specified vertical image strip to the collection.
The image(s) to add to the collection.
Returns an image from the image collection at the specified position within the specified height and width.
A object which resolution settings will be applied to the resulting image.
An integer value that specifies the width of the resulting image.
An integer value that specifies the height of the resulting image.
An integer value that specifies the vertical position of the resulting image in the images collection.
An integer value that specifies the horizontal position of the resulting image in the images collection.
A object which represents an image at the specified position of the specified size.
Provides indexed access to individual items in the collection.
A zero-based integer specifying the desired item's position within the collection. If it's negative or exceeds the last available index, an exception is raised.
A object which represents the image at the specified position.
Serves as the base for class.
Gets the value indicating whether the scroll bar is horizontal or vertical.
A enumeration member specifying the scroll bar's orientation.
Represents the horizontal scroll bar control.
Creates a new object.
Represents the base class for objects which define export options specific to HTML and MHT formats.
Initializes a new instance of the HtmlExportOptionsBase class with the default settings.
Copies all the settings from the HtmlExportOptionsBase object passed as a parameter.
An HtmlExportOptionsBase object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown.
Gets or sets the encoding name used when exporting a document to HTML.
A representing the encoding name set in the HTML file (e.g. "UTF-8").
Gets or sets a value indicating how a document is exported to HTML.
An enumeration value which represents the HTML export mode.
Gets or sets the color of page borders when a document is exported to HTML page-by-page.
A value which represents the page border color.
Gets or sets the width (in pixels) of page borders when a document is exported to HTML page-by-page.
An integer value which represents the page border width.
Gets or sets a value indicating whether secondary symbols should be removed from the resulting HTML file, to reduce its size.
true to remove secondary symbols; otherwise, false.
Gets or sets a title of the created HTML file
A containing the name shown as the title of the created HTML file.
Represents the base class for objects which define export options specific for Text and CSV formats.
Copies all the settings from the TextExportOptionsBase object passed as a parameter.
An TextExportOptionsBase object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown.
Gets or sets the encoding of the text-based file to which a report is exported.
A class descendant specifying the encoding of the text-based file.
Gets or sets a value used to serialize the property.
An enumeration value which represents the encoding type of the created text-based document.
Gets or sets the symbol(s) to separate text elements when a document is exported to a Text-based file.
A containing the symbol(s) which will be used to separate text elements in the created Text-based file.
Represents a base class for popup menus in Developer Express .NET controls.
Initializes a new instance of the DXPopupMenu class with default settings.
Initializes a new instance of the DXPopupMenu class with the specified handler for the event.
An event handler that will be invoked when the menu is about to be displayed. This value is assigned to the event.
Specifies how images are exported to PDF format.
The resulting Jpeg image quality is high (the resulting PDF file size is big).
The resulting Jpeg image quality is the highest (the resulting PDF file size is the biggest).
The resulting Jpeg image quality is low (the resulting PDF file size is small).
The resulting Jpeg image quality is the lowest (the resulting PDF file size is the smallest).
The resulting Jpeg image quality is medium (the resulting PDF file size is also medium).
Represents the base class for objects which define specific export options for those export formats which support page-by-page export (HTML, MHT and PDF).
Copies all the settings from the PageByPageExportOptionsBase object passed as a parameter.
An PageByPageExportOptionsBase object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown.
Gets or sets the range of pages to be exported.
A specifying the range of pages.
Contains options which define how a document is exported to XLS format.
Initializes a new instance of the XlsExportOptions class with the specified native format and gridlines visibility settings.
true to use the data format of the exported data fields for the cells in the XLS document; otherwise, false. This value is assigned to the property.
true to show grid lines in the resulting XLS file; otherwise, false. This value is assigned to the property.
Initializes a new instance of the XlsExportOptions class with the default settings.
Copies all the settings from the XlsExportOptions object passed as a parameter.
An XlsExportOptions object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown.
Gets or sets a value indicating whether the grid lines should be visible in the resulting XLS file.
true to show the grid lines in the resulting XLS file; otherwise, false.
Gets or sets a value indicating whether the cells in the resulting XLS document should use the same formatting as the origin document.
true to use the data formatting of the exported data fields for the cells in the resulting XLS document; otherwise, false.
Represents the XtraScrollableControl.
Initializes a new instance of the class.
Gets or sets whether the XtraScrollableControl's view is automatically scrolled to completely display the active control if it is invisible, or partly visible.
true to automatically scroll the view to completely display the active control if it is invisible, or partly visible; otherwise, false.
Gets the control's appearance settings.
An object that contains appearance settings used to paint the control.
Gets or sets whether the XtraScrollableControl enables the user to scroll to any controls placed outside its visible boundaries.
true to enable auto-scrolling; otherwise, false.
Gets or sets the size of the auto-scroll margin.
A object that represents the height and width of the auto-scroll margin, in pixels.
Gets or sets the minimum size of the auto-scroll.
A object that represents the minimum height and width of the area through which a user can scroll, in pixels.
Gets or sets the location of the auto-scroll position.
A structure that represents the auto-scroll position, in pixels.
Gets or sets the control's background color.
A value that specifies the control's background color.
Gets the rectangle that represents the XtraScrollableControl's view area.
A object that represents the control's view area.
Gets or sets the control's foreground color.
A value that specifies the control's foreground color.
Gets the control's look and feel settings.
A object that contains look and feel settings.
Resets the property back to its default value.
Fires when the control's view is scrolled.
Gets or sets the distance the XtraScrollableControl's view is scrolled when the user clicks one of the scroll buttons.
An integer value that specifies the distance, in pixels, the control's view is scrolled when the user clicks one of the scroll buttons.
Scrolls the XtraScrollableControl's view to display the specified control.
A descendant that represents the control which is invisible, or partly visible, within the XtraScrollableControl.
Specifies the size of the auto-scroll margin.
An integer value that specifies the width of the auto-scroll margin, in pixels.
An integer value that specifies the height of the auto-scroll margin, in pixels.
Gets or sets the text associated with the control.
A string value that specifies the text associated with the control.
Enumerates wrapping modes.
Default wrapping mode. The actual wrapping mode is determined by a control.
The word wrapping feature is disabled.
The word wrapping feature is enabled.
Contains values that specify how a specific element is positioned relative to another element.
An element is located at the bottom edge of another element.
The same as the option.
An element is located at the left edge of another element.
An element is located at the right edge of another element.
An element is located at the top edge of another element.
Contains values specifying the type of ScrollBar control.
Corresponds to the horizontal orientation of the scroll bar.
Corresponds to the vertical orientation of the scroll bar.
Represents the vertical scroll bar control.
Creates a new object.
This member overrides Control.RightToLeft.
One of the System.Windows.Forms.RightToLeft values.
A class used by various controls to provide shortcut keys.
Creates an instance of the class with the specified shortcut.
The key combination to initialize the property.
Creates an instance of the class with the specified shortcut.
The key combination to initialize the property. Values of the type can be combined using the OR operator.
Creates an instance of the class and sets the shortcut to the value.
Gets the name of the ALT key which is dependent upon the end-user's regional settings.
A string which specifies the name of the ALT key.
Gets the name of the CONTROL key which is dependent upon the end-user's regional settings.
A string which specifies the name of the CONTROL key.
Gets the static object whose property is set to .
The static object with no valid shortcut assigned.
Tests whether the shortcuts of the current and specified objects are identical.
The object representing the object.
true if the function parameter represents a object and its shortcut is equal to the shortcut of the current object; otherwise, false.
Gets the hash code (a number) that corresponds to the value of the current object.
The hash code for the current object.
Tests whether the current shortcut specifies a valid key combination.
true if the current shortcut specifies a valid key combination; otherwise, false.
Gets the shortcut used to activate particular functionality.
The value representing the shortcut.
Gets the name of the SHIFT key which is dependent upon the end-user's regional settings.
A string which specifies the name of the SHIFT key.
Gets the text representation of the current shortcut.
The text representation of the current shortcut.
Serves as the base for , , and classes.
Creates a new object.
Gets or sets a value specifying whether the scroll bar is autosized.
true if auto size is applied; otherwise false.
Overrides the base class BackColor property.
A object representing the control's background color.
Overrides the base class BackgroundImage property.
A object representing the image to display in the control's background.
Prevents the control from being updated until the or method is called.
Unlocks the control after a method call without causing immediate repainting.
Unlocks the control after a method call and causes its immediate repainting.
Overrides the base class Font property.
A object to apply to the text displayed by the control.
Overrides the base class ForeColor property.
A object representing the control's foreground color.
Returns an object which implements the accessibility information.
A BaseAccessibility object.
Returns the value of the control's Enabled property.
The value of the Enabled property.
Returns the value of the control's Height property.
The value of the Height property.
Returns the value of the control's Width property.
The value of the Width property.
Gets or sets the Input Method Editor(IME) mode supported by this control.
A ImeMode enumeration member specifying the Input Method Editor (IME) status of an object when the object is selected.
Gets or sets the increment applied to the property when the scroll box is moved by a 'page'.
An integer value representing the increment applied when the scroll box is moved by a 'page'.
Gets a value providing access to settings controlling the control's look and feel.
A object whose properties specify the control's look and feel.
Gets or sets the upper limit of values of the scrollable range.
An integer value representing the value's upper limit.
Gets or sets the lower limit of the scrollable range.
An integer value representing a lower limit.
Fires when the scroll thumb has been moved either by a mouse or keyboard action.
Gets or sets a value specifying whether the scroll bar is automatically sized.
true if the auto sizing feature is enabled; otherwise false.
Fires after the property's value has been changed.
Gets the value indicating whether the scroll bar is horizontal or vertical.
A enumeration member specifying the scroll bar type.
Gets or sets the value by which the property changes when the user presses one of the arrow keys or clicks one of the scroll-bar buttons.
An integer value by which the property changes.
Gets or sets a value indicating whether a user can focus the scroll bar control using the TAB key.
true if a user can focus the scroll bar using the TAB key; otherwise, false.
Overrides the base class Text property.
A string value representing the text associated with this control.
Gets or sets a value specifying the scroll box's current position.
An integer value representing the scroll box's current position.
Fires immediately after the property has been changed.
Represents look and feel settings for controls provided by Developer Express.
Initializes a new instance of the class.
An object which represents the control that will own the created object. This value is assigned to the property.
Gets the actual object currently applied.
A object currently applied.
Gets the name of the currently applied skin.
A string which specifies the name of the currently applied skin.
Gets the style currently applied.
A value specifying the currently applied style.
Copies properties of the specified object to the current object.
The source object.
Gets the default LookAndFeel object which should be used for painting controls when the property is set to true.
A object referring to the default LookAndFeel object.
Gets the name of the default skin style.
[To be supplied]
Releases all resources used by the current object.
Tests whether two objects have the same property values.
The object to which the current object is compared.
true if the current object has the same property values as the specified object; otherwise, false.
Gets the control that owns the current object.
An object which represents the control that owns the current object.
Gets the painter based on the style currently applied for drawing control's elements.
A BaseLookAndFeelPainters class descendant specifying the painter corresponding to the current style which is defined by .
Gets or sets the parent LookAndFeel.
A object specifying the parent LookAndFeel; null if the parent LookAndFeel is not assigned.
Reverts the look and feel settings to their default values.
Sets the property to its default value.
Applies the default look and feel settings to a control.
Applies the Flat style to a control.
Applies the Office2003 style to a control.
Specifies the skin style by its name.
A string value specifying the name of a skin style.
Sets the look and feel settings of the current object to the specified values.
A enumeration value which specifies the style of the current object.
true if a control should be painted using the WindowsXP theme; otherwise, false.
true to use the look-and-feel settings provided by the parent object or default look and feel object; false to enable the current object's settings.
A string value specifying the skin style's name.
Sets the look and feel settings of the current object.
A enumeration value which specifies the style of the current object.
true if a control should be painted using the WindowsXP theme; otherwise, false.
true to use the look-and-feel settings provided by the parent object or default look and feel object; false to enable the current object's settings.
Applies the Style3D style to a control.
Applies the UltraFlat style to a control.
Applies the WindowsXP style to a control.
Tests whether the object should be persisted.
true if the object should be persisted; otherwise, false.
Gets or sets the name of a skin style.
A string value specifying the skin style's name.
Gets or sets the style of the current object.
The style of the current object.
Occurs on changing properties of the current object or the parent LookAndFeel specified by the member.
Gets or sets whether the current object's settings are in effect.
true to use look and feel settings provided by the parent object or default look and feel object; false to enable this object's settings.
Gets or sets whether controls should be painted using the XP theme.
true if controls should be painted using the XP theme; otherwise, false.
Enumerates values for the
property.
Control borders are flat. The following screenshot shows the Flat style applied to a button edit control.
Borders and buttons have an Office 2003 style. The borders and client area are highlighted when the mouse pointer is positioned over them or they are focused.
The following screenshot shows the Office2003 style applied to a button edit control.
Control elements are painted using the skin specified by the property. The following screenshot shows a button editor painted using the default Caramel skin.
Control borders are three-dimensional. The following screenshot shows the Style3D style applied to a button edit control.
Borders have an Office XP style. Borders and the client area are highlighted when the mouse pointer is positioned over them or they are focused.
The following screenshot shows the UltraFlat style applied to a button edit control.
Enumerates values for the property.
Control borders are flat. The following screenshot shows the Flat style applied to a button edit control.
Borders and buttons have an Office 2003 style. The borders and client area are highlighted when the mouse pointer is positioned over them or they are focused.
The following screenshot shows the Office2003 style applied to a button edit control.
Control elements are painted using the skin determined by the property. The following screenshot shows a button editor painted using the default Caramel skin.
Control borders are three-dimensional. The following screenshot shows the Style3D style applied to a button edit control.
Borders have an Office XP style. Borders and the client area are highlighted when the mouse pointer is positioned over them or they are focused.
The following screenshot shows the UltraFlat style applied to a button edit control.
Control elements are painted using the XP theme. The following screenshot shows the WindowsXP style applied to a button edit control.
Contains options which define how a document is exported to PDF format.
Initializes a new instance of the PdfExportOptions class with the default settings.
Copies all the settings from the PdfExportOptions object passed as a parameter.
A PdfExportOptions object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown.
Gets or sets a value indicating whether the resulting PDF file should be compressed.
true to compress the resulting PDF file; otherwise, false.
Gets the options to be embedded as Document Properties of the created PDF file.
A object which contains Document Properties options.
Gets or sets the quality of images in the resulting PDF file.
An enumeration value which specifies the quality of images in the resulting PDF file.
Gets or sets a semicolon-delimited string of values with the font names which should not be embedded in the resulting PDF file.
A which contains the font names delimited by a semicolon.
Contains options which define how a document is exported to an image.
Initializes a new instance of the ImageExportOptions class with the default settings.
Initializes a new instance of the ImageExportOptions class with the specified image format.
An object representing the image format. This value is assigned to the property.
Copies all the settings from the ImageExportOptions object passed as a parameter.
An ImageExportOptions object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown.
Gets or sets an image format in which the document is exported.
A value which represents the image format.
Contains settings for an object's contents.
Initializes a new class instance with default settings.
Initializes a new class instance .
A value that specifies the name of the newly created style.
A value that specifies the class name from which the current style was created.
Initializes a class instance using the settings defined by parameters.
The style name.
The style owner name.
The font used in a style.
The parent style name.
The options defined for a style.
true, if out of range symbols in object text are replaced with dots, otherwise, false
true if the text line in an object is broken to match object bounds, otherwise, false.
true, if a rectangle is drawn within an object when an object gets focus, otherwise, false.
The horizontal alignment settings for a style.
The vertical alignment settings for a style.
The background image of a style.
The background color for a style.
The foreground color for a style.
Initializes a new class instance.
A value that specifies style name.
Copies properties of the specified object to the current one.
The object whose properties should be copied.
Copies the style options of one style to another.
A object that represents the style into which settings are copied.
Gets a value representing the brush used to paint the background.
A System.Drawing.Brush object contaning the brush used to paint the background.
Gets or sets a value representing the background color of a style.
A Color representing the background color of a style.
Gets a value representing a pen used for drawing in the background.
A System.drawing.Pen object repersenting a pen for drawing in the background.
Prevents multiple firing of the event.
Gets or sets a object specifying the storage for the most often used pens, fonts and brushes.
A object
Calculates the size of the string painted with the font specified by the current ViewStyle object.
A object used to paint the string.
A structure representing the size of the custom string.
Calculates the dimensions of the rectangle that contains a specified string.
The current GDI+ drawing surface.
The string to be measured.
The maximum width of a string.
The height and width of the string rectangle.
Calculates the size of the string painted with a predefined font, format and maximum width allowed.
A System.Drawing.Graphics object used to paint the string.
A System.Drawing.StringFormat object containing format information for the string.
A string value specifying the painted string.
An integer value specifying the maximum width of the string.
A System.Drawing.SizeF structure specifying the size of the painted string in pixels.
Cancels the changes made after a method call.
Specifies whether the specified style can be deleted.
true - the style can be removed. otherwise - false.
Occurs when any changes are applied to style properties.
Gets a collection to which the current style belongs.
A collection that owns the current style object; null if the style does not belong to any collection.
Sets the current style's properties to the values of their counterparts in the specified style object, any properties not enabled are set to the value in the default style object.
A object whose values will be combined with the default style object.
A object representing the default style settings.
Creates resources used for painting object contents.
Gets the default font used when the property value is not specified.
A System.Drawing.Font object that contains default font settings.
Gets the horizontal alignment of object contents.
The horizontal alignment of object contents.
Gets the value representing default style options.
The default options for style.
Specifies whether the end of a string is truncated and ellipses are added, when the text does not fit in the rectangle.
true - text is replaced with ellipsis ('...'), otherwise, false.
Specifies whether the focus rectangle is drawn around an object.
true if the rectangle is visible; otherwise, false.
Draws a rectangle at a specified position using the property.
A object representing the current GDI+ drawing surface.
A value representing the drawing location.
Prevents multiple firing of the event.
Fills a rectangle created at a specified location, using the property.
A Graphics object representing the current GDI+ drawing surface.
A Rectangle value representing the drawing location.
Fills a specified rectangle with the style brush.
A object providing access to pens and brushes used to paint.
A System.Drawing.Rectangle structure specifying the rectangle to be filled.
Gets or sets the font for object contents.
System.Drawing.Font object representng the font for object contents.
Gets the height of the current .
The height of the current font, in pixels.
Gets a value representing a brush used for painting the foreground.
System.Drawing.Brush object used for painting the foreground.
Gets or sets the foreground color of a style.
A Color representing the foreground color of a style.
Gets a value representing a pen used for drawing in the foreground.
System.Drawing.Pen object representing a pen for drawing in the foreground.
Returns a background brush with specified settings.
A object providing access to pens and brushes used to paint.
A System.Drawing.Rectangle object specifying the rectangle for which a brush is created.
A System.Drawing.Brush descendant specifying the background brush.
Allows the default horizontal alignment of text boxes to be controlled, their alignment is specified by the property.
Returns a string containing this object's settings.
A string that contains this object's settings.
Gets or sets the horizontal alignment of object contents.
enumerator value that specifies object content position.
Converts alignment of the enumeration to the standard StringAlignment enumeration.
A enumeration value to be converted to the StringAlignment enumeration.
A value of the StringAlignment enumeration that corresponds to the alignment specified by the horz parameter.
Gets or sets the background image of the current style.
System.Drawing.Image object representing the background image of the style.
Determines whether property values of a specified style equal the property values of the current style.
The object used for comparison.
true if all property values of the specified style equal the specified style's property values, otherwise, false.
Specifies whether the properties of the current object equal the properties of the object, specified via the parameter.
The name of the object, whose properties are compared to the properties of the current object.
true, if the properties of the current style equal the properties of the style, specified via the parameter; otherwise, false.
Gets or sets the set of style options.
The object containing options for the current style.
Gets or sets a value representing the name of the parent style for the current style.
value representing the name of the parent style for the current style.
Gets the object whose name in the collection corresponds to the property of the current style.
The object.
Frees resources created via the method.
Restores default settings of the object.
This method is reserved for internal use only and is not intended to be used directly from your code.
Gets the value representing text string format information.
System.Drawing.StringFormat value representing text string format information.
Gets a value representing the name of an object that uses the current style.
The name of an object that uses the style.
Gets the value representing the style name.
The name of the style
Creates a new appearance object with the same style settings as the current style object.
An object whose style settings are copied from the current object.
Returns the string that represents the current style.
A string representing the current style.
Gets or sets the vertical alignment of object contents.
A enumerator value that specifies object content position.
Converts alignment of the enumeration to the standard StringAlignment enumeration.
A enumeration value to be converted to the StringAlignment enumeration.
A StringAlignment enumeration value that corresponds to the alignment specified by the vert parameter.
Specifies whether soft carriage returns are inserted into object text.
true if object text wraps at the right margin so it fits the client region, false if object text is displayed as a separate line only if the carriage return character was explicitly entered into the text.
Specifies the vertical alignment of an object or text in a control.
Places the text to the bottom of an object.
Centers the text within an object.
Places the text to its default position. The default position is in the center of an object.
Places the text to the top of an object.
Contains the set of values that determine the manner in which style elements are used for the current editor.
[To be supplied]
If active, a specific style is enabled, otherwise it is disabled.
If active, the property value of the current style is used for display, otherwise it is obtained from the parent style.
If active, the property value of the current style is used for display, otherwise it is obtained from the parent style.
If active, the property value of the current style is used for display, otherwise it is obtained from the parent style.
If active, the property value of the current style is used for display, otherwise it is obtained from the parent style.
If active, the property value of the current style is used for display, otherwise it is obtained from the parent style.
If active, the property value of the current style is used for display, otherwise it is obtained from the parent style.
If active, the property value of the current style is used for display, otherwise it is obtained from the parent style.
If active, the property value of the current style is used for display, otherwise it is obtained from the parent style.
If active, the property value of the current style is used for display, otherwise it is obtained from the parent style.
Specifies the horizontal alignment of an object or text in a control.
Centers an object or text within an object.
Places an object or text at the position specified via the RightToLeft property.
Sets the object/text position relative to its default position within an object.
The default position of the text is specified via the RightToLeft property. If the default alignment is left, setting the property to value places the text to the right. On the contrary, if the default alignment is right, setting the property to value places the text to the left.
Sets the object/text position relative to its default position within an object.
The default position of the text is specified via the RightToLeft property. If the default alignment is left, setting the property to value places the text to the right. On the contrary, if the default alignment is right, setting the property to value places the text to the right.
Contains values that specify how progress is indicated on progress bar controls.
A control repeatedly scrolls the block from one edge to another.
The same, as the option.
A control scrolls the block from one edge to another, by moving the block back when it reaches any control's edge.
Provides data for the event.
Initializes a new instance of the ToolTipControllerCustomDrawEventArgs class.
A object which specifies the storage for the most commonly used pens, fonts and brushes. This value is assigned to the property.
A object which provides the information required to paint a tooltip. This value is assigned to the property.
A structure which specifies the tooltip's boundaries. This value is assigned to the property.
Gets the bounding rectangle of the painted tooltip.
A structure which specifies the tooltip's boundaries.
Gets an object which specifies the storage for the most commonly used pens, fonts and brushes
A object which specifies the storage for the most commonly used pens, fonts and brushes.
Gets or sets whether an event was handled, if it was handled the default actions are not required.
true if default painting isn't required; otherwise, false.
Gets an object which provides the information required to paint a tooltip.
A object which provides the information required to paint a tooltip.
Provides the base functionality of the XtraPrinting Library.
Occurs after certain properties of the object have been changed.
Occurs before certain properties of the object are changed.
If implemented by a class, creates a brick by its type name.
A specifying the type name of the brick to be created.
An object implementing the interface.
If implemented by a class, creates an image brick.
An object implementing the interface.
If implemented by a class, creates an image object brick.
An object implementing the interface.
If implemented by a class, creates a panel brick.
An object implementing the interface.
If implemented by a class, creates a progress bar brick.
An object implementing the interface.
If implemented by a class, creates a text brick.
An object implementing the interface.
If implemented by a class, inserts a page break at a specified position.
A value which specifies the position to insert a page break.
If implemented by a class, changes the visibility of the specified printing system command.
A object specifying the command whose visibility needs to be changed.
One of the enumeration values specifying a new visibility state for the command.
Identifies the XtraPrinting Library version.
A text string representing XtraPrinting Library's version info.
Provides the basic functionality to create reports.
Initiates report generation if implemented by a class.
Provides basic report drawing functions.
Gets and sets the default style for bricks.
The default style for bricks.
Adds a brick to a report if implemented by a class.
The brick to be added to a report.
A RectangleF structure that specifies the location and size of the current brick.
The brick added to a report.
Provides the basic functionality to draw brick objects and to specify brick properties.
Draws a brick object on the graphics surface within the specified rectangle.
A Graphics object representing the current GDI+ drawing surface.
A RectangleF structure that specifies the location and size of the current brick in GraphicsUnit.Document units. See the GraphicsUnit enumeration topic in MSDN for more information.
Obtains the Hashtable collection of properties for the class that implements the interface.
A Hashtable object that contains properties of the class that implements the interface.
Sets property values for the class which implements the interface based on the specified properties array.
A two-dimesional array that identifies property names and values to set.
Sets property values for the class which implements the interface
based on the specified Hashtable object.
Identifies the Hashtable collection of property names and values that must be set.
Declares methods to access properties and methods of a class implementing this interface by its names.
Retrieves the specified property value if implemented by a class.
The property name.
The property value to retrieve.
Invokes a class method by its name if implemented by a class.
The name of the method to invoke.
An array of parameters to pass to a method.
The method value to invoke.
Assigns a property value by its name if implemented by a class.
The name of the property to set.
The property value to set.
Specifies information on the property to pass to the and events handlers.
Initializes a new class instance with the property name and property value.
The property name to initialize the object.
The property value to initialize the object.
Identifies the property name to pass to the and events handlers.
The property name.
Specifies a value for the property which is described by the current object.
The value of the property.
Represents a method that will handle the BeforeChange and AfterChange events of the class and the interface.
Represents a method that will handle the BeforeChange and AfterChange events of the class and the interface.
The event source.
A that contains event data.
Provides data for the BeforeChange and AfterChange events of the class and the interface.
Initializes a new instance of the class and sets its property to a specified value.
The event name.
Initializes a new instance of the class with the specified name and value and adds it to the collection.
A specifying the event's name.
An specifying the value of the object.
Gets the event name that initiated a ChangeEvent.
The event name that initiated a ChangeEvent.
Gets the collection of class instances that represent supported properties.
The collection of class instances that represet supported properties.
Gets an class instance with a specific property value within the collection.
The property of the item to access.
An class instance with a specific property value.
Gets an item within the collection at the specified index.
The zero-based index of the item to get or set.
An item at the specified index.
Returns the value of the object with the specified .
A specifying the property of the item to access.
A value of the class instance with the specified .
Represents a report drawing style.
Initializes a new instance of the class.
Initializes a new instance of the class.
Visible brick borders.
The border width.
The border color
The background color.
The foreground color.
Font settings.
Text formatting and layout settings.
Initializes a new instance of the class and copies the settings from the object passed as the parameter.
A object whose settings are used to initialize the created object's properties.
Initializes a new instance of the BrickStyle class with the specified dpi value.
A value which specifies the dpi value for the BrickStyle's padding.
Gets or sets the background color.
A Color representing the background color.
Gets or sets the border color.
A Color representing the border color.
Gets or sets the border style of a brick.
A enumeration value that represents the border style of a brick.
Gets or sets the border width.
The border width.
Creates a new instance, which is a copy of the current instance.
A new instance, which is a copy of the current instance.
Creates the BrickStyle instance with the defaul settings.
A BrickStyle object representing a new brick style.
Gets the object whose properties are set to their default values.
A object representing a report drawing style.
Gets the default font for a brick style.
The default font for a brick style.
Deflates the specified rectangle by the width of borders represented by this brick style, and optionally applies the current border style.
A value which specifies the rectangle to be deflated.
A value which specifies the dpi value to be applied to the width of borders before deflating.
true to apply the current border style; otherwise, false. The current border style can be accessed via the property.
A value that represents the deflated rectangle.
Deflates the specified rectangle by the width of borders represented by this brick style.
A value which specifies the rectangle to be deflated.
A value which specifies the dpi value to be applied to the width of borders before deflating.
A value that represents the deflated rectangle.
Deflates the specified rectangle by the specified width of the specified borders using the specified border style.
A value which specifies the rectangle to be deflated.
A enumeration value that specifies which sides of a brick have borders.
A value which specifies the width of borders.
A enumeration value that specifies the brick style.
A value that represents the deflated rectangle.
Deflates the specified rectangle by the specified width of the specified borders.
A value which specifies the rectangle to be deflated.
A enumeration value that specifies which sides of a brick have borders.
A value which specifies the width of borders.
A value that represents the deflated rectangle.
Disposes of the BrickStyle object.
Determines whether the specified Object is equal to the current instance.
The Object to compare with the current instance.
true, if the specified Object is equal to the current instance, otherwise, false.
Gets or sets the Font used to display text.
The Font used to display text.
Gets or sets the foreground color.
The foreground color.
Serves as a hash function suitable for use in hashing algorithms and data structures like a hash table.
Hash code for the current .
Inflates the specified rectangle by the width of borders represented by this brick style, and optionally applies the current border style.
A value which specifies the rectangle to be inflated.
A value which specifies the dpi value to be applied to the width of borders before inflating.
true to apply the current border style; otherwise, false. The current border style can be accessed via the property.
A value that represents the inflated rectangle.
Inflates the specified rectangle by the width of borders represented by this brick style.
A value which specifies the rectangle to be inflated.
A value which specifies the dpi value to be applied to the width of borders before inflating.
A value that represents the inflated rectangle.
Inflates the specified rectangle by the specified width of specified borders using the specified border style.
A value which specifies the rectangle to be inflated.
A enumeration value that specifies which sides of a brick have borders.
A value which specifies the width of borders.
A enumeration value that specifies the brick style.
A value that represents the inflated rectangle.
Inflates the specified rectangle by the specified width of specified borders.
A value which specifies the rectangle to be inflated.
A enumeration value that specifies which sides of a brick have borders.
A value which specifies the width of borders.
A value that represents the inflated rectangle.
Gets or sets a value indicating whether the brick style paints a transparent brick.
true if the brick will be painted as transparent; otherwise, false.
Gets a value indicating whether the brick style is valid.
true if the current brick style is valid; otherwise, false.
Gets or sets the padding values of a brick.
A object which contains the padding values of a brick.
Specifies the scale factor value which will be applied for the current brick style.
A value which represents the scale factor to be applied.
Gets or sets a value defining which borders of the current brick are visible.
A enumerator value, defining visible brick borders.
Gets or sets a instance specifying text formatting and layout.
A specifying text formatting and layout.
Gets or sets the alignment of the text in the brick.
One of the enumeration's values that specifies how the text is aligned in the brick.
This class supports the .NET Framework infrastructure and cannot be used directly from your code.
This member supports the .NET Framework infrastructure and cannot be used directly from your code.
This member supports the .NET Framework infrastructure and cannot be used directly from your code.
[To be supplied]
[To be supplied]
This member supports the .NET Framework infrastructure and cannot be used directly from your code.
[To be supplied]
[To be supplied]
[To be supplied]
This member supports the .NET Framework infrastructure and cannot be used directly from your code.
[To be supplied]
[To be supplied]
[To be supplied]
[To be supplied]
This member supports the .NET Framework infrastructure and cannot be used directly from your code.
[To be supplied]
[To be supplied]
This member supports the .NET Framework infrastructure and cannot be used directly from your code.
[To be supplied]
[To be supplied]
This member supports the .NET Framework infrastructure and cannot be used directly from your code.
Serves as the base for classes that allow you to access their properties and methods by their names.
Initializes a new class instance with default settings.
Contains options that specify how text is rendered.
Initializes a new instance of the TextOptions class with the specified alignments, word wrapping and text trimming options.
A value that specifies the horizontal alignment of text. This value is assigned to the property.
A value that specifies the vertical alignment of text. This value is assigned to the property.
A value that specifies word wrapping mode. This value is assigned to the property.
A value that specifies text trimming mode. This value is assigned to the property.
Initializes a new instance of the TextOptions class with the specified owner, the text settings are set to default values.
An object which becomes the owner of the current object.
Initializes a new instance of the TextOptions class with the specified alignments, word wrapping and text trimming options.
A value that specifies the horizontal alignment of text. This value is assigned to the property.
A value that specifies the vertical alignment of text. This value is assigned to the property.
A value that specifies word wrapping mode. This value is assigned to the property.
A value that specifies text trimming mode. This value is assigned to the property.
A enumeration value that specifies the hotkey prefix for the text. This value is assigned to the property.
Copies settings from the specified object to the current TextOptions object.
A TextOptions object whose settings are copied to the current object.
Gets an object that specifies the default text options.
A object that specifies the default text options.
Gets an object whose settings force text to be centered.
A TextOptions object with its settings set to the corresponding values.
Gets an object whose settings allow text to wrap.
A TextOptions object with its settings set to the corresponding values.
Gets an object whose settings prevent text from wrapping.
A TextOptions object with its settings set to the corresponding values.
Gets an object whose settings force text to be centered and prevent it from wrapping.
A TextOptions object with its settings set to the corresponding values.
Gets an object that contains formatting information whose settings are set to default values.
A object whose settings are set to default values.
Returns a object whose settings reflect the alignment, word wrapping and text trimming options of the object.
A object whose properties are set to match the appropriate values.
Returns a object whose settings reflect the alignment, word wrapping and text trimming options of the specified TextOptions object.
A TextOptions object whose settings are used to initialize the corresponding settings of the object that is to be returned.
A object whose properties are set to match the appropriate values.
Gets or sets the horizontal alignment of text.
A value that specifies the text horizontal alignment.
Converts the specified value to a corresponding value.
A value that is to be converted.
A value that corresponds to the specified value.
Gets or sets the hotkey prefix for the text.
A enumeration value which represents the hotkey prefix for the text.
Resets all the text settings to their default values.
Gets or sets text trimming mode.
A value that specifies text trimming mode.
For internal use. Copies settings from the specified object to the current object.
A object whose settings are copied to the current object.
Gets or sets the vertical alignment of text.
A value that specifies the text vertical alignment.
Converts the specified value to a corresponding value.
A value that is to be converted.
A value that corresponds to the specified value.
Gets or sets text wrapping mode.
A value that specifies text wrapping mode.
Defines methods that enable different controls to be printed using the XtraPrinting Library.
Applies all changes made by the Property editor when implemented by a class.
Determines whether the class provides the Property editor form.
true, if the class provides the Property editor; otherwise, false.
Returns a form which allows a user to set printing properties when implemented by a class.
The Property editor form that allows customizing printing properties of a control.
Cancels changes made by a user in the Property editor when implemented by a class.
Invokes the help system for the Property editor when implemented by a class .
Determines whether the help system is available for the Property editor when implemented by a class .
true if the help system is available for the Property editor; otherwise, false.
Provides storage for pens, fonts and brushes used during painting.
Creates an instance of the class.
A object that contains data used for painting. This value is assigned to the property.
A DevExpress.Utils.Paint.XPaint object providing painting methods used in the control. This value is assigned to the property.
Initializes a new instance of the class.
A object that contains data used to paint.
Creates an instance of the class.
The object to initialize the property.
Initializes a new instance of the class.
A object that contains data used to perform painting. This value is assigned to the property.
Initializes a new instance of the class
A object that contains data used to perform painting. This value is assigned to the property.
A DevExpress.Utils.Paint.XPaint object that provides methods used for drawing objects. This value is assigned to the property.
This member supports the .NET Framework infrastructure and cannot be used directly from your code.
A object.
This member supports the .NET Framework infrastructure and cannot be used directly from your code.
A structure.
A structure.
This member supports the .NET Framework infrastructure and cannot be used directly from your code.
A structure.
A structure.
Calculates the length of the specified string when it's drawn with the specified font and using the specified formatting.
A value which represents a string to measure.
A object which defines the font and the associated settings of the text.
A object which represents formatting information, such as the line spacing and alignment of the string.
An integer value specifying the maximum width of the string (in pixels).
A structure which represents the size (in pixels) of the string.
Clears the internal hash tables that store the pens, fonts and, solid and linear gradient brushes that have recently been used.
This member supports the .NET Framework infrastructure and cannot be used directly from your code.
A object.
Releases all resources used by this object.
Draws a rectangle specified by a structure.
A object which specifies the color, width and style of the rectangle.
A structure which represents the rectangle to draw.
Draws a text string at the specified position using the specified font, color and format.
A value representing the text to be drawn.
A object which defines the font and associated settings of the text to be drawn.
A object which specifies the color and texture of the drawn text.
A structure which represents the drawing area.
A object which specifies formatting attributes, such as the line spacing and alignment, that are applied to the drawn text.
Draws a text string vertically with the specified angle and at the specified position using the specified font, color and format.
A value which represents the text to be drawn.
A object which defines the font and associated settings of the text to be drawn.
A object which specifies the color and texture of the drawn text.
A structure which represents the drawing area.
A object which specifies formatting attributes such as the line spacing and alignment that are applied to the drawn text.
An integer value specifying the angle in degrees at which the text should be drawn.
Fills the interior of a rectangle specified by a structure.
A object which represents the brush used to fill the rectangle.
A value which represents the rectangle to fill.
Fills the specified rectangular area with the specified color.
A value that specifies the filling color.
A value which represents the rectangle to be filled.
Gets a font object with the specified settings.
A object whose settings specify the desired font's typeface and size.
A bitwise combination of enumeration values specifying the desired font style.
A object representing a font with the specified settings.
Returns a linear gradient brush with specified settings.
A System.Drawing.Rectangle structure that specifies the endpoints of the linear gradient. The starting point is the upper-left corner of the rectangle, and the endpoint is the upper-right corner of the rectangle.
A System.Drawing.Color object that represents the starting color for the gradient.
A System.Drawing.Color object that represents the ending color for the gradient.
A System.Drawing.Drawing2D.LinearGradientMode enumeration value specifying the gradient orientation.
A System.Drawing.Brush descendant representing the requested linear gradient brush (typically a System.Drawing.Drawing2D.LinearGradientBrush object).
Returns a linear gradient brush with the specified settings.
A structure that specifies the endpoints of the linear gradient. The starting point is the upper-left corner of the rectangle, and the endpoint is the upper-right corner of the rectangle.
A object that represents the starting color for the gradient.
A object that represents the ending color for the gradient.
A enumeration value specifying the gradient's orientation.
An integer value specifying the number of blend patterns for the brush.
A descendant representing the requested linear gradient brush (typically a System.Drawing.Drawing2D.LinearGradientBrush object).
Returns a linear gradient brush with the specified key.
A structure that specifies the endpoints of the linear gradient. The starting point is the upper-left corner of the rectangle, and the endpoint is the upper-right corner of the rectangle.
A object that represents the starting color for the gradient.
A object that represents the ending color for the gradient.
A System.Drawing.Drawing2D.LinearGradientMode enumeration value specifying the gradient's orientation.
An integer value specifying the number of blend patterns for the brush.
An object, specifying the key value.
A descendant representing the requested linear gradient brush (typically a System.Drawing.Drawing2D.LinearGradientBrush object).
Returns a pen with specified settings.
A System.Drawing.Color object specifying the pen color.
An integer value specifying the pen width.
A System.Drawing.Pen object representing the requested pen.
Returns the pixel-wide pen with a specified color.
A System.Drawing.Color object specifying the pen color.
A System.Drawing.Pen object representing the requested pen.
Gets a solid brush with specified parameters.
A System.Drawing.Color object specifying the brush color.
A System.Drawing.Brush descendant representing the requested brush (typically a System.Drawing.SolidBrush object).
Gets an object that serves as the painting surface and provides painting facilities.
A object providing painting facilities.
Returns whether the region which is bounded by the specified rectangle needs to be redrawn.
A structure that specifies the rectangle to test.
true if the specified rectangle needs to be redrawn; otherwise, false.
This member supports the .NET Framework infrastructure and cannot be used directly from your code.
A structure.
This member supports the .NET Framework infrastructure and cannot be used directly from your code.
A structure.
Gets or sets a DevExpress.Utils.Paint.XPaint object.
A DevExpress.Utils.Paint.XPaint object.
Gets an object providing information for painting.
A object that contains data used to perform painting.
This member supports the .NET Framework infrastructure and cannot be used directly from your code.
A object.
Associates style names with style objects.
Creates an instance of the class.
Creates a style with a specified name and adds it to a hash table.
A string value specifying the name of the style to add.
A string value identifying the style creator.
The created and added object.
Adds a new style with default settings to a hash table.
The added object.
Creates a style with the name specified and adds it to the hash table.
A string value specifying the name of the style to add.
A object to add.
Adds a specified style to a hash table replacing the style with the same key (if any).
An object specifying the key value corresponding to the added style (the style name).
An object representing the added style (typically a object or descendant).
This member supports the .NET Framework infrastructure and cannot be used directly from your code.
A
Removes all items from the hashtable.
Sets the property to false.
Fires immediately after the hashtable has changed.
Determines whether the hashtable contains a specific style.
A string value specifying the name of the object to locate in the collection.
true if the hashtable contains an item with the specified key; otherwise, false.
Gets the number of key/value pairs contained in a hashtable.
The number of items in the hashtable.
Creates a style with the specified name without adding it to the hash table.
A string specifying the name of the style to create.
A string identifying the style creator.
The style which was created.
Fires when a style needs to be created and added to a hash table.
This member is not intended to be used directly from your code.
Gets the style object specified by its name.
A string value representing the name of the requested style.
A object (or descendant) with the specified name.
Gets an object containing all the keys in the hashtable.
An containing all the keys in the hashtable.
Indicates whether the collection has been modified.
true if the collection has been modified; otherwise, false.
Removes the style with the specified name from the hash table.
A string value specifying the name of the style to be removed.
Gets an object containing all the values in the hashtable.
An object containing all the values in the hashtable.
Lists types of control elements and style names applied to them.
Creates an instance of the class.
Adds a new "element name - style name" pair to the internal hashtable.
The object identifying an element name.
The object identifying the name of a style to apply to the specified element
Adds a specified style name to a hash table replacing the style name with the same key (if any).
An object specifying the key of the added value (a string representing the control's element name).
An object specifying the added value (a string representing the style name).
Occurs when modifying the internal hashtable.
Removes all items from the hashtable.
Creates a copy of this object.
An object representing the copy of this object.
Determines whether the hashtable contains a specific key (element's name).
The key (element's name) to locate in the hashtable.
true if the hashtable contains an item with the specified key; otherwise, false.
Determines whether the hashtable contains a specific key (element's name).
The key (element's name) to locate in the hashtable.
true if the hashtable contains an item with the specified key; otherwise, false.
Determines whether the hashtable contains a specific value (style's name).
The value (style name) to locate in the hashtable.
true if the hashtable contains an element with the specified value; otherwise, false.
Gets the number of key-and-value pairs contained in the hashtable.
The number of items in the hashtable.
Returns an that can iterate through the hashtable.
An for the hashtable.
Gets or sets the name of a style applied to a particular view element.
A string value specifying the view element.
The name of the style applied to the specified view element. null (Nothing in Visual Basic) if the view element is specified incorrectly.
Gets or sets the value (style name) associated with a specific key (element's name).
The key, for which to return the corresponding value.
The value associated with the specified key. null if the key is not found.
Gets an object containing all the keys in the hashtable.
An containing all keys in the hashtable.
Removes an item with the specified key (element's name) from the hashtable.
The key of the item to remove.
Represents a style with extended settings.
Creates an instance of the class with predefined settings.
A string value specifying the name of the created style. This value is assigned to the property.
A string value specifying the creator class name. This value is assigned to the property.
A System.Drawing.Font object specifying the font provided by the created style. This value is assigned to the property.
A string value specifying the parent style name. This value is assigned to the property.
true if objects using this style must draw an ellipsis when strings don't fit within their area; otherwise false. This value is assigned to the property.
true if objects using this style must use word wrapping for long strings; otherwise false. This value is assigned to the property.
true if a focus rectangle must be drawn around the object using the created style; otherwise false. This value is assigned to the property.
A enumeration value specifying the horizontal alignment of the object's contents. This value is assigned to the property.
A enumeration value specifying the horizontal alignment of the object's contents. This value is assigned to the property.
A System.Drawing.Image object specifying the image assigned to objects using the created style. This value is assigned to the property.
A System.Drawing.Color object specifying the starting color of the gradient brush used to fill the object's background. This value is assigned to the property.
A System.Drawing.Color object specifying the foreground color of objects using the created style. This value is assigned to the property.
A System.Drawing.Color object specifying the ending color of the gradient brush used to fill the object's background. This value is assigned to the property.
A System.Drawing.Drawing2D.LinearGradientMode enumeration value specifying the direction for the gradient brush used to fill the object's background. This value is assigned to the property.
Creates an instance of the class with predefined settings.
A string value specifying the name of the created style. This value is assigned to the property.
A string value specifying the creator class name. This value is assigned to the property.
A string value specifying the parent style name. This value is assigned to the property.
true if objects using this style must draw an ellipsis when strings don't fit within their area; otherwise false. This value is assigned to the property.
true if objects using this style must use word wrapping for long strings; otherwise false. This value is assigned to the property.
true if a focus rectangle must be drawn around the object using the created style; otherwise false. This value is assigned to the property.
A enumeration value specifying the horizontal alignment of the object's contents. This value is assigned to the property.
A enumeration value specifying the horizontal alignment of the object's contents. This value is assigned to the property.
A System.Drawing.Image object specifying the image assigned to objects using the created style. This value is assigned to the property.
A System.Drawing.Color object specifying the starting color of the gradient brush used to fill the object's background. This value is assigned to the property.
A System.Drawing.Color object specifying the foreground color of objects using the created style. This value is assigned to the property.
A System.Drawing.Color object specifying the ending color of the gradient brush used to fill the object's background. This value is assigned to the property.
A System.Drawing.Drawing2D.LinearGradientMode enumeration value specifying the direction for the gradient brush used to fill the object's background. This value is assigned to the property.
Creates an instance of the class with predefined settings.
A string value specifying the name of the created style. This value is assigned to the property.
A string value specifying the creator class name. This value is assigned to the property.
A string value specifying the parent style name. This value is assigned to the property.
A set of flags specifying options of the created style. This value is assigned to the property.
true if objects using this style must draw an ellipsis when strings don't fit within their area; otherwise false. This value is assigned to the property.
true if objects using this style must use word wrapping for long strings; otherwise false. This value is assigned to the property.
true if a focus rectangle must be drawn around the object using the created style; otherwise false. This value is assigned to the property.
A enumeration value specifying the horizontal alignment of the object's contents. This value is assigned to the property.
A enumeration value specifying the horizontal alignment of the object's contents. This value is assigned to the property.
A System.Drawing.Image object specifying the image assigned to objects using the created style. This value is assigned to the property.
A System.Drawing.Color object specifying the starting color of the gradient brush used to fill the object's background. This value is assigned to the property.
A System.Drawing.Color object specifying the foreground color of objects using the created style. This value is assigned to the property.
A System.Drawing.Color object specifying the ending color of the gradient brush used to fill the object's background. This value is assigned to the property.
A System.Drawing.Drawing2D.LinearGradientMode enumeration value specifying the direction for the gradient brush used to fill the object's background. This value is assigned to the property.
Creates an instance of the class with predefined settings.
A string value specifying the name of the created style. This value is assigned to the property.
A string value specifying the creator class name. This value is assigned to the property.
A System.Drawing.Font object specifying the font provided by the created style. This value is assigned to the property.
A string value specifying the parent style name. This value is assigned to the property.
A set of flags specifying options of the created style. This value is assigned to the property.
true if objects using this style must draw an ellipsis when strings don't fit within their area; otherwise false. This value is assigned to the property.
true if objects using this style must use word wrapping for long strings; otherwise false. This value is assigned to the property.
true if a focus rectangle must be drawn around the object using the created style; otherwise false. This value is assigned to the property.
A enumeration value specifying the horizontal alignment of the object's contents. This value is assigned to the property.
A enumeration value specifying the horizontal alignment of the object's contents. This value is assigned to the property.
A System.Drawing.Image object specifying the image assigned to objects using the created style. This value is assigned to the property.
A System.Drawing.Color object specifying the starting color of the gradient brush used to fill the object's background. This value is assigned to the property.
A System.Drawing.Color object specifying the foreground color of objects using the created style. This value is assigned to the property.
A System.Drawing.Color object specifying the ending color of the gradient brush used to fill the object's background. This value is assigned to the property.
A System.Drawing.Drawing2D.LinearGradientMode enumeration value specifying the direction for the gradient brush used to fill the object's background. This value is assigned to the property.
Creates an instance of the class with predefined settings.
A string value specifying the name of the created style. This value is assigned to the property.
A string value specifying the creator class name. This value is assigned to the property.
A System.Drawing.Font object specifying the font provided by the created style. This value is assigned to the property.
A string value specifying the parent style name. This value is assigned to the property.
A set of flags specifying options of the created style. This value is assigned to the property.
true if objects using this style must draw an ellipsis when strings don't fit within their area; otherwise false. This value is assigned to the property.
true if objects using this style must use word wrapping for long strings; otherwise false. This value is assigned to the property.
true if a focus rectangle must be drawn around the object using the created style; otherwise false. This value is assigned to the property.
A enumeration value specifying the horizontal alignment of the object's contents. This value is assigned to the property.
A enumeration value specifying the horizontal alignment of the object's contents. This value is assigned to the property.
A System.Drawing.Image object specifying the image assigned to objects using the created style. This value is assigned to the property.
A System.Drawing.Color object specifying the background color of objects using the created style. This value is assigned to the property.
A System.Drawing.Color object specifying the foreground color of objects using the created style. This value is assigned to the property.
Creates an instance of the class with a predefined name and creator class.
A string value specifying the name of the created style. This value is assigned to the property.
A string value specifying the creator class name. This value is assigned to the property.
Creates an instance of the class with a predefined name.
A string value specifying the name of the created style. This value is assigned to the property.
Creates an instance of the class with default settings.
Creates an instance of the class with predefined settings.
A string value specifying the name of the created style. This value is assigned to the property.
A string value specifying the creator class name. This value is assigned to the property.
A object specifying the font used for drawing the text. The object is assigned to the property.
A System.Drawing.Color object specifying the starting color of the gradient brush used to fill the object's background. This value is assigned to the property.
A System.Drawing.Color object specifying the foreground color of objects using the created style. This value is assigned to the property.
A System.Drawing.Color object specifying the ending color of the gradient brush used to fill the object's background. This value is assigned to the property.
A System.Drawing.Drawing2D.LinearGradientMode enumeration value specifying the direction for the gradient brush used to fill the object's background. This value is assigned to the property.
Creates an instance of the class with predefined settings.
A string value specifying the name of the created style. This value is assigned to the property.
A string value specifying creator class name. This value is assigned to the property.
A object specifying the font used for drawing the text. The object is assigned to the property.
A set of flags specifying options for the created style. This value is assigned to the property.
A System.Drawing.Color object specifying the starting color of the gradient brush used to fill the object's background. This value is assigned to the property.
A System.Drawing.Color object specifying the foreground color of objects using the created style. This value is assigned to the property.
A System.Drawing.Color object specifying the ending color of the gradient brush used to fill the object's background. This value is assigned to the property.
A System.Drawing.Drawing2D.LinearGradientMode enumeration value specifying the direction for the gradient brush used to fill the object's background. This value is assigned to the property.
Creates an instance of the class with predefined settings.
A string value specifying the name of the created style. This value is assigned to the property.
A string value specifying the creator class name. This value is assigned to the property.
A System.Drawing.Color object specifying the starting color of the gradient brush used to fill the object's background. This value is assigned to the property.
A System.Drawing.Color object specifying the foreground color of objects using the created style. This value is assigned to the property.
A System.Drawing.Color object specifying the ending color of the gradient brush used to fill the object's background. This value is assigned to the property.
A System.Drawing.Drawing2D.LinearGradientMode enumeration value specifying the direction for the gradient brush used to fill the object's background. This value is assigned to the property.
Assigns the contents of this object to another object.
A object or descendant to which the contents of this object are assigned.
Specifies the ending color of the linear gradient brush used to fill the object's background.
A System.Drawing.Color object specifying the ending color of the linear gradient brush used to fill the object's background.
Fills a specified rectangle with the brush specified via this object's settings.
A object used to store pens and bushes used to paint and provide access to the Graphics object.
A System.Drawing.Rectangle structure specifying the rectangle to be filled.
Fills the specified rectangle with the background brush defined by the style object.
A System.Drawing.Graphics object representing the painting surface.
A System.Drawing.Rectangle structure that specifies the rectangle to be filled.
Gets the brush specified via this object's settings.
A object that provides access to pens and brushes used to paint.
A System.Drawing.Rectangle structure specifying the rectangle for which a brush is created.
A System.Drawing.Brush object representing the brush specified via the object's settings.
Gets the brush specified via this object's settings.
A System.Drawing.Rectangle structure specifying the rectangle for which a brush is created.
A System.Drawing.Brush object representing the brush specified via the object's settings.
Gets or sets a direction for the linear gradient brush specified via this object's settings.
A System.Drawing.Drawing2D.LinearGradientMode enumeration value specifying the gradient brush direction.
Gets a value indicating whether properties of the specified object return the same values as properties of this object.
A object or descendant whose property values are compared to this object's properties.
true if property values are the same; otherwise false.
Gets a value indicating whether field values of the specified object are the same as field values of this object.
A object or descendant whose property values are compared to this object's properties.
true if property values are the same; otherwise false.
Gets a value indicating whether the background must be painted using a gradient brush.
true if the background must be painted using a gradient brush; otherwise false.
Sets properties of this object to their default values.
Represents a method that will handle the event.
Represents a method that will handle the event.
An object representing the source of the event (typically the object to which a style is about to be added).
A object that contains event data.
Provides data for the event.
Creates an instance of the class.
A string value specifying the name of the style which is about to be created. This value is assigned to the property.
A string value identifying the creator of the style. This value is assigned to the property.
Gets the name of the style creator.
A string value identifying the style creator.
Gets or sets the style which is about to be created and added to a hash table.
A object (or descendant) representing the style which is about to be added to a hashtable.
Gets the style name.
A string value specifying the style name.
Manages skins for Developer Express controls.
Initializes a new instance of the SkinManager class.
Gets whether the form title bar skinning feature is enabled.
true if the form title bar skinning feature is enabled; otherwise, false.
Provides access to the default skin manager.
A SkinManager object that represents the default skin manager.
Gets the name of the default skin, which is used by controls by default.
A string that specifies the name of the default skin.
Disables the title bar skinning feature for Developer Express forms.
Enables the title bar skinning feature for Developer Express forms.
Enables the title bar skinning feature for Developer Express forms, if the application is not running under Microsoft Vista.
This method supports the internal infrastructure and is not intended to be used directly from your code.
@nbsp;
@nbsp;
This method supports the internal infrastructure and is not intended to be used directly from your code.
@nbsp;
@nbsp;
@nbsp;
This method supports the internal infrastructure and is not intended to be used directly from your code.
@nbsp;
@nbsp;
@nbsp;
This method returns the specified skin name, if it's valid. If the skin name is invalid, the default skin's name is returned.
A string that specifies the skin name to test.
A string that specifies the valid skin name.
This method supports the internal infrastructure and is not intended to be used directly from your code.
@nbsp;
@nbsp;
Registers the specified skin for runtime use. This method supports the internal infrastructure and is not intended to be used directly from your code.
@nbsp;
This method supports the internal infrastructure and is not intended to be used directly from your code.
@nbsp;
@nbsp;
@nbsp;
This method supports the internal infrastructure and is not intended to be used directly from your code.
@nbsp;
@nbsp;
This method supports the internal infrastructure and is not intended to be used directly from your code.
@nbsp;
@nbsp;
Gets the collection of skins that are currently available for use in Developer Express controls.
A collection that stores available skins.
Specifies the location where a tooltip is displayed in relation to the mouse cursor position.
A tooltip appears vertically aligned at the bottom, and horizontally centered relative to the mouse cursor position.
A tooltip appears vertically aligned at the bottom, and horizontally aligned on the left relative to the mouse cursor position.
A tooltip appears vertically aligned at the bottom, and horizontally aligned on the right relative to the mouse cursor position.
The default tooltip location.
For internal use.
A tooltip appears horizontally aligned on the left, and vertically aligned at the bottom relative to the mouse cursor position.
A tooltip appears horizontally aligned on the left, and vertically centered relative to the mouse cursor position.
A tooltip appears horizontally aligned on the left, and vertically aligned at the top relative to the mouse cursor position.
A tooltip appears horizontally aligned on the right, and vertically aligned at the bottom relative to the mouse cursor position.
A tooltip appears horizontally aligned on the right, and vertically centered relative to the mouse cursor position.
A tooltip appears horizontally aligned on the right, and vertically aligned at the top relative to the mouse cursor position.
A tooltip appears vertically aligned at the top, and horizontally centered relative to the mouse cursor position.
A tooltip appears vertically aligned at the top, and horizontally aligned on the left relative to the mouse cursor position.
A tooltip appears vertically aligned at the top, and horizontally aligned on the right relative to the mouse cursor position.
Lists values specifying icon types to be displayed within tooltips.
A tooltip contains the default application icon.
A tooltip contains the system asterisk icon.
A tooltip contains the system error icon.
A tooltip contains the system exclamation icon.
A tooltip contains the system hand icon.
A tooltip contains the system information icon.
A tooltip contains no predefined icon.
A tooltip contains the system question icon.
A tooltip contains the system warning icon.
A tooltip contains the Windows logo icon.
Specifies the size of a predefined icon displayed within a tooltip.
An icon displayed within a tooltip is large. The icon type can be selected via the property or can be specified in a handler of the event via property.
An icon displayed within a tooltip is small. The icon type can be selected via the property or can be specified in a handler of the event via property.
Represents a method that will handle the event.
Represents a method that will handle the event.
An object representing the source of the event.
A object that contains event data.
Provides data for the event.
Creates an instance of the class and initializes the and properties.
The object to initialize the property.
The object to initialize the property.
Creates an instance of the class and initializes properties with default values
Initializes a new instance of the ToolTipControllerShowEventArgs class with the specified settings.
The object to initialize the property.
The object to initialize the property.
A value that specifies the tooltip's text. This value is assigned to the property.
A value that specifies the tooltip's title. This value is assigned to the property.
A value that specifies the relative position of the tooltip window. This value is assigned to the property.
true if the callout beak is displayed when a hint appears; otherwise, false. This value is assigned to the property.
true if tooltip window's corners are rounded; otherwise, false. This value is assigned to the property.
The radius of the rounded corners. This value is assigned to the property.
A value that specifies the kind of the predefined icon. This value is assigned to the property.
A value that specifies the icon's size. This value is assigned to the property.
An object that represents the source of the images that can be displayed within tooltips. This value is assigned to the property.
The index of the image to display in the tooltip. This value is assigned to the property.
An object that provides the tooltip's appearance settings. This value is assigned to the property.
An object that provides the appearance settings used to paint the tooltip's title. This value is assigned to the property.
Gets the tooltip's appearance settings.
An object which provides the tooltip's appearance settings.
Gets the appearance settings used to paint the tooltip's title.
An object which provides the appearance settings used to paint the tooltip's title.
Gets or sets whether the tooltip is hidden after a specific time ellapses.
true if the tooltip is hidden after a specific time period ellapses; otherwise, false.
Determines whether two objects are equal.
The object specifying a instance to compare with the current object.
true if the specified object is equal to the current instance.
Gets the hash code (a number) that corresponds to the value of the current object.
The hash code for the current object.
Gets the actual location of the tooltip window relative to the position where the tooltip should appear.
A value specifying the relative position of the tooltip window.
Gets the size of the predefined icon to display in the tooltip.
A value specifying the icon size.
Gets or sets the kind of predefined icons to display in the tooltip.
A value specifying the kind of predefined icon to display.
Gets or sets the index of an image from the to display in the tooltip.
The index of a custom image to display in the tooltip.
Gets or sets the source of images that can be displayed within tooltips.
An object that represents the source of images that can be displayed within tooltips.
Gets or sets whether the tooltip window has rounded corners.
true if tooltip window's corners are rounded; otherwise, false.
Gets or sets the radius of the rounded corners of the tooltip window.
The radius of the rounded corners.
Gets or sets whether the tooltip should be displayed.
true if the tooltip should be displayed; otherwise, false.
Tests whether callout beaks are displayed for hints.
true if the callout beak is displayed when a hint appears; otherwise, false
Gets or sets a .
A object.
Gets or sets the tooltip's title.
A value which specifies the tooltip's title.
Gets or sets the text for the tooltip.
The string representing the text to display in the tooltip.
Gets or sets the image to display within the current tooltip.
An object that specifies the image to display within the current tooltip.
Gets or sets the location of the tooltip window relative to the position where the tooltip should appear.
A value specifying the relative position of the tooltip window.
Gets or sets the type of tooltip to be displayed.
A value that specifies the type of tooltip to be displayed.
The base class for classes providing data for 's events.
Creates an instance of the class.
The object to initialize the property.
The object to initialize the property.
Creates an instance of the class.
Gets or sets the control for which a tooltip controller's event is fired.
A object for which the event is fired.
Gets or sets the element of the control for which the tooltip should be displayed.
An object defining the element for which to display the tooltip.
Represents a method that will handle the event.
Represents a method that will handle the event.
The event source. This identifies the component which fires the event.
A object containing data related to the event.
Provides data for the event.
Initializes a new instance of the class.
An object for which the event is fired. This value is assigned to the property.
An object which identifies the element that the tooltip is displayed for. This value is assigned to the property.
A value which specifies the tooltip's contents. This value is assigned to the property.
A value which specifies the tooltip's title. This value is assigned to the property.
Initializes a new instance of the class with the specified settings.
An object for which the event is fired. This value is assigned to the property.
An object which identifies the element which the tooltip is displayed for. This value is assigned to the property.
A value which specifies the tooltip's contents. This value is assigned to the property.
A value which specifies the tooltip's title. This value is assigned to the property.
A structure which specifies the tooltip's bounds. This value is assigned to the property.
A structure which specifies the screen coordinates of the top left tooltip corner. This value is assigned to the property.
Initializes a new instance of the ToolTipControllerCalcSizeEventArgs class with the specified settings.
An object for which the event is fired. This value is assigned to the property.
An object which identifies the element that the tooltip is displayed for. This value is assigned to the property.
A object that provides additional event data. This value is assigned to the property.
Gets or sets the coordinates of the top left tooltip corner.
The object specifying the coordinates of the top left tooltip corner relative to the desktop.
Gets the additional event data.
A object that provides additional event data.
Gets or sets the tooltip dimensions.
The object specifying the width and height of a tooltip rectangle.
Gets the tooltip's title.
A value which specifies the tooltip's title.
Gets the text to be displayed within the tooltip.
The object specifying the text to be displayed within the tooltip.
Represents a method that will handle the event.
Represents a method that will handle the event.
The event source. This identifies the component which fires the event.
A object containing data related to the event.
Provides tooltip appearance and behavior options for controls.
Creates a new instance of the class.
Initializes a new instance of the ToolTipController class with the specified container.
A that represents the container for the tooltip controller.
Gets or sets whether the component's functionality is enabled.
true if displaying tooltips is allowed; otherwise, false.
Gets the active control, if it implements the IToolTipControlClient interface.
A object.
Returns the object that identifies which of the bound control's elements the tooltip is displayed for.
A object representing the bound control's element that the tooltip is displayed for.
An object containing tooltip information for the current element of a bound control.
A object containing tooltip information for the current element of a bound control.
Enables the display of tooltips for the specified control implementing the DevExpress.Utils.IToolTipControlClient interface.
The control, implementing the DevExpress.Utils.IToolTipControlClient interface, for which tooltips should be enabled.
Gets or sets the settings that control the appearance of a tooltip's window and text.
An object that contains the appearance settings.
Provide the settings that control the appearance of a tooltip's title.
An object that contains the appearance settings.
Gets or sets the tooltip delay in milliseconds.
Integer value specifying tooltip delay.
Enables you to customize the text and settings of the tooltip before displaying it onscreen.
Enables you to specify the position and size of the tooltip window.
Returns a object containing settings of the current tooltip controller.
A object with settings of the current tooltip controller.
Enables a tooltip's window to be custom painted.
Gets the default used for displaying tooltips.
A default object.
Allows you to provide custom tooltips for any element of a control that implements the interface.
Gets a object associated with the specified control.
The control whose SuperToolTip object is to be obtained.
A object associated with the control.
Gets a regular tooltip's title displayed within the specified control.
A control whose regular tooltip's title is to be obtained.
A string representing a regular tooltip's title for the control.
Gets a regular tooltip for the specified control.
A control whose tooltip should be obtained.
A string representing a regular tooltip for the control.
Gets the type of the icon displayed within the specified control's regular tooltip.
A control whose tooltip's icon type is to be obtained.
A value representing the type of the icon displayed within the specified control's regular tooltip.
Hides the hint if it is being displayed.
Gets or sets tooltip icon size.
The enumerator.
Gets or sets tooltip icon type.
The enumerator.
Gets or sets the index of an image to be displayed within tooltips.
The integer value specifying the index of an image to be displayed within tooltips.
Gets or sets the source of the images that can be displayed within tooltips.
An object (an or an ) that represents the source of images that can be displayed within tooltips.
Gets or sets the initial tooltip delay in milliseconds.
Integer value, specifying initial tooltip delay.
Disables displaying tooltips for the specified control implementing the DevExpress.Utils.IToolTipControlClient interface.
The control, implementing the DevExpress.Utils.IToolTipControlClient interface, for which the 's functionality should be disabled.
Resets the timer which controls when a tooltip's window is hidden.
Gets or sets the time interval that must pass before another hint is displayed if another hint is currently visible.
An integer value specifying the time interval in milliseconds.
Gets or sets whether the tooltip's corners are rounded.
true to display hints with rounded corners; otherwise, false.
Gets or sets the radius of the rounded corners of the tooltip window.
The radius of the rounded corners.
Associates a object with the specified control.
A control for which to set the tooltip.
A object to associate with the control.
Sets a regular tooltip's title for the specified control.
A control for which to set a regular tooltip's title.
A string representing a regular tooltip's title.
Sets a regular tooltip for the specified control.
A control for which to set the tooltip.
A string representing a regular tooltip's text.
Sets the type of the icon displayed within the specified control's regular tooltip.
A control for which the icon type is set.
A value representing the type of the icon that should be displayed within the specified control's regular tooltip.
Tests whether callout beaks are displayed for hints.
true if the callout beak is displayed when a hint appears; otherwise, false.
Displays a hint for a control using specified settings.
A object specifying the settings used to display tooltips.
The control for which to display the tooltip.
Displays a hint relative to a specific control.
The text to display as a tooltip.
The control for which to display the tooltip.
The position relative to the specified control at which the tooltip should be displayed.
Displays a hint relative to the mouse cursor using current settings.
The text to display as a tooltip.
Displays a hint at the specified position relative to the mouse cursor.
The text to display as a tooltip.
The position relative to the mouse cursor at which the hint should be displayed.
Displays a hint relative to the specified point using current settings
The text to display as a tooltip.
The point relative to which the tooltip should be displayed.
Displays a hint at a specified position relative to a specific point.
The text to display as a tooltip.
The position relative to the specified point at which the hint should be displayed.
The point relative to which the hint should be displayed.
Displays a hint relative to a specific point using specified settings.
A object specifying settings for displaying tooltips.
A point relative to which the hint should be displayed.
Displays a hint relative to the mouse cursor using specified settings.
A object specifying settings for displaying tooltips.
Displays a hint using the specified tooltip information.
A object containing information for displaying a hint.
Displays a hint with the specified text and title relative to the specified control.
A string which represents the tooltip's text.
A string which represents the tooltip's title.
The control to display the tooltip for.
The position relative to the specified control at which the tooltip should be displayed.
Displays a hint with the specified text and title relative to the mouse cursor using the current ToolTipController settings.
A string that represents a tooltip's text.
A string that represents a tooltip's title.
Displays a hint with the specified text and title relative to the specified point.
A string that represents a tooltip's text.
A string that represents a tooltip's title.
The position relative to the specified control at which the tooltip should be displayed.
A point relative to which the hint should be displayed.
Displays a hint with the specified text and title at the specified point using the current ToolTipController settings
A string that represents a tooltip's text.
A string that represents a tooltip's title.
A point relative to which the hint should be displayed.
Displays a hint with the specified text and title relative to the mouse cursor's position.
A string that represents a tooltip's text.
A string that represents a tooltip's title.
The position relative to the specified control at which the tooltip should be displayed.
Gets or sets whether the tooltips are shown shadowed.
true if the tooltips are shown shadowed; otherwise, false.
Gets the appearance settings used to paint the hints of bound controls.
An object which provides the appearance settings used to paint the hints of bound controls.
Gets or sets the tooltip location.
The enumerator.
Gets or sets the type of tooltips displayed by the controller.
A value that specifies the type of tooltips to be displayed.
Obsolete. Gets or sets whether the default style should be used for the hint.
true if the default style is applied to the hint; false if the is used
A component providing access to default LookAndFeel settings.
Creates an instance of the object.
Initializes a new instance of the DefaultLookAndFeel class with the specified container.
A that represents the container for the default LookAndFeel object.
Gets or sets the object defining default LookAndFeel settings.
A object defining default LookAndFeel settings.
Represents a tooltip that supports multiple text and image regions.
Initializes a new instance of the SuperToolTip class with the default settings.
Copies the settings and contents of the specified tooltip to the current object.
A source object.
Returns a copy of the current object.
A SuperToolTip object which is a copy of the current tooltip.
The default distance between items. This constant specifies the default value for the property.
[To be supplied]
Specifies the distance between tooltip items.
An integer which specifies the distance between tooltip items.
Gets or sets whether the tooltip's width is fixed or automatically adjusted to fit the tooltip's contents entirely.
true if the tooltip's width is fixed; false if the tooltip is automatically resized to fit its contents entirely.
Gets whether the SuperToolTip is empty.
true if the SuperToolTip doesn't contain any information to display; otherwise, false.
Gets the collection of items which constitute the SuperToolTip object.
A which contains items displayed by the SuperToolTip object.
This property is not supported by this class.
A object.
Specifies the tooltip window's maximum width, in pixels.
An integer value that specifies the tooltip window's maximum width.
Gets or sets padding within the SuperToolTip.
A object that specifies the tooltip's internal spacing characteristics.
Creates tooltip items based on the specified setup information.
A object which contains initialization information.
Gets the textual representation of the current SuperToolTip.
A string which specifies the tooltip's textual representation.
Represents an XtraUserControl.
Initializes a new instance of the class.
Gets the appearance settings used to paint the user control.
An object which contains the user control's appearance settings.
Gets or sets the user control's background color.
A structure which specifies the user control's background color.
Gets or sets font settings applied to the control.
A object that contains font settings.
Provides access to the settings which control the user control's look and feel.
A object whose properties specify the user control's look and feel.
Resets the property back to its default value.
Represents a window or dialog box that makes up an application's user interface.
Initializes a new instance of the class with default settings.
Gets or sets whether the form's title bar and borders are painted using the current skin.
true if the form's title bar and borders are painted using the current skin; otherwise, false.
Gets the appearance settings used to paint the form.
An object which contains the form's appearance settings.
Gets or sets the background color of the form's client region.
A structure which specifies the background color of the form's client region.
Gets or sets the form's font.
A object which specifies the form's font.
Gets or sets the foreground color of the form's client region.
A structure which specifies the foreground color of the form's client region.
Provides access to the settings that control the look-and-feel of all the DevExpress controls contained within the form.
A object whose properties specify the look and feel of the controls owned by the form.
Resets the property back to its default value.
Resets the property back to its default value.
Resumes painting the form whose painting had been suspended.
Suspends painting the form.
Represents a splitter control.
Initializes a new instance of the class.
Gets the appearance settings used to paint the splitter.
An object which contains the splitter's appearance settings.
Gets or sets the splitter's background color.
A structure which specifies the splitter's background color.
Provides access to the settings which control the splitter's look and feel.
A object whose properties specify the splitter's look and feel.
Represent a Split Container.
Initializes a new instance of the class.
Starts the split container's initialization. Initialization occurs at runtime.
Gets the collection of controls contained within the split container control.
A object which represents the collection of controls contained within the split container control.
Ends the split container's initialization.
Gets or sets the fixed panel.
A enumeration value which specifies the fixed panel.
Gets or sets whether the panels are located one after another or one above another.
true if the panels are located one after another; false if the panels are located one above another.
Gets the left (or top) panel.
A object which represents the left (or top) panel.
Gets the right (or bottom) panel.
A object which represents the right (or bottom) panel.
Gets or sets the visibility of the panels.
A enumeration value which specifies the visibility of panels.
Specifies the border style of the panels.
A enumeration value specifying the border style of the panels.
Gets or sets whether the split container's caption is displayed.
true to display the split container's caption; otherwise, false.
Gets or sets the splitter's size and location.
A structure which represents the size and location of the splitter.
Occurs after the splitter's position has been changed.
Gets or sets the splitter's location.
An integer value specifying the splitter's current location in pixels from the side of the fixed panel.
Represents a panel control.
Initializes a new instance of the class with default settings.
Gets the appearance settings used to paint the panel.
An object which contains the panel's appearance settings.
Not supported.
A Boolean value.
Not supported.
A object that represents the height and width of the auto-scroll margin, in pixels.
Not supported.
A object that represents the minimum height and width of the control's scrollbars, in pixels.
Gets or sets the panel's background color.
A structure which specifies the panel's background color.
Starts the panel's initialization. Initialization occurs at runtime.
Gets or sets the panel's border style.
A enumeration value specifying the panel's border style.
Returns the panel's bounding rectangle, calculated from the bounds of its client region.
A object.
A structure which represents the bounding rectangle of the panel's client region.
A structure which represents the panel's bounding rectangle, calculated from the bounds of its client region.
Gets the bounds of the panel's client region.
A structure which represents the bounding rectangle of the panel's client region.
Ends the panel's initialization.
Gets or sets the panel's font.
A object which specifies the panel's font.
Gets or sets the panel's foreground color.
A structure which specifies the panel's foreground color.
Provides access to the settings which control the panel's look and feel.
A object whose properties specify the panel's look and feel.
Resets the property back to its default value.
Resets the property back to its default value.
Gets or sets the text associated with the panel control.
A string value specifying the text associated with the panel.
Gets or sets whether the PanelControl should use the non-default painting mode.
true if the PanelControl control uses the non-default painting mode; otherwise, false.
Represents a group control.
Initializes a new instance of the class.
Gets the appearance settings used to paint the group's caption.
An object which contains the caption's appearance settings.
Gets or sets the location of the group control's caption.
A enumeration member which specifies the group caption's location.
Enables group caption to be custom painted.
Gets or sets whether the group's caption is displayed.
true to display the group's caption; otherwise, false.
Represents a method that will handle the event.
Represents a method that will handle the event.
The event source. This parameter identifies the group control which raised the event.
A object that contains event data.
Provides data for the event.
Initializes a new instance of the class.
A object which specifies the storage for the most commonly used pens, fonts and brushes. This value is assigned to the property.
An object that provides facilities for painting an element using the default mechanism. This value is assigned to the property.
A object that contains information about the element being painted. This value is assigned to the property.
Gets the painted caption's bounding rectangle.
A structure which represents the painted caption's bounding rectangle.
Gets information on the painted group.
A object which provides information about the painted group.
Lists values that specify the visibility of the panels within a split container.
Both Panel1 and Panel2 are visible.
Panel2 is hidden.
Panel1 is hidden.
Lists values that specify which panel within the split container is fixed.
The panels' widths (or heights) are proportionally changed when a split container is being resized.
The width (height if the panels are oriented one above another) of the isn't changed when the split container is resized.
The width (height if the panels are oriented one above another) of the isn't changed when the split container is resized.
Contains options that specify how a control's layout is stored to and restored from storage (a stream, xml file or system registry).
Initializes a new instance of the OptionsLayoutGrid class with default settings.
Copies all the settings from the options object passed as the parameter.
A descendant whose settings are assigned to the current object.
Contains options that specify how the columns' and bands' settings are stored to and restored from storage (a stream, xml file or sysytem registry).
An object that specifies how the columns' and bands' settings are stored to and restored from storage.
Resets all options to their default values.
Gets or sets whether all the control's settings (except for the appearance settings and style conditions) are stored when the layout is saved to storage and restored when the layout is restored from storage.
true if all the control's settings are included in the layout when it's saved to storage and these settings are restored when the layout is restored from the storage; otherwise, false.
Gets or sets whether the control's appearance settings are also stored when the layout is saved to storage and restored when the layout is restored from storage.
true if the control's appearance settings are included in the layout when it's saved to storage and these settings are restored when the layout is restored from storage; otherwise, false.
Gets or sets whether the control's grouping, sorting, filtering settings and summaries are stored when the layout is saved to storage and restored when the layout is restored from storage.
true if the control's grouping, sorting, filtering settings and summaries are included in the layout when it's saved to storage and these settings are restored when the layout is restored from storage; otherwise, false.
Gets or sets whether the control's visual options are stored when the layout is saved to storage and restored when the layout is restored from storage.
true if the control's visual options are included in the layout when it's saved to storage and these settings are restored when the layout is restored from storage; otherwise, false.
Contains options that specify how column specific settings are stored to and restored from storage (a stream, xml file or the system registry).
Initializes a new instance of the OptionsColumnLayout class with default settings.
Gets or sets whether the columns that exist in the current control but do not exist in a layout when it's restored should be retained.
true to retain the columns that exist in the current control's layout but don't exist in the layout being restored; false to destroy such columns.
Copies all the settings from the options object passed as the parameter.
A descendant whose settings are assigned to the current object.
Gets or sets whether the columns that exist in a layout when it's restored but that don't exist in the current control should be discarded or added to the control.
true to discard the columns that exist in the layout being restored but don't exist in the current control; false to add these columns to the control.
Gets or sets whether all the settings of a control's columns/bands (except for the appearance settings) are stored when the layout is saved to storage and restored when the layout is restored from storage.
true if all the settings of a control's columns/bands are included in the layout when it's saved to storage and these settings are restored when the layout is restored from storage; otherwise, false.
Gets or sets whether the appearance settings of the columns and bands are also stored when the layout is saved to storage and restored when the layout is restored from storage.
true if the appearance settings of the columns and bands are included in the layout when it's saved to storage and these settings are restored when the layout is restored from storage; otherwise, false.
Gets or sets whether the position, width and visibility of the columns and bands are stored when the layout is saved to storage and restored when the layout is restored from storage.
true if the position, width and visibility of columns and bands are included in the layout when it's saved to storage and these settings are restored when the layout is restored from storage; otherwise, false.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
When implemented by a class, creates report elements (bricks) for a specific area.
The name of the report area (section) for which elements should be created.
An object implementing the interface which is a graphical surface on which report elements are to be drawn.
When implemented by a class, finalizes the printing of the report.
An object implementing the interface used to print a control.
An object implementing the interface which refers to a control.
When implemented by a class, initializes a control for report creation.
An object implementing the interface used to print a control.
An object implementing the interface which refers to a control.
Contains options which specify the Document Properties of the created PDF file.
Initializes a new instance of the PdfDocumentOptions class with the default settings.
Gets or sets the name to be added as an Application property of the resulting PDF file.
A which stores an Application name.
Copies all the settings from the PdfDocumentOptions object passed as a parameter.
A PdfDocumentOptions object whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown.
Gets or sets the name to be added as an Author property of the resulting PDF file.
A which stores an Author name.
Creates a copy of the current PdfDocumentOptions object.
A PdfDocumentOptions object which is a copy of the current object.
Gets or sets the name to be added as a Keywords property of the resulting PDF file.
A which stores keywords.
Contains the value which is embedded as a Producer field into any PDF document created by the XtraPrinting Library. This value is usually equal to "Developer Express Inc. XtraPrinting (tm) vX.Y".
$
Gets or sets the name to be added as a Subject property of the resulting PDF file.
A which stores a Subject.
Gets or sets the name to be added as a Title property of the resulting PDF file.
A which stores a Title.
Contains values specifying the display style for the check box when an editor is in an indeterminate state.
A check box is drawn inactive (grayed).
A check box is drawn grayed and checked (partially checked).
A check box is drawn unchecked.
Contains options which define how a document is exported to CSV format.
Initializes a new instance of the CsvExportOptions class with the default settings.
Initializes a new instance of the CsvExportOptions class with the specified separator and encoding settings.
A containing symbols which will be used to separate the document's text elements in the created CSV file. This value is assigned to the property.
A class descendant specifying the encoding of the created CSV document. This value is assigned to the property.
Contains options which define how a document is exported to MHT format.
Initializes a new instance of the MhtExportOptions class with the default settings.
Represents a method that will handle the event.
Represents a method that will handle the event.
The event source. This parameter identifies the tooltip controller which raised the event.
A object that contains event data.
Specifies the commands which can be executed in the printing system's document preview.
Identifies the Background menu item, which is a parent for the FillBackground and Watermark subitems. Use this value as a parameter for the method, to hide or show the Background items from the menu of the Print Preview form.
Closes the preview window.
Invokes the property editor of the component which is about to be printed. Note that this component should implement the IPrintable interface.
Shows or hides the Document Map on the left side of the preview window. This command shows all the document map labels (represented via the property) of the bricks.
Invokes the Header/Footer Editor dialog. This dialog is used to insert standard page information into a report's headers and footers.
Exports a document to a CSV (comma-separated values) file.
Exports the current document to a file (a report can be exported to PDF, RTF, HTML, MHT, XLS, TXT, CSV and various image formats).
Exports the current document to a graphics file (BMP, EMF, GIF, JPEG, PNG, TIFF, WMF formats).
Exports the current document to an HTML file.
Exports the current document to an MHT file.
Exports the current document to a PDF file.
Exports the current document to an RTF file.
Exports the current document to a TXT file.
Exports the current document to an XLS file.
Identifies the File menu item, which is a parent for the PageSetup, Print, PrintDirect, ExportFile and SendFile subitems. Use this value as a parameter for the method, to hide or show the File items from the menu of the Print Preview form.
Invokes the Color dialog which allows the background color of the current document to be specified.
Invokes the Find dialog in the document's preview. This dialog provides a search dialog which allows end users to search a report for specific text directly in the preview window.
Invokes or hides the Hand Tool in the document's preview. This tool is used for scrolling the pages of the document being previewed.
Invokes the preview magnifier. When the magnifier is activated the mouse cursor resembles a magnifying glass and a click on a preview page zooms in on it. There are two possible values for the magnification level. The first magnification value is always fixed and is equal to 100 %. The other value is calculated so that the entire preview page is visible at once without having to scroll it.
Shows the layout of the document's preview across multiple pages. Note that if you need to specify a particular number of page rows and columns in a Print Control, the method will be useful in this case.
Doesn't identify any command. This member is intended for internal use only.
Identifies the item which is the parent to the PageLayoutContinuous and PageLayoutFacing subitems. Use this value as a parameter for the method to hide or show the page layout items from the menu of the Preview Form.
Changes the view of the document's preview so that the pages are arranged as a continuous vertical column.
Changes the view of the document's preview so that the pages are arranged side-by-side.
Selects the margin sizes for the entire document. Note that this command is in use in the Ribbon Print Preview Form only.
Switches the pages between portrait and landscape layouts. Note that this command is in use in the Ribbon Print Preview Form only.
Invokes the Page Setup dialog which allows some of the page's settings to be adjusted (orientation, margins, paper size and source).
Chooses the paper size of the document. Note that this command is in use in the Ribbon Print Preview Form only.
Shows the mouse pointer, when there is no need to show either the Hand Tool, or the Magnifier. Note that this command is in use in the Ribbon Print Preview Form only.
Invokes the Print dialog for the current document. This dialog allows the printer to be selected, its properties set, the number of copies entered and the range of pages to print to be specified.
Prints the document preview directly, without any dialogs. This is useful when the printer's settings don't need to be changed before a document is printed.
Stretch or shrink the document to a percentage of its actual size.
Exports the current document to a CSV (comma-separated values) file and sends it via e-mail.
Exports the document in the preview window, then creates a new e-mail in the default system mailer and attaches the exported document to the e-mail. The exporting format can be specified via the drop-down list.
Exports the current document to a graphics file (BMP, EMF, GIF, JPEG, PNG, TIFF, WMF formats) and sends it via e-mail.
Exports the current document to an MHT file and sends it via e-mail.
Exports the current document to a PDF file and sends it via e-mail.
Exports the current document to an RTF file and sends it via e-mail.
Exports the current document to a TXT file and sends it via e-mail.
Exports the current document to an XLS file and sends it via e-mail.
Displays the first page in the preview.
Displays the last page in the preview.
Moves to the next page in the preview.
Moves to the previous page in the preview.
Identifies the View menu item, which is a parent for the PageLayout, Toolbar, Status Bar and Customize subitems. Use this value as a parameter for the method, to hide or show the View items from the menu of the Print Preview form.
Zooms a document in or out so that only one entire page of the document is shown in the preview.
Invokes the Watermark dialog which can be used to specify either background text or a picture as a document's watermark. Note that a document's watermark can be accessed via the property.
Zooms in on a document by one of the predefined zoom factors. They are as follows: 10%, 25%, 50%, 75%, 100%, 150%, 200% and 500%.
Zooms the preview in. Each time this command is performed, the preview gets zoomed in by approximately 10%.
Zooms the preview out. Each time this command is performed, the preview gets zoomed out by approximately 10%.
Zooms a document in or out as appropriate, so that the width of the current page fits the preview window.
Zooms a document in or out as appropriate, so that the width of the text in the current page fits the preview window.
Zooms a document in or out as appropriate, so that only two entire pages of the document are shown in the preview.
Zooms a document in or out as appropriate, so that only a single page of the document is shown in the preview.
Encapsulates text layout information (such as alignment and line spacing), display manipulations (such as ellipsis insertion and national digit substitution).
Initializes a new class instance .
A StringFormatFlags enumeration value containing formatting information.
A StringAlignment enumeration value, representing text alignment settings.
A StringAlignment enumeration value, representing line alignment settings.
Initializes a new instance of the BrickStringFormat class with the specified text and line alignment.
A enumeration value representing text alignment settings. This value is assigned to the property.
A enumeration value representing line alignment settings. This value is assigned to the property.
Initializes a new instance of the BrickStringFormat class with the specified string alignment.
A enumeration value representing text alignment settings. This value is assigned to the property.
Initializes a new object with a specific StringFormatFlags enumeration.
A StringFormatFlags enumeration for a new object.
Initializes a new object from an existing object.
A object from which to initialize a new object.
Initializes a new object.
Initializes a new instance of the BrickStringFormat class with the values of the specified source brick string format. It also uses the specified text and line alignment settings.
A BrickStringFormat object whose values are used to initialize the item being created.
A enumeration value representing text alignment settings. This value is assigned to the property.
A enumeration value representing line alignment settings. This value is assigned to the property.
Initializes a new instance of the BrickStringFormat class with the values of the specified source brick string format. It also uses the specified formatting settings.
A BrickStringFormat object whose values are used to initialize the item being created.
A enumeration value that represents formatting settings. This value is assigned to the property.
Initializes a new instance of the BrickStringFormat class with the specified text and line alignment, formatting settings, hotkey prefix and trimming mode.
A enumeration value representing text alignment settings. This value is assigned to the property.
A enumeration value representing line alignment settings. This value is assigned to the property.
A enumeration value that represents formatting settings. This value is assigned to the property.
A enumeration value representing the hotkey prefix. This value is assigned to the property.
A enumeration value representing the trimming mode. This value is assigned to the property.
Initializes a new instance of the BrickStringFormat class with the values of the specified source brick string format.
A BrickStringFormat object whose values are used to initialize the item being created.
Gets or sets text alignment information.
A StringAlignment enumeration value that specifies text alignment information.
Returns a object cloned from the current object.
A StringAlignment enumeration value, representing text alignment.
A cloned object.
Returns a object cloned from the current object.
A StringFormatFlags enumeration value containing formatting information.
A cloned object.
Returns a object cloned from the current object.
A StringAlignment enumeration value representing line alignment.
A cloned object.
Creates an exact copy of the object.
A object created by this method.
Disposes of the BrickStringFormat object.
Determines whether a specific instance equals the current instance.
A instance against which to compare with the current instance.
true if a specific instance equals the current instance; otherwise, false.
Gets or sets a StringFormatFlags enumeration that contains formatting information.
A StringFormatFlags enumeration that contains formatting information.
Serves as a hash function suitable for use in hashing algorithms and data structures like a hash table.
Hash code for the current Object.
Gets the object for this BrickStringFormat object.
A enumeration value which represents the hotkey prefix for this BrickStringFormat object.
Gets or sets line alignment.
A StringAlignment enumeration value that represents line alignment information.
Gets or sets a prototype string format for the current string format.
A enumeration value which specifies the prototype string format.
Gets text trimming mode.
A enumeration value that specifies text trimming mode.
Gets the StringFormat instance representing current text formatting.
Current text formatting.
Contains values specifying the look of the check box within a control.
A check box element looks like a standard radio button within a check editor.
- when Windows XP Themes are supported;
- when Windows XP Themes are not supported.
The default look and feel defined by the control class.
- when Windows XP Themes are supported;
- when Windows XP Themes are not supported.
Predefined custom style.
Predefined custom style.
Predefined custom style.
Predefined custom style.
Predefined custom style.
Predefined custom style.
Predefined custom style.
Predefined custom style.
Predefined custom style.
Predefined custom style.
Predefined custom style.
Predefined custom style.
Predefined custom style.
Predefined custom style.
Predefined custom style.
Predefined custom style.
Allows a user to embed custom check mark pictures into a check editor.
Contains values specifying whether bound controls is drawn using XP style.
If bound control can display or edit data using inplace editors, latter are painted in the same style as its container. Otherwise it is drawn in XP style, if it is supported by a user's system.
An editor is drawn in Windows Classic style.
An editor is drawn in XP style if it is supported by user's system.
Represents a method that will handle the event.
Represents a method that will handle the event.
The event source. This parameter identifies the ToolTip Controller which fires this event.
A object that contains event data.
Specifies the state of an .
A button is highlighted when mouse crosses the entire button boundaries.
A button is disabled and does not respond to end-user actions.
A button is highlighted when the mouse enters its boundaries.
A button is drawn using its default look and feel.
A button is drawn to reflect a pressed state.
Specifies the surface image of a button.
A Close symbol is displayed on the button's surface.
A Down-arrow for a combo box is drawn on the button's surface.
A Delete symbol is drawn on the button's surface.
A Down-arrow is drawn on the button's surface.
An Ellipsis symbol is drawn on the button's surface.
A custom bitmap is drawn on the button's surface.
A Left-arrow symbol is drawn on the button's surface.
A Minus sign is drawn on the button's surface.
An OK sign is drawn on the button's surface.
A Plus sign is drawn on the button's surface.
A Redo symbol is drawn on the button's surface.
A Right-arrow is drawn the button's surface.
A down-arrow for a spin editor is displayed on the button's surface.
A left-arrow for a spin editor is displayed on the button's surface.
A right-arrow for a spin editor is displayed on the button's surface.
An up-arrow for a spin editor is displayed on the button's surface.
An Undo symbol is drawn on the button's surface.
An Up-arrow is drawn on the button's surface.
Specifies the style for borders to draw on a Graphics surface.
The style of borders is determined by the current settings of the LookAndFeel object.
For class for instance, borders are drawn based on settings of the property in this case.
Borders are flat.
The image below demonstrates the Flat style applied to the control.
Borders are flat. Borders and the client area are highlighted when the mouse pointer is positioned over them.
The image below demonstrates the HotFlat style applied to the control.
There are no borders.
The image below demonstrates the NoBorder style applied to the control.
Borders have an Office 2003 style.
The image below demonstrates the Office2003 style applied to a control.
Borders are flat.
The image below demonstrates the Simple style applied to the control.
Borders are three-dimensional.
The image below demonstrates the Style3D style applied to the control.
Borders have an Office XP style. Borders and the client area are highlighted when the mouse pointer is positioned over them or they are focused. Otherwise, there are no borders.
The image below demonstrates the UltraFlat style applied to the control.
Lists the types of encoding to be used when a document is exported to a Text-based format.
A document is exported using the ASCII (7-bit) character set.
A document is exported using the UTF-16 format with the big-endian byte order.
A document is exported using the system's current ANSI code page.
A document is exported using the UTF-16 format with the little-endian byte order.
A document is exported using the UTF-32 format with the little-endian byte order.
A document is exported using the UTF-7 format.
A document is exported using the UTF-8 format.
Specifies the border style for a brick.
The borders are drawn over the contour of the brick's rectangle, so that they are partially inside and outside of the brick.
The borders are drawn inside the brick's rectangle.
The borders are drawn outside the brick's rectangle.