[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public override CommandCellCollection Cells { get; }
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Overrides ReadOnly Property Cells As CommandCellCollection
Get
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
virtual property CommandCellCollection^ Cells {
CommandCellCollection^ get () override;
}
function get_Cells();