Searched refs:nSelectRowCount (Results 1 – 1 of 1) sorted by relevance
161 long nSelectRowCount = GetSelectRowCount(); in Command() local162 aContextMenu.EnableItem( SID_CUT, nSelectRowCount != 0); in Command()163 aContextMenu.EnableItem( SID_COPY, nSelectRowCount != 0); in Command()165 aContextMenu.EnableItem( SID_DELETE, IsUpdatable() && nSelectRowCount != 0 ); in Command()
Completed in 12 milliseconds