Softelvdm.Controls Class Library for Windows Controls 1.0

VisibleAppearanceEnum Enumeration

Softel vdm, Inc.

Defines the visual appearance of a part.

Syntax      VisibleAppearanceEnum Enumeration (Softelvdm.Controls)

VB   

Public Enum VisibleAppearanceEnum

C#   

public enum VisibleAppearanceEnum

C++   

public enum class VisibleAppearanceEnum


Member

Value

Description

Always

0

The part is always visible.

HoverCell

1

The part is only visible if the mouse cursor is within the cell. The space occupied by the part is allocated and reserved, even if the part is not visible.

HoverPart

2

The part is only visible if the mouse cursor is within the part. The space occupied by the part is allocated and reserved, even if the part is not visible.

OwnerSelected

3

The part is only visible if the object owning the part (usually a cell) is selected. The space occupied by the part is allocated and reserved, even if the part is not visible.

OwnerHot

4

The part is only visible if the object owning the part (usually a cell) is hot-tracked (flyby object). The space occupied by the part is allocated and reserved, even if the part is not visible.

Never

5

The part is never visible. This is usually used to temporarily hide a part, without the need to remove and add it. No space is allocated or reserved for the part when the part is not visible.

OwnerSelectedOrHide

6

The part is only visible if the object owning the part (usually a cell) is selected. No space is allocated or reserved for the part when the part is not visible.

Comments

The VisibleAppearanceEnum enumeration defines the visual appearance of a part.

Version Information

Supported in version 1.0.
Products Table


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