public IMenuActionCollection MenuActions { get; }
Public ReadOnly Property MenuActions As IMenuActionCollection
Get
public:
property IMenuActionCollection^ MenuActions {
IMenuActionCollection^ get ();
}
member MenuActions : IMenuActionCollection with get