Gets a reference to the parent ICommandFrame for this ICommandCell.
Declaration Syntax
C# | Visual Basic | Visual C++ |
ICommandFrame Parent { get; set; }
Property Parent As ICommandFrame Get Set
property ICommandFrame^ Parent { ICommandFrame^ get (); void set (ICommandFrame^ value); }