Softelvdm.Controls Class Library for Windows Controls 1.0

OwningItem Property, CellBaseClass Class

Softel vdm, Inc.

Returns the owning item of the cell.

Syntax      CellBaseClass Class (Softelvdm.Controls)

VB   

Protected ReadOnly Property OwningItem As Object

C#   

protected object OwningItem { get; }

C++   

protected: property Object^ OwningItem {
        Object^ get();
}

Property Value

The owning item.

Comments

The OwningItem property returns the owning item of the cell.

Cells are not standalone objects, they are always owned by a containing item and a control.

SftTree/NET 2.0: The returned object is of type ItemClass and represents the item containing the control.

SftTabs/NET 6.0: Tabs are standalone objects and are not owned by items. They are owned by a control (OwningControl).

Version Information

Supported in version 1.0.
Products Table


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