Softelvdm.Controls Class Library for Windows Controls 1.0

VisibleAppearance Property, GenericPartClass Class

Softel vdm, Inc.

Returns the visibility status of the part.

Syntax      GenericPartClass Class (Softelvdm.Controls)

VB   

Public Property VisibleAppearance As VisibleAppearanceEnum

C#   

public VisibleAppearanceEnum VisibleAppearance { get; set; }

C++   

public: property VisibleAppearanceEnum VisibleAppearance {
        VisibleAppearanceEnum get();
        void set(VisibleAppearanceEnum value);
}

Property Value

The visible appearance.

VisibleAppearanceEnum

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.

The default value is VisibleAppearanceEnum.Always.

Comments

The VisibleAppearance property returns the visibility status of the part.

Parts are not necessarily always visible. The exact behavior of the part is defined through the VisibleAppearance property.

Derived classes can determine the current visibility status of a part, based on the part's VisibleAppearance property, by using the GetVisible method.

Version Information

Supported in version 1.0.
Products Table


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