|
|
|
PartsRenderingClass Class |
PartsRenderingClass Class (Softelvdm.Controls Namespace)
An instance of the PartsRenderingClass class represents an object used to render parts.
The PartsRenderingClass class is used internally by controls to render the cells and their parts. It is not usable directly by an application, except when implementing a custom part. To draw a highlight (needed for design-time editing of cell parts), the HighlightPart method is available.
VB |
Public NotInheritable Class PartsRenderingClass Inherits Object |
C# |
public sealed class PartsRenderingClass : Object |
C++ |
public ref class PartsRenderingClass sealed : public Object |
Public |
Properties |
Fields |
Events |
||
Protected |
Constructors |
Properties |
Fields |
|
Description |
|
none | This class cannot be instantiated. |
Description | |
Equals | Determines whether the specified Object is equal to the current Object. |
GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetType | Gets the Type of the current instance. |
Highlights the part. | |
ReferenceEquals | Determines whether the specified Object instances are the same instance. |
ToString | Returns a String that represents the current Object. |
Description | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone | Creates a shallow copy of the current Object. |
Version Information
Supported in version 1.0.
Products Table
See Also Softelvdm.Controls Namespace