Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

VisibleAppearanceEnum Enumeration

Defines the visual appearance of a part.

Class: (none)
Namespace: Softelvdm.Controls
Assembly: Softelvdm.SftTreeNET

Syntax

public enum VisibleAppearanceEnum;
Public Enum VisibleAppearanceEnum

Values

NameDescription
AlwaysThe part is always visible.
HoverCellThe 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.
HoverPartThe 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.
OwnerSelectedThe 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.
OwnerHotThe 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.
NeverThe 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.
OwnerSelectedOrHideThe 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

Defines the visual appearance of a part.

See Also | Classes | SftTree/NET 2.0



Spring Break!

Our offices will be closed this week (March 18 through March 22).

We'll be back March 24 to address any pending sales and support issues.