Gets or sets a reference to the parent IChannelFrame for this ChannelCellBase.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public virtual IChannelFrame Parent { get; set; }
Public Overridable Property Parent As IChannelFrame Get Set
public: virtual property IChannelFrame^ Parent { IChannelFrame^ get (); void set (IChannelFrame^ value); }