|
|
|
HighlightPart Method, PartsRenderingClass Class |
Highlights the part.
Syntax PartsRenderingClass Class (Softelvdm.Controls)
VB |
Public Sub HighlightPart( _ |
C# |
public void HighlightPart( |
C++ |
public: void HighlightPart( |
gp
Defines the part object to highlight.
rArea
Defines the area used by the part.
strat
Defines the StrategyClass object used.
Comments
The HighlightPart method highlights the part.
When designing a cell using the property pages, the current cell part being edited can be highlighted. The actual highlight can be rendered by any part using the HighlightPart method.
The part is only highlighted if requested by the caller (strat.reason is StrategyReasonEnum.Paint and strat.HighlightPart is equal to the requested part gp).
Version Information
Supported in version 1.0.
Products Table