Softelvdm.Controls Class Library for Windows Controls 1.0

ConsiderForOutline Method, GenericPartClass Class

Softel vdm, Inc.

Defines whether the part is considered when calculating the outline rectangle of a cell.

Syntax      GenericPartClass Class (Softelvdm.Controls)

VB   

Protected Friend Overridable Function ConsiderForOutline() As Boolean

C#   

protected internal virtual bool ConsiderForOutline();

C++   

protected friend: virtual bool ConsiderForOutline();

Return Value

True if the part should be considered and the outline rectangle should be outside this part, otherwise False.

The default is True.

Comments

The ConsiderForOutline method defines whether the part is considered when calculating the outline rectangle of a cell.

The outline rectangle is determined by PartsRenderingClass.CalcOutline. By default, any part is considered when calculating the outline rectangle, except for a dropdown button (DropDownButtonPartClass) and a progressbar (ProgressBarPartClass).

Version Information

Supported in version 1.0.
Products Table


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com